﻿
@import url(content.css?2);

@media screen
{
	body
	{
		PADDING-TOP: 0px; 
		margin-top:5px;
		/*background-color:#565A75;*/
		background-color:white;
		padding:0;
	}
	#all
	{
		background-color:White;
		width:980px;
		margin:auto;
		margin-top:10px;
		border:1px solid #999999;		
	}
	/*TOP - Div mit Überschrift */
	#top
	{
		width:980px;
		height:125px;
		text-align:right;
		margin-bottom:0px;
		padding-top:0px;
		BACKGROUND: url(Titel_neu.jpg) no-repeat 0 5px;
	}
	#top div,#top a
	{
		/*color:#565A75;*/
		color:#999999;
		font-size:8pt;
		font-weight:bold;
		font-family:verdana;
	}
	#top div
	{
		padding-top:3px;
	}
	#toplevelmenu
	{
		margin:0;
		padding:0;
		margin-left:0px;
	}
	#toplevelmenu li
	{
		line-height: 20px;
		list-style:none;
		float:left;
		font-size: 12px;
		margin:0;
		padding-right:1px;
		font-weight:Bold;
		white-space: nowrap;
		margin-top:-15pt;
		width: 100px;
	}
	#toplevelmenu a
	{
		font-weight:Bold;
		display: block;
		float: left;
		/* commented backslash hack \*/ 
		float: none; 		/* Hack */
		font-weight: bold;
		padding: 0px 20px;
		text-decoration: none;
		border-top:1px solid #423C39;
		border-left:1px solid #423C39;
		border-right:1px solid #423C39;
		text-align:center;
		color:#885E36;
		font-style:italic;
	}
	#toplevelmenu a:hover,
	#toplevelmenu a.selected,
	{
		background:#423C39;
		color:white;
	}
	#toplevelmenu a.root:hover,
	#toplevelmenu a.root
	{
		background:transparent;
		border-top:1px solid transparent;
		border-left:1px solid transparent;
		border-right:1px solid transparent;
		color:#423C39;
		font-style:italic;
	}
	#main
	{
		margin: 0; /* auto;*/
		padding: 0;
	/*	border-right:1px solid Black;*/
	}
	
	#mainContent
	{
		clear:left;
	}
	#content
	{
		width:690px;
		margin:0;
		padding:15px;
		padding-top:0;
		border-left:1px dotted #848A8C;
		border-bottom:0;
		border-top:0;
		margin:0;
		background-color:white;
	}
	#contenttop
	{
		height:10px;
		margin:0;
		padding:0;
		width:723px;
		border-bottom:0 outset white;
		border-right:0px outset white;
		margin-left:260px;
		font-size:0px;
	}

	html>body #toplevelmenu a {width: auto;}	/* Hack */

	#toc
	{
		min-height:520px;
		margin: 0;
		margin-top:10px;
		margin-bottom:20px;
		padding: 0;	
		float:left;
		width:255px;
		
	}
	#nottoc
	{
	/*	background-color: white;*/
	/*	margin:15px;*/
		margin: 0;
		padding: 0;
		position: absolute;
		left: 260px;
	/*	background-color:blue;*/
	/*	float:left;*/
	}
	#toc ul
	{
		margin:0;
		padding: 0;
		padding-top:5px;
	}
	#toc li
	{
		font-size: 0.7em;
		list-style:none;
		margin:0;
		padding-top: 2px;
		margin-left: 0px;
		
	}
	
	#toc a
	{
		/*font-style:italic;*/
		display: block;
		color:#8C8684;
		padding: 2px 5px;
		text-decoration: none;
		background-color:Transparent;
		font-weight:Bold;
		font-size:10pt;
		font-family:arial;
	}
	#toc a.selected,#toc a.currentEntry
	{
		color:black;
	}
	#toc li.currentEntry
	{
		background-color:#EFEFEF;
	}
	html>#toc a {width: auto;}	/* Hack */
	
	#toc a:hover,
	#toc li.hover
	{
		/*border: 1px solid #aaa;*/
		color:white;
		background-color:#4D87C7;
	}
	.tocLevel0,.tocLevel1,.tocLevel2,.tocLevel3,.tocLevel4,.tocLevel5
	{
		background-color:Transparent;
		border-bottom:1px solid #dddddd;
		height:22px;
	}
	.tocLevel0
	{
		font-weight:bold;
		/*background:url(bg.png) no-repeat;*/
		border-bottom:2px solid #dddddd;
		margin-top:-1px;		
		height:26px;
	}
	#toc .tocLevel0 a
	{
	   font-size:12pt;
	}
	/* SubClasses für Tag A */
	#toc .tocLevel1
	{
		padding-left:5px;
		padding-top:4px;
		height:26px;
		/*background:url(bg.png) no-repeat;*/
		border-bottom:2px solid #dddddd;		
	}
	.tocLevel2
	{
		padding-left:15px;
		margin-top:-1px;
	}
	.tocLevel3
	{
		padding-left:25px;
		margin-top:-1px;
	}
	.tocLevel4
	{
		padding-left:35px;
		margin-top:-1px;
	}
	.tocLevel5
	{
		padding-left:45px;
		margin-top:-1px;
	}
	/*
		Footer
	*/
	#footer
	{
		clear:both;
		/*color:#565A75;*/
		color:#8C8684;
		font:normal 10px arial;
		height:25px;
		background-color:#EFEFEF;
		border-top:1px solid #CCCCCC;
	}
	
	#inner_footer
	{
		position:relative;
		padding-top:3px;
		padding-bottom:12px;
		border-top:2px solid #DDDDDD;
	}
	
	#footer ul
	{
		margin-top:0px;
		margin-bottom:0px;
		list-style:none;
	}
	#footer #pageInfoLeft
	{
	}
	#footer #pageInfo
	{
	}
	
	#footer #pageInfo li
	{		
		float:left;
		width:auto;
		padding:0px 10px 0 10px;
		border-left:1px solid #D6D6D6;
	}
	#footer #pageInfo a,	#footer #pageInfoLeft a
	{
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
		color:#8C8684;		
		/*color:#565A75;*/
	}
	#footer #pageInfo a:hover,	#footer #pageInfoLeft a:hover
	{
		text-decoration:underline;
	}
	
	#siteMap img
	{
		border:0;
	}
}
@media print 
{
		body,html
		{
			background-color:Transparent;
		}
		#toc,#top,#toplevelmenu,#footer,.w220,#contenttop
		{
			display:none;
			visibility:hidden;
		}
		.ddBorder
		{
			border:0;
		}
		#content
		{
			width:100%;
		}
		img
		{
			page-break-inside:avoid;
		}
}