/* CSS Document */

/* ----------Universalselektor-------------- */

* {
	margin:0px; 
	padding:0px; 
}

html,body {
	margin:0;
	padding:0;
}

body {
	color:#6B6B6B;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /*für IE5*/
	background-color:#000000;
	background-image:url("../bilder/bg.gif");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

p,h1 {
	margin:0;
}

h1 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#B4B4B4;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

h2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dashed;
	color:#B4B4B4;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
}

p {
	color:#6B6B6B;
	background-color:transparent;
	line-height:15px;
	margin:0 0 15px 0;
	padding:0;
}

blockquote p {
	color:#000000;
	background-color:#6B6B6B;
	line-height:15px;
	margin:0 0 15px 0;
	padding:10px 10px 10px 10px;
	border:1px solid #E10915;
}

.wichtig {
	font-size:14px;
	font-weight:bold;
	color:#B4B4B4;
}

/* ----------Linkformatierungen-------------- */

a:link{
	text-decoration: none;
	color:#E10915;
}

a:visited {
    text-decoration: none;
	color:#94060D;
}
 
a:hover {
	text-decoration: underline;
	color:#E10915;
}
a:active {
	text-decoration: none;
	color:#E10915;
}

a:focus {
	text-decoration: underline;
	color:#94060D;
}

#navlist a {
	text-decoration:none;
	color:#E10915;
}

#navlist a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#navlist a.aktiv{
	display:inline;
	float:left;
	color:#FFFFFF;
}
 
/* ----------Container zentriert das Layout-------------- */

#container-page {
	width:765px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#000000;
	border:1px solid #E10915;
}

/* ----------Container-------------- */

#header {
	margin:0px auto;
	width:765px;
	height:160px;
	background-image:url("../bilder/header.jpg");
	background-repeat:no-repeat;
	text-align:left;
}

#navcontainer {
	margin:0px auto;
	padding:0 0 0 0px;
	width:765px;
	height:30px;
	background-image:url("../bilder/navi.jpg");
	background-repeat:no-repeat;
	border-bottom:1px solid #E10915;
	border-top:1px solid #E10915;
}

#content {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:765px;
}

#contenttext {
	float:left;
	padding:70px 0px 0px 60px;
	width:405px;
  	voice-family: "\"}\"";  /* IE Browser-Hack */
	voice-family:inherit;
	width:345px;
}
html>body #contenttext {
	width:345px;
}

#contenttext ul, #contenttext2 ul  {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height:20px;
	list-style:square;
	list-style-position:inside;
}

#contenttext li, #contenttext2 li {
	margin: 0px;
	padding: 0px;
}


#contenttext2 {
	float:left;
	padding:0px 0px 0px 60px;
	width:405px;
  	voice-family: "\"}\"";  /* IE Browser-Hack */
	voice-family:inherit;
	width:345px;
}

html>body #contenttext2 {
  width:345px;
}

#contentbilder {
	float:left;
	padding:70px 0px 20px 60px;
	width:330px;
	voice-family: "\"}\""; /* IE Browser-Hack */
	voice-family:inherit;
	width:240px;
}

html>body #contentbilder {
	width:240px;
}
#contentbilder02 {
	float:left;
	padding:0px 0px 20px 60px;
	width:330px;
	voice-family: "\"}\""; /* IE Browser-Hack */
	voice-family:inherit;
	width:240px;
}

html>body #contentbilder02 {
	width:240px;
}

#contentbreit {
clear:left;
	padding:0px 60px 0px 60px;
	width:760px;
	voice-family: "\"}\""; /* IE Browser-Hack */
	voice-family:inherit;
	width:640px;
}

html>body #contentbreit {
	width:640px;
}

#footerspace {
	height:25px;
	width:765px;
	clear:left;
	padding:0;
	margin:0;
	
}

#footer {
	font-size:10px;
	margin:0px auto;
	padding:0px;
	width:765px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-top:1px solid #E10915;
	clear:left;
}

#navlist, #navlist ul {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

#navlist li {
	line-height:30px;
	font-weight:bold;
	padding-left:30px;
	display:inline;
	float:left;
}

/* ----------Tabellen-------------- */

td {
	padding: 0 15px 15px 0;
	margin: 0;
	vertical-align:bottom;
}




