/*<![CDATA[
pixelcoach. Nicole M�ller
www.pixelcoach.de
03/2006
*/
* { 	margin:0; padding:0; }

body{
	margin: 0px auto;
	background-color: rgb(255, 255, 255);
	color: rgb (9,82,109);
	font: normal normal 100.01% Arial, Helvetica, sans-serif;
}
/*Header mit Logo*/
#container {
	width: 1000px;
	margin: 4px auto;
	color: rgb(9,82,109);
	border: 1px solid gray;
	background: rgb(255,255,255) url(../upload/logos/navibg.gif) repeat-y;
}
#top{
	height: 207px; 
	background-color: rgb(240,240,240); 
	width: 100%; 
}
#lefttop {
	
	float: left;	
	width: 255px;
	height: 207px;	
}
#righttop {	
	background: url(../upload/logos/eyecatcher.jpg) no-repeat left;
/*	width: 743px;*/
	margin-left: 255px;
	height: 20px; /*207*/
	padding: 187px 0 0 65px;
	font-size: 0.80em; 
	letter-spacing: 0.1px; 
}
*html #righttop {
	margin-right: -3px;
}
#balken {
	background-color: rgb(136,0,0);
	height: 8px;
}
	#leftnav {
	float: left;
	text-align:right;
	width: 255px;
}
#content {
/*	line-height: 3cm;*/
	margin-left: 255px; 
	padding: 57px 125px 65px 65px;
	background-color: rgb(255, 255, 255);
	color: rgb(9,82,109);
	width: 554px;
	min-height: 320px;
	height:auto !important;  /* fuer moderne Browser */
	height:320px;  /*fuer den IE */	
	}
*html #content {
	margin-right: -3px;
}	
#content p, #content ul {
	font: normal normal 0.85em Arial, Helvetica, sans-serif;
	line-height: 145%;
	margin: 0 0 1em 0;
	letter-spacing: 0.1px;
}
#content ul {
	line-height: 145%;
	padding: 0 15px 0 18px;
	letter-spacing: 0.1px;
}
#content ul li {
	padding: 0 0 3px 8px;
}
#content h1,#content h2 { 
	font: normal normal 1.2em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	letter-spacing: 0.3px;
}
#content h2 { 
	font: normal normal 1.1em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 45px 0 15px 0;
	}
#footer {
	clear: both;
}
#footright {
	font: normal normal 0.75em Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-left: 255px;
	padding: 0 0 0 10px;
	background-color: rgb(255, 255, 255);
	color: rgb(9,82,109);
	}
#navlist{
	padding: 58px 0 0 15px;
	}
#navlist li {
	list-style: none;
	}
a, a:link, a:hover {
	color: rgb(136,0,0);
	text-decoration: none;
	background-color: transparent;
	font: normal normal 1em Arial, Helvetica, sans-serif;
}
#navlist li a, #navlist li a:link,
#navlist li a:hover, #navlist li a.current, 
#navlist li.second a, #navlist li.second a:link,
#navlist li.second a:hover, #navlist li.second a.current {
	display: block;
	color: rgb(136,0,0);
	padding: 5px 15px 0px 0;
	text-decoration: none;
	background: transparent url(../upload/logos/bg_navi.gif) no-repeat right center;
	font: normal bold 0.95em Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	margin: 0px 0 15px 0;
}
#navlist li.second a, #navlist li.second a:link,
#navlist li.second a:hover, #navlist li.second a.current {
	display: block;
	color: rgb(136,0,0);
	padding: 5px 15px 0px 0;
	text-decoration: none;
	background: none;
	font: normal normal 0.8em Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	margin: 0px 0 10px 0;
}
*html #navlist li a, *html #navlist li a:link,
*html #navlist li a:hover, *html #navlist li a.current,
*html #navlist li.second a, *html #navlist li.second a:link,
*html #navlist li.second a:hover, *html #navlist li.second a.current  {
	margin: 0px; padding: 2px 15px 0px 0;
}
#navlist li a:hover, #navlist li a.current {
	color: rgb(9,82,109);
} 
#navlist li.second a:hover, #navlist li.second a.current {
	color: rgb(9,82,109);
} 
#righttop a, #righttop a:link,
#righttop a:hover, #righttop a.current {
	padding: 5px 5px 0px 0;
	text-decoration: none;
	font: normal normal 0.9em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1px;
}
#righttop a:hover, #righttop a.current {
	color: rgb(9,82,109);
	text-decoration: underline;
	}
.small{font-size: 0.7em;}

/*]]*/