/* ********************************************************************************************************************	*/
/*						S T Y L E								*/
/* ********************************************************************************************************************	*/
html, body {
	font-size:12px;
	line-height:140%;
	margin:0; padding:0; color:#000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(images/hintergrund.png) repeat;
}

th	{font-size:1.1em; color:#663300; font-weight:bold;}

a:link, a:visited	{text-decoration: underline; color: #000;}
a:hover 		{text-decoration: none;	color: #d1000c;}

p			{font-size:12px;}

h1,h2,h3{font-size:14px; font-weight:bold; line-height:1.1em; display: block;}
h1	{margin: 8px 0 20px; padding: 4px 0 0 32px; background: #002337 url(images/h1.jpg) no-repeat left;
	 color: #ccc; font-size:15px; height:20px;}
h2	{margin:0 0 7px 0; padding:3px 2px 3px 22px; color:#fff; background: #d1000c url(images/h2.png) no-repeat;}
h3	{margin:14px 0 4px 0;}

#container	{margin:0 auto; width: 898px; text-align: left; overflow: hidden; background: #fff url(images/hintergrund_container.png) repeat-y;}
#header 	{background: url(images/header.jpg) no-repeat; height: 145px; width:898px;}
#header-link	{position:absolute; width:150px; height:100px;}

#main		{width: 898px;}

#sidebar	{width: 135px; color:#fff; margin:10px 0; padding: 0 0 0 12px; float:left; text-align:center;}

#content	{margin: 5px 5px 5px 25px; width:715px; float:left;}

#crumb 		{font-size:0.9em; color:#002337; margin-bottom:10px;}
#crumb a	{color: #666; text-decoration:none;}
#crumb a:hover	{color: #d1000c; text-decoration:none;}

#footer		{font-size:11px; height:15px; clear:both; color:#888; background:url(images/footer.gif) no-repeat bottom; padding:5px;}
#footer td 	{padding:0; margin:0;}
#footer a 	{text-decoration:none; color:#ddd;} 		/* link zu besucher und scipmanager.de */
#footer a:hover	{text-decoration:underline;}


/* H A U P T N A V I G A T I O N ****************************************************************************** */
#navi		{position:absolute; top:0; font-size:13px; font-weight:bold; width:700px; color:#e6e6e6; 
		margin: 125px 0 0 162px; clear:both; overflow:hidden;}
#navi ul	{white-space: nowrap; margin:0; padding:0; list-style:none;}
#navi li	{float:left; margin:1px; display:inline; border-right:1px solid #e6e6e6;}
#navi a		{color:#fff; float:left; padding: 0 7px; text-decoration:none; letter-spacing:1px;}
#navi a:hover	{text-decoration: underline;}
#navi .activ	{text-decoration: underline;}


/* N A V I G A T I O N   (LOGIN, SUCHE, ...) ****************************************************************** */
#navi2		{color:#fff; font-size:12px; float:right; display:inline; background-color: #002337;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
}
#navi2 a	{text-decoration:none; color:#fff; font-weight: bold;}
#navi2 a:hover	{text-decoration:underline;}
#navi2 ul	{padding:0; margin:0; list-style:none;}
#navi2 li	{display:inline; float:left;}


/* S U B N A V I ********************************************************************************************** */
#subnavi		{text-align:left; line-height:120%;}
#subnavi .head 		{display:block; font-size: 13px; color: #e6e7e8; font-weight: bold; height:18px;
			background: url(images/subnav.png) no-repeat; border-bottom:1px solid #fff; padding:7px 0 0 2px; margin-top: 8px;}
#subnavi a		{display:block; padding: 1px 0; color:#333; text-decoration:none; font-weight: bold;}
#subnavi a:hover	{text-decoration:none; color: #960103;}
* html #subnavi a 	{width:100%;}

#subnavi ul li ul li a		{padding:7px 0 0 5px;}
#subnavi ul li ul li a:hover	{background: #fefefe;}

#subnavi ul  		{list-style:none; padding:0; margin:0; font-size:12px; color:#000}
#subnavi ul li		{font-size:14px; font-weight:bold; margin:0; padding:0;}
#subnavi ul li ul li	{font-size:11px; font-weight:normal; border-bottom: 1px solid #999; background: #e6e7e8; padding:0;}


#subnavi a.head 	{color: #e6e7e8; text-decoration: none;}
#subnavi a.head:hover 	{color: #e6e7e8; text-decoration: underline;}

