* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	background: #ffffff;
	padding-bottom: 12px;  
}

/*----------------- Klasse zum Aufheben von floats ----------------------- */
.clear{
	clear: both;
	visibility: hidden;
}


/*----------------- Klassen f�r �berschrift erster und zweiter Ordnung --- */
h1 {
    color:#CD071E; 
	margin: 0px;
	padding-bottom: 25px;
	font-size: 12pt;
	font-weight: bold;
}

h2{
	color: #CD071E;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

/*----------------- Klasse f�r kleine Schrift 10px -------------------------*/

.small{
	font-size: 10px;
}

/*----------------- Klasse f�r Copyright-Schrift ---------------------------*/
.copyright{
	padding-top: 50px;
	font-size: 11px;
	color: #3d3c3f;
}


/*----------------- Container zum Umfassen aller DIVs ----------------------*/
#container{
	height: auto;
	width: 835px;
	margin: 0px auto;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

/*---------------- Linker Kopfbereich mit Evomed-Logo ----------------------*/

#header_left{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 172px;
	background: url('http://evomed.com/templates/evomed-content/evomed-logo.jpg') no-repeat;
	border-right: 1px solid #cecece;
}

/*--------------- Rechter Kopfbereich mit Banner und Links ------------------*/

#header_right{
	color: #9c9e9f;
	font-size: 12px;
	font-weight:  bold;
	padding: 10px;
	text-align: right;
	float: left;
	height: 190px;
	width: 642px;
	background: url('http://evomed.com/eng/templates/evomed-content/evomed-head.jpg') no-repeat;
}

#header_right ul li{
	list-style-type: none;
	display: inline;
}

#header_right a:link{
	color: #9c9e9f;
	font-size: 12px;
	font-weight:  bold;
	text-decoration: none;
}

#header_right a:visited{
	color: #9c9e9f;
	font-size: 12px;
	font-weight:  bold;
	text-decoration: none;	
}


/*------- Container, der den unteren Bereich umschlie�t (unter dem Headbereich) -------*/

#bottom_container{
	height: auto;
	width: 835px;
	margin: 0px;
}


/*----------------------- Navigationsbereich -------------------------------- */

#menue{
	float: left;
	height: auto;
	width: 172px;
}




#content_container{
	float: left;
	width: 662px;
	height: auto;
	border-left: 1px solid #cecece;
	background: #e3e4e6;

}

#main{
	height: auto;
	width: 622px;
	padding: 20px;
	background: #ffffff;
}

#main ul{
	margin-left: 20px;
	margin-top: 10px;
}

#main a{
	text-decoration: none;
	font-weight: bold;
	color: #cd071e;
}

#main strong{
	font-size: 12px;
	font-weight: bold;
}

#footer{
	background: #cd071e;
	height: 65px;
}


/*----------------- Menue_neu --------------------------------------------------*/


#menue ul{
	display: block;
	padding: 0px;
	list-style-type: none;
}

#menue li{
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
	font-size: 14px;	
}

#menue ul li{
	background: #f1f1f1; 
}

#menue ul li.menu-current{
	background: #9c9e9f;
	color: #ffffff;
}


#menue ul ul li{
	background: #e3e4e5;
	color: #9c9e9f;
	margin-bottom: 5px;
	padding-left: 25px;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

#menue ul ul ul li{
	color: #cd071e;
	background: #cdcecf;
	margin-bottom: 5px;
	padding-left: 45px;
	line-height: 20px;
	font-size: 12px;
	text-transform: none;
}

#menue ul ul ul a{
	color: #cd071e;
	text-decoration: none;
	display: block;
}

#menue ul li.menu-parent{
	background: #9c9e9f;
	color: #ffffff;
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
}

#menue ul ul li.menu-parent{
	background: #cdcecf;
	color: #cd071e;
	margin-bottom: 5px;
	padding-left: 25px;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

#menue ul ul li.menu-parent a{
	color: #cd071e;
	text-decoration: none;
	display: block;
}

#menue a{
	color: #000000;
	text-decoration: none;
	display: block;
}








