html{
	color:#000000;
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, sans-serif; 	
	font-size:11px; 
}

#site{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}


#nav{
	position:relative;
	float:left;
	margin:70px 20px 0px 5px;
	padding:0px 20px 0px 0px;
	
	background-color:#FFFFFF;
}


#content{
	position:relative;
	float:left;	
	margin:10px 20px 0px 0px;	
	background-color:#FFFFFF;

}

#imgnav{
	height:30px;
}

#empty{
	height:30px;
}

#infotext{
	height:30px;
}
img{
	margin:0px;
	padding:0px;
	border:none;
}

.info{
	width:520px;
}

p{	
	margin:5px 0px 0px 0px;
	padding:0px;
	text-transform: lowercase;
}

.imginfo{
	font-style:italic;
	margin:0px 0px 0px 22px;
}

.copyrightinfo{
	font-style:italic;
	color:#BBBBBB;
	margin:0px 0px 0px 22px;
}

.video{
	padding:115px;
	background-color:#000000;
}
a{
	text-transform: lowercase;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:100%;
	height:20px;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#DEDEDE;
}

a.section{
	text-transform: lowercase;
	padding:2px;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:underline;
	line-height:20px;
}

a.section:hover{
	color:#DEDEDE;
}


a.sectionSelected{
	text-transform: lowercase;
	padding:2px;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
	line-height:20px;
}

a.sectionSelected:hover{
	color:#DEDEDE;
}

a.language{
	text-transform: lowercase;
	padding:2px;
	color:#BBBBBB;
	text-decoration:underline;
	line-height:20px;
}

a.language:hover{
	color:#DEDEDE;
}

a.languageSelected{
	text-transform: lowercase;
	padding:2px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	text-decoration:none;
	line-height:20px;
}

a.languageSelected:hover{
	color:#DEDEDE;
}

a.prev{
	height:23px;
	margin:-3px 0px 0px 0px;
	padding:2px 44px 0px 0px;
	background-image:url('../passive/pfeil_prev.gif'); 
	background-repeat:no-repeat; 
	background-position:0px 4px;
	text-decoration:none;
}

a.prev:hover{
	background-image:url('../passive/pfeil_prev2.gif'); 
	background-repeat:no-repeat; 
	background-position:0px 4px;
}

a.next{
	height:23px;
	margin:-3px 0px 0px 0px;
	padding:2px 44px 0px 0px;
	background-image:url('../passive/pfeil_next.gif'); 
	background-repeat:no-repeat; 
	background-position:0px 4px;
	text-decoration:none;
}

a.next:hover{
	background-image:url('../passive/pfeil_next2.gif'); 
	background-repeat:no-repeat; 
	background-position:0px 4px;
}