#maincontent{
	position:absolute;
	width:800px;
	height:600px;
	left:50%;
	top:20px;
	margin-left:-400px;
	background-color:#FFFFFF;
}
.vasp{
	text-align:right;
}
.vasp a{
	font-size:11px;
	color:#999999;
}

.vasp a:hover{
	color:#666666;
}

#header{
	width:800px;
	height:112px;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
}

#bild{
	position:absolute;
	top:75px;
	width:800px;
	height:160px;
}
#farbwechsel{
	position:absolute;
	top:31px;
	left:754px;
	width:46px;
	height:12px;
	text-align:right;
}

#farbwechsel div{
	border:1px solid #BBBBBB;
	float:left;
	font-size:3px;
	width:8px;
	height:8px;
	margin-left:5px;
	margin-right:0px;
}

*html #farbwechsel div{
	border:1px solid #BBBBBB;
	width:10px;
	height:10px;
}

#farbwechsel #farbe_1{
	background-color:#FFFFFF;
}

#farbwechsel #farbe_2{
	background-color:#AAAAAA;
}

#farbwechsel #farbe_3{
	background-color:#B29550;
}


/*maintext*/

#content{
	position:absolute;
	width:800px;
	left:0px;
	top:250px;
}

#themabild{
	position:absolute;
	top:0px;
	width:460px;
	height:300px;
}

#themabild img{
	border:1px solid #EEEEEE;
}

#themabild .tx-rlmpflashdetection-pi1 {
	width:460px;
	height:345px;
	border: 1px solid #EEEEEE;
	display:block;
}

#themabild #player{
	border:1px solid #EEEEEE;
}

#inhalt{
	position:absolute;
	width:320px;
	left:480px;
	top:110px;
	padding-left:2px;
	line-height:1.4em;
	z-index:6;
	font-size:11px;
}

#inhalt h1{
	color:#000000;
	font-weight:normal;
	font-size:23px;
	margin:0 0 10px 0;
}

#inhalt a:hover{
	color:#000000;
}

#inhalt a{
	color:#999999;
}

/* link icon */
#inhalt a.linkExt{
	padding-right:15px;
	background: url(../template/images/ext_icon.gif) no-repeat right;
}

#inhalt a.linkExt:hover{
	background: url(../template/images/ext_icon_over.gif) no-repeat right;
}

#inhalt a.linkInt{
	padding-right:15px;
	background: url(../template/images/int_icon.gif) no-repeat right;
}
#inhalt a.linkInt:hover{
	background: url(../template/images/int_icon_over.gif) no-repeat right;
}

#inhalt a.linkMail{
	padding-left:15px;
	background: url(../template/images/mail_icon.gif) no-repeat left;
}

#inhalt a.linkMail:hover{
	background: url(../template/images/mail_icon_over.gif) no-repeat left;
}