/* CSS Document */

body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Verdana, Arial;
	background-color: #000;
	background-image: url(../images/hg_kachel.jpg);
	background-repeat: repeat-y;
	background-position:center;
	font-size:13px;
	color: #000;	
}
h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:24px;
	color:  #000;
	font-style: normal;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}
h2{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:18px;
	color:  #D5150A;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
h3{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:14px;
	color: #D5150A;
	font-style: normal;
	font-weight: bold;
	margin:10px 0px 0px 0px;
}
/*----------------- links -----------------*/
a:link {
	color: #000;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:visited {
	color: #000;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:hover {
	color: #D5150A;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:active {
	color: #D5150A;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}

.navi a:link {
	color: #7d7d7d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}
.navi a:visited {
	color: #7d7d7d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}
.navi a:hover {
	color: #D5150A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}
.navi a:active {
	color: #D5150A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}

.navi_gross a:link {
	color: #D5150A;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
}
.navi_gross a:visited {
	color: #D5150A;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
}
.navi_gross a:hover {
	color: #7d7d7d;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
}
.navi_gross a:active {
	color: #7d7d7d;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
}
/*----------------- links -----------------*/
#hg{
	height:628px;
	background-position:center top;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
}
#wrapper{
	width: 500px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#head{
	width: 500px;
	height: 233px;
	float:left;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#navi_top{
	width: 235px;
	height: 45px;
	float:left;
	padding:15px 5px 0px 260px;
}
#navi{
	width: 500px;
	height: 34px;
	float:left;
	padding:139px 0px 0px 0px;
}
#content{
	width: 460px;
	height: auto;
	float:left;
	padding:10px 20px 10px 20px;
	background-color: #FFFFFF;
}
#left{
	width: 220px;
	height: auto;
	padding:0px 10px 0px 0px;
}
#right{
	width: 225px;
	height: auto;
	float:left;
	padding:0px 0px 0px 5px;
}
#bottom{
	width: 500px;
	height: 134px;
	float:left;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
/*----------------- Divs -----------------*/
.links{
	width: 220px;
	height: auto;
	float:left;
	padding:0px 10px 0px 0px;
}
.rechts{
	width: 225px;
	height: auto;
	float:right;
	padding:0px 0px 0px 5px;
}
.rechtsbild{
	width: 225px;
	height: auto;
	float:right;
	margin:0px 0px 0px 5px;
}
.vertplatz{margin: 35px 0 18px 0; _margin: 32px 0 17px 0;}
.linie{
	color: #cfcfcf;
	font-size:9px;
}
.ul01{
	margin:5px 5px 0px 10px;
	padding:0px 0px 4px 0px;
	width:200px;
}
.ul01 li {
	list-style-type: none;
	padding:3px 0px 0px 25px;
	margin-bottom:4px;
	background:url(../images/pfeil.gif) 0 1px no-repeat;
	text-align:left;
}

.bild{
	border:none;
}

.bild_links{
	float:left;
	border: none;
	margin:7px 15px 5px 0px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:7px 0px 5px 15px;
}


.clear{
 clear:both;
}

p, table, td, li, ul, ol, br, span, tr {
	color: #000;
}
p {
 margin: 10px 0px 5px 0px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ul-partner { list-style: none; padding: 10px 0; }

#player {
			border: 1px solid #999999;
			width:400px;
			float:left;
			height:273px;


 }

