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

html {
	/* overflow:auto; */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #000000;
	background-color: #2a343d;
}
#container { 
	width: 955px;
	margin: 0 auto; 
	border: none;
	text-align: left;
	background: #1f272e url(images/back.jpg) repeat-y;
} 
#header {
	width: 955px;
	height: 137px; 
	background-image:url(images/header.jpg);
}  
#nav {
	margin: 0;
	padding: 0;
	width: 955px;
	height: 39px;
	background-image:url(images/nav_back.jpg);
} 

ul#Navigation {
    margin: 0px 32px; padding: 7px;
    text-align: center;
    float: right;
  }

ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
    font-size: 11pt;
    font-family: tahoma;
  }

ul#Navigation a, ul#Navigation span {
    margin: 0px; padding: 0px 10px;
    text-decoration: none; 
    font-weight: normal;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #f7ea31; background-color: #2a343d;
    padding-bottom: 11px;
    padding-top: 6px;
  }
  ul#Navigation div {
     clear: left;
  }
  
ul {    
    display: inline;
    margin: 0; 
    padding: 0;
    font-size: 11pt;
    font-family: tahoma;
    color: #fff;
    list-style-position: inside;
  }
  

#sidebar1 {
	float: left; 
	width: 284px; 
	padding: 0px;
	clear: both;
}
#contenttop {
	margin: 0px 0px 0px 314px;
	background: url(images/content_top.jpg) no-repeat;
	height:30px;
} 
#mainContent { 
	margin-left: 350px; 
	padding: 0 0px; 
	width: 540px;
} 
#footer { 
	height: 98px;
	padding: 0 10px 0 20px; 
	background-image:url(images/footer.jpg); 
} 
#footer p {
	margin: 0; 
	padding: 52px 40px;
	font-family: tahoma;
	font-size: 8pt;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #f7ea31;
	font: normal bold 15pt tahoma;
}
h2 {font-family: tahoma;
	font-size: 13pt;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	line-height: 14pt;
}
dl, p, label, li {
	color: #fff;
	font: normal normal 10pt/14pt tahoma;
}

a:link { text-decoration:none; color:#fff;
}
a:visited { text-decoration:none; color:#b2b2b2; 
}
a:hover { text-decoration:none; color:#f7ea31; 
}

p a:link, dd a:link {color:#f7ea31 !important; }
p a:hover, dd a:hover {color:#2a343d !important; }

#flvplayer {
		float:right;
		margin:5px 0 10px 10px;
}

.right {
	float:right;		
	margin:5px 0 10px 10px;
}

.left {
	float:left;		
	margin:5px 0 10px 10px;
}

dd {
	margin-bottom:10px;
	}
	
dt {
	font-weight:bold;
	font-size:10pt;
	color:#f7ea31;
	}
	
#sidebar1 ul, #sidebar1 p {
	display:block;
	margin:10px 0 0 40px;
	}	
	
	
ul.list {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	list-style-position:outside;
	}
ul.list li {
	border-bottom:1px solid silver;
	padding:2px 2px 5px 2px;
	margin:0;
	}
ul.list li:hover {
	background-color:#2a343d;
	}
	
span.top {
	display:block;
	text-align:right;
	}
label {
	display:block;
	margin:10px 0 5px 0;
}
input {
	background: #2a343d;
	border:1px solid silver;
	color:white;
	}
#kap12, #kap34, #kap56, #kap78 {
	background:#526f81;
	border:0;
	padding:0;
	margin:0;
	padding:4px;
	margin-top:8px;
	width:455px;
	}



