/*
	Layoutdefinitionen Screen
*/

	body
	{
		margin: 0;
		padding: 0;
		font: 100.01% Tahoma, Helvetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url('../img/background.jpg');
		background-repeat: repeat-x;
		scrollbar-arrow-color:#0086CB;
		scrollbar-face-color:#FFFFFF;
		scrollbar-highlight-color:#808080;
		scrollbar-3dlight-color:#FFFFFF;
		scrollbar-shadow-color:#808080;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-track-color:#E9E9E9;	
	}
	
	#container_header
	{
		margin: 80px auto 0px auto;
		width: 760px;
		text-align: left;
	}
	
	#header
	{
		height: 64px;
	}
	
	#logo
	{
		height: 52px;
		width: 215px;
		float: left;
		padding-left: 14px;
		padding-top: 12px;
		background-image: url('../img/logotab.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	#mainnav
	{
		height: 34px;
		width: 531px;
		margin-top: 30px;
		padding: 0px;
		float: right;
	}
	
		#container_background
	{
		clear: both;	
		background-color: #FFFFFF;
		background-image: url('../img/topborder.jpg');
		background-repeat: repeat-x;			
	}	

	#container_content
	{
		margin: 0px auto;
		width: 760px;
		text-align: left;
	}	
	
	#infobar
	{
		width: 191px;
		height: 320px;
		float: left;
		margin-left: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 40px;
		background-image: url('../img/grey.jpg');
		background-repeat: no-repeat;
		background-position: center top;
	}	
	
	#subnav
	{
		padding: 14px 0px;
		margin-left: 250px;
		font-weight: normal;	
		text-align: left;
		font-size: 12px; 		
	}
	
	#container_footer
	{
		clear: both;
		height: 80px;
		width: 100%;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url('../img/footer.jpg');
		background-repeat: repeat-x;			
	}
	
	#footer	
	{
		margin: 0 auto;
		width: 760px;		
		height: 20px;
		padding-top: 8px;
		text-align: center;
		font-size: 70%;
	}
	
	#footer	a
	{
		color: black;
		text-decoration: none;
	}

	#footer	a:hover
	{
		color: #FF9600;
		text-decoration: none;
	}
	
	#printpage, #topofpage
	{
		float: right;
		width: 86px;
		height: 19px;
		font-size: 10px;
		font-weight: normal;
		color: #808080;
		background-image: url('../img/sym_print.gif');
		background-repeat: no-repeat;
		background-align: right;
		text-align: center;
		padding-top: 5px;
	}
	
	#topofpage
	{
		clear: both;
		float: right;
		background-image: url('../img/sym_up.gif');
	}
	
	#printpage a.servicelink, #topofpage a.servicelink
	{
		text-decoration: none;
		color: #808080;
		padding-left: 14px;
		font-weight: normal;
	}
	
	#printpage a.servicelink:hover, #topofpage a.servicelink:hover
	{
		color: #FF9600;
	}
	
	#contents	
	{
		padding-right: 4px;
		margin-left: 250px;
		height: 200px;
		color: #515151;		
	}
	
	#contents h1	
	{
  		margin-bottom: 0;
  		background-image: url('../img/headline.gif');
  		background-position: 0px 0px;
  		background-repeat: no-repeat;
  		color: #0086CB;	
  		padding-left: 24px;
  		font-size: 22px;
		height: 35px;
		text-transform: lowercase;
	}

	#contents h2
	{
		margin-bottom: 0;
		color: #515151;		
		font-size: 90%;
	}

	#contents h3, #contents h4, #contents h5, #contents h6
	{
	margin-bottom: 0;		
		font-size: 80%;
	}
	
	#contents h4
	{
		font-style: italic;
	}
	
	#contents h5, #contents h6
	{
		font-weight: normal;
		font-style: italic;
	}

	#contents .headernamelink
	{
		text-decoration: none; 
		color: #515151;
	}

	#contents p	
	{
		margin-top: 0;
		font-size: 80%;
	}

	#contents ul
	{
		margin-top: 0;
		list-style-type: square;
		font-size: 80%;
	}
	
	#contents ol
	{
		margin-top: 0;
		font-size: 80%;
	}	
	
	#contents a
	{
		font-weight: bold;
		color: #0086CB;
	}

	#contents a:hover
	{	
		color: #FF9600;
	}
	
	.wichtig
	{
		color: #CC2C14;
		font-weight: bold;
	}
	
	table
	{
		border-collapse: collapse;
		width: 100%;
	}
	
	td, th 
	{
		padding: 4px;
		border: 1px solid #A2A2A2;
		font-size: 80%;
	}
	
	thead
	{
		background-color: #E0E0E0;
	}
	
	th
	{
		font-weight: bold;	
		text-align: center;
	}
	
	caption
	{
		text-align: left;
		font-weight: bold;
		font-size: 80%;
	}
		
	tfoot
	{
		background-color: #E0E0E0;
	}
	
	tbody tr.gerade
	{
		background-color: #EFEFEF;
	}
	
	.layoutlinks
	{
		float: left;
		padding-right: 16px;
	}

	.layoutrechts
	{
		float: right;
		padding-left: 16px;
	}

	.layoutrechts, .layoutlinks
	{
		font-weight: bold;
		color: #A2A2A2;
		font-size: 8pt;	
	}
	
	.layoutrechts img, .layoutlinks img
	{
		border: 1px #EFEFEF solid;
	}
	
	.code
	{ 
		font-family: "Courier New", monospace; 
		font-size: 9pt;
    }
    
    .highlightbg 
    {
    	background-color: #0086CB;
    	color: #FFFFFF;
    	padding: 1px 2px;
    	font-size: 80%;
    }
