/* ------- ALLGEMEIN  -------- */

* {
	margin:0;
	padding:0;
	border:0;
	}
	

html , body{
	height:100%;
	}

body {
	background: url(../images/layout/bg.gif) #CCCC66;
	background: #D2CD7C;
	text-align:justify;
	overflow-y:scroll;
	}
	
*:first-child+html body {
	overflow-y:visible;
  }

p {
	margin-bottom:10px;
	}	
	
body, h1, h2, h3, a { 
	font-family: verdana,  arial,  georgia, sans-serif;
	color:#000066;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}  


h1 { 
	margin:0 0 20px 0;
	font-size:16px;
}  


h2 { 
	margin:20px 0 0px 0;
	font-weight:bold;
} 


h3 { 
	margin:0 0 10px 0;
	text-decoration:underline;
}  
	
a:hover { 
	text-decoration:underline;
  	} 

ul {
	list-style-type:none;
}



hr {
	border:0;
	border-top:1px dashed #ffffff;
	height:1px;
	margin:10px 0;
}

/* ------- TABELLE  -------- */

table {
	margin-top:20px;
	border-bottom:0px solid #ffffff;
	}

td, th {
	text-align:right;
	vertical-align:top;
	padding:4px 0 4px 0;
	line-height:14px;
	}


th {
	text-align:left;
	font-weight:bold;
	padding-top:20px;
	border-bottom:1px dashed #ffffff;
	}

th.oben {
	border-bottom:0px dashed #ffffff;
	padding-top:0px;
	}

th.re {
	text-align:right;
	}


td.li {
	text-align:left;
	}


/* ------- INHALTSEBENEN------- */

#container {
	background: url(../images/layout/bg-inhalt.gif) no-repeat;
	min-height: 100%;
	width:990px;
	margin: 0 auto;
	position:relative;
	border:1px solid #00066;
	overflow:visible;
}

#header {
	height:69px;
	width:800px;
	text-align:right;
}

#header img.li, #header img{
	float:left;
}

#content {
	margin-left:230px;
	width: 500px;
}

#content, #content a:link, #content a:visited, #content a:hover, #content a:active {
	line-height:20px;
	font-size:12px;
}


#clearer{
	height:1px; width:500px;
	float:none;
	margin:0; padding:0;
}

/* ------- NEWS------- */

#news div {
	min-height:123px;
	margin-bottom:20px;
	border-bottom:1px dashed #ffffff;
	overflow:auto;
}

*:first-child+html #news div {
	overflow:visible;
  }


#news div h2{
	margin-top:0;
}

#news div img{
	float:left;
	margin:5px 10px 5px 0;
}

#news div img.re{
	float:right;
	margin:5px 0 5px 10px;
}

#news div p{
	margin-bottom:10px;
}

img.breit{
	height:1px; width:500px;
	margin:0; padding:0;
	float:none;
	background:#000000;
	background:transparent;
}
/* ------- SPONSOREN------- */


#sponsoren div {
	float:left;
	width:160px;
	margin:0 6px 0 0;
	text-align:center;
}

#sponsoren img.clear {
	float:none;
	width:500px; height:1px;
	border-bottom:1px dashed #ffffff;
	margin:20px 0 20px 0;
}

/* ------- BILDER LAYOUT------- */

img.eins{
	position: absolute;
	left:783px;
	top:0px;
}

img.zwei{
	position: absolute;
	left:714px;
	top:69px;
}

img.drei{
	position: absolute;
	left:852px;
	top:138px;
}

/* ------- NAVI EINS / HAUPT------- */

#nav1 {
	float:left;
	width:160px;
	text-align:right;
}


#nav1 ul{
	margin-top:5px;
}

#nav1 ul li{
	margin-bottom:20px;
}


#nav1 ul li a:link, #nav1 ul li a:visited, #nav1 ul li a:hover, #nav1 ul li a:active{
	padding: 2px;
	color:#000066;
	letter-spacing:0.05em;
	font-weight:bold;
}

#nav1 a:hover, #nav1 a:active{
	text-decoration:underline;
}

#nav1 ul li a.an:link, #nav1 ul li a.an:visited, #nav1 ul li a.an:hover, #nav1 ul li a.an:active{
	text-decoration:underline;
}


/* ------- NAVI ZWEI / SUBNAVI------- */

#nav2 {
	height: 69px; width:730px;
	text-align:right;
	border:1px solid transparent;
}

#nav2 ul{
	margin-top:20px;
}

#nav2 ul li{
	display:inline;
	padding:0 10px 0 10px;
	border-right:1px solid #ffffff;
}

#nav2 ul li.nb{
	border-right:0px solid #ffffff;
}

#nav2 ul li a:link, #nav2 ul li a:visited, #nav2 ul li a:hover, #nav2 ul li a:active{
	font-size:10px;
	padding: 0 2px 0 2px;
	letter-spacing:0.05em;
}

#nav2 a:hover, #nav2 a:active{
	text-decoration:underline;
}










