@charset "utf-8";
/* CSS Document */



/* ubuntu-mono-regular - latin */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fff/ubuntu-mono-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fff/ubuntu-mono-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fff/ubuntu-mono-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fff/ubuntu-mono-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fff/ubuntu-mono-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fff/ubuntu-mono-v15-latin-regular.svg#UbuntuMono') format('svg'); /* Legacy iOS */
}


@font-face {
 font-family: 'DeliciousHeavyRegular';
 src: url('../fff/delicious-heavy-webfont.eot');
 src: url('../fff/delicious-heavy-webfont.eot?#iefix') format('embedded-opentype'),  url('../fff/delicious-heavy-webfont.woff') format('woff'),  url('../fff/delicious-heavy-webfont.ttf') format('truetype'),  url('../fff/delicious-heavy-webfont.svg#DeliciousHeavyRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

body {
	background-color:#423a33;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
}
img {
	border:none;
	}
h1{
	font-family: "DeliciousHeavyRegular", Verdana;
	font-size:17px;
	text-decoration:none;
	line-height:20px;
	margin-bottom:10px;
	margin-top:0px;
	font-weight:normal;
	letter-spacing: 0.05em;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:bold;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:15px;
	}
a {	
	color:#FFFFFF;
	text-decoration:none;
	}
ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:15px;
	}	
th {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#326e6c;
	padding:3px;
	}
td {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#326e6c;
	padding:3px;
	margin:2px;
	}
.date td {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#4a807e;
	padding:3px;
	margin:2px;
	}			
#content {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#header {
	width: 960px;
	}
#logo {
	width: 310px;
	height: 127px;
	background-image: url(../images/logo.png);	
	}
#impressum {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;
	text-align:right;
	font-size:10px;
	margin-top:5px;
	}
#impressum a	{
	color:#CCC;
	text-decoration:none;
	}	
#navigation {
	width: 930px;
	height:30px;
	margin-left:30px;
	margin-top:18px;
	}

#navigation a {
	font-family: 'Ubuntu Mono', sans-serif;	text-decoration:none;
	font-size:18px;
	color:#a7b73a;
	display:block;
	float: left;
	margin:0px 30px 0px 0px
	}
#navigation a:hover {
	color: #ffffff;
	}
#navigation .aktuell {	
	color: #ffffff;
	}
#splinks {
	width: 600px;
	float:left;
	margin-top:17px;
	}
#sprechts {
	width:360px;
	float:left;
	margin-top:17px;
	}
.bildbox {
	width:340px;
	padding: 10px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	}		
.zitat {
	width:540px;
	padding:30px;
	margin-bottom:30px;
	background-color:#7f8743;
	font-family: 'Ubuntu Mono', sans-serif;	text-decoration:none;	
	font-size:16px;
	line-height:24px;
	color: #FFFFFF;
	}	
.green {
	width:540px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	background-color:#7f8743;
	color: #FFFFFF;
	}	
.aubergine {
	width:540px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	background-color:#874353;
	color: #FFFFFF;
	}	
.blue {
	width:540px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	margin-bottom:30px;
	background-color:#4a807e;
	color: #FFFFFF;
	}	
.footer {
	width:580px;
	padding:10px;
	background-color:#566873;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	color: #FFFFFF;
	text-align: center;
	}	
.footer a{
	color:#FFFFFF;
	text-decoration:underline;
	}	
input {
	width: 420px;
	padding:3px;
	color:#666666;
	background-color:#F4F4F4;
	border:#999999 1px solid;
	margin-bottom:0px;
}
form {
	color:#484949;
	padding-bottom:10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
label {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:0px;
.Button {
	background-color:#F4F4F4;
	color:#999999;
	width:145px;
	cursor:pointer;
	border:#999999 1px solid;
}
textarea {
	padding:3px;
	width: 420px;
	background-color:#F4F4F4;
	color:#666666;
	border:#999999 1px solid;
	margin-bottom:0px;
}		
#weg {
	height:1px;
	clear:both;
}	