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

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v17-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('fonts/roboto-condensed-v17-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v17-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v17-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v17-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v17-latin-ext_latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v17-latin-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(bilder/bg-brusched.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}

img a {
	border: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#top {
	width: 950px;
	height: 33px;
	background-image:url(bilder/kopf.png);
	background-repeat: no-repeat;
	text-align:right;
	padding-top: 150px;
	margin-bottom: 30px;
	margin-top: 27px;
}

#navi {
	float: right;
	padding-right: 40px;
}

#links {
	width: 302px;
	float: left;
}

#rechts {
	float: left;
	width: 615px;
}

#inhalt {
	width: 916px;
}

#fuss {
	clear: both;
	width: 916px;
	border-top: #ffffff 1px dashed;
	padding-top: 15px;
	color: #aaaaaa;
}

#fuss span {
	float: right;
}

/*============================= Navigation ========================*/

#navi li {
	list-style: none;
	float: left;
}

#navi li a {
	color: #ffffff;
	text-decoration:none;
	padding: 0 10px;
	display: block;
	border-right: #c3665c 1px dotted;
}

#navi li.last a {
	border-right: none;
}


#navi li a:hover {
	color: #000000;
}

#navi li.active a {
	text-decoration: underline;
	color: #00000;
}


/*============================= Inhalt ==========================*/

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #d92d1a;
	margin-bottom: 20px;
	font-weight: 300;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #d92d1a;
	margin-bottom: 10px;
	font-weight: 300;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
	color: #d1d1d1;
}

hr {
	border: none;
	border-bottom: #d1d1d1 1px dashed;
	height: 1px;
	margin: 10px 0;
}

#rechts li, #inhalt li {
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding-left: 20px;
	color: #d1d1d1;
	list-style: none;
	background-image:url(bilder/aufz.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	
}
#rechts ul, #inhalt ul {
	padding-bottom: 10px;
}
	

#rechts a, #fuss a, #inhalt a, #links a {
	color: #d92d1a;
}

#rechts a:hover, #fuss a:hover, #inhalt a:hover, #links a:hover {
	color: #ffffff;
}

/*======================= Klassen ======================*/

.bildMitte {
	margin: 0 11px;
}


	