/* ---------------- the basics ---------------- */


body { 
	background : #8b98a0;
	text-align : left;
	color : #666; 
	font-size : 11px; 
	font-family : helvetica, arial, verdana, sans-serif;
	margin: 0 0 0 0; 
}


p { 
	color : #666; 
	background: none;
	font-size : 11px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

td { 
	color : #666; 
	font-size : 11px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

tr { 
	color : #666; 
	font-size : 11px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}





/* ---------------- h ---------------- */

h1 { 
	text-align : left;
	color : #3d474c; 
	background : none;
	font-size : 30px; 
	font-weight: normal;
	font-family : helvetica, arial, verdana, sans-serif;  
	line-height : 14px;
}

h2 { 
	text-align : left;
	color : #3d474c; 
	background : none;
	font-size : 20px; 
	font-weight: normal;
	font-family : helvetica, arial, verdana, sans-serif;  
	line-height : 14px;
}

h3, h4 { 
	text-align : left;
	color : #3d474c; 
	background : none;
	font-size : 10px; 
	font-weight: normal;
	font-family : helvetica, arial, verdana, sans-serif;  
	line-height : 24px;
}






/* ---------------- navigation ---------------- */

a { 
	font-family : verdana, arial, helvetica, sans-serif;  
	font-size : 11px; 
	text-decoration : none; 
	color : #666;
	font-weight: bold; 
	background : none;
}

a:link { 
}

a:visited { 
}

a:hover { 
	text-decoration : underline; 
	color : red; 
	background : none;
}

a.underline { 
	font-family : verdana, arial, helvetica, sans-serif;  
	font-size : 11px; 
	text-decoration : underline; 
	color : #666;
	font-weight: bold; 
	background : none;
}

a.underline:link { 
}

a.underline:visited { 
}

a.underline:hover { 
	text-decoration : underline; 
	color : red; 
	background : none;
}






/* ---------------- navigation 2. ebene ---------------- */

a.sub { 
	font-family : verdana, arial, helvetica, sans-serif;  
	font-size : 10px; 
	text-decoration : none; 
	color : #666; 
	font-weight: normal;
	background : none;
}

a.sub:link { 
}

a.sub:visited { 
}

a.sub:hover { 
	text-decoration : none;
	color : red; 
	background : none;
}






/* ---------------- ids ---------------- */


#content {
	position : absolute;
	left : 150px;
	top : 200px;
	padding : 0px;
	background : none;
	text-align : left;
}

