/* CSS Document */

*{
	margin:0;
	padding:0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(media/logo_background.gif);
	
}

h2
{
	text-decoration:underline;
	font-style:bold;
	text-align:center;
	font-size:1.4em;
}

h3
{
	text-decoration:none;
	font-style:bold;
	text-align:center;
	font-size:1.2em;
}
	
	
texti
{
	text-align:center;
	font-style:bold;
}


a:link {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
text-decoration:underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color:#990000;
}

cop
{
	font-size:0.8em;
}


.teil
{
	margin:0px;
	
}


#container
{
	width:950px;
	height:585px;
	border-right: double;
	border-bottom:double;
	background-color:#FFFFFF;
}

#logo
{
	width: 220px;
	height: 139px;
	background:url(media/logo_ehc_behringer.jpg);
}

#banner
{
	position:absolute;
	top:0px;
	left:220px;
	width: 730px;
	height: 139px;
	background:url(media/bannerv4.jpg);
}
	
#navi
{
	width:220px;
	height:445px;
	background:url(media/naviback.jpg);
}

#content
{
	position:absolute;
	top:139px;
	left:220px;
	width:724px;
	height:439px;
	overflow:auto;
	
	list-style-position:inside;
	text-align:justify;
	
	padding: 3px 3px;
	
	background-color:  #EAEAEA;
	
}

#mitglied
{
	position:absolute;
	top:391px;
	left:6px;
	width:212px;
	height:200px;
}

#white
{
	position:absolute;
	top:35px;
	left:950px;
	
	height:62px;
	background: #FFFFFF;
	width:100%;
}

#grau
{
	position:absolute;
	top:97px;
	left:950px;
	
	height:17px;
	width:100%;
	background:#aaaaaa;
}
	



#navigation 
{

	
	position: absolute;
	top: 150px;
	left: 0px;
	width: 217px;

	color: #000000;
	list-style:none;
	list-style-position:outside;
	
	border: 0px 0px 0px 0px;	
	 
	overflow:hidden;
	padding-left:3px;
	
		
}

#navigation ul a 
{
	display:block;
	color: #000;
	list-style-position:outside;
		list-style:none;

}




#navigation ul li a:hover 
{
	background-color: #fff; 
	color:#000;
	font-style:italic;
	text-align:right;
	
}

