/*Ausgabe auf Drucker*/
body
	{
		margin: 0;
		padding: 0;
		font: 0.85em "dejavu sans", arial, helvetica, sans-serif;
		text-align: center;
		color: black;
		background-color: #163279;
	}
	
#container
	{
		margin: 1em auto;
		padding: 0;
		width: 900px;
		height: 100%;
		text-align: left;
		background-color: white;
		font-family: "dejavu sans";
	}
#flag
	{
		float: left;
		width: 39%;
		/*height: 24px;*/
		vertical-align: bottom;
		background-image: url("../images/GelbGoldreverse.png");
		background-repeat: repeat-y;
		background-position: top left;
		display: none;
		font: 0.85em "dejavu sans";
	}
#flag ul
	{
		margin: 0;
		padding: 0;
		padding-top: 2px;
		list-style-type: none;
		display: none;
	}
	
#flag li
	{
		display: inline;
		padding-right: 8px;
		padding-left: 2px;
		display: none;
	}
	
#flag li a
	{
		text-decoration: none;
	}
	
#flag li a:hover
	{
		text-decoration: none;
	}
	
#mainnav
	{
		margin-left: 39%;
		margin-bottom: 0px;
		padding: 4px;
		font: 0.85em "dejavu sans";
		background-image: url("../images/GelbGold.png");
		background-repeat: repeat-y;
		background-position: top right;
		display: none;
	}	
		
#mainnav ul
	{
		margin: 0 15px 0 0;
		padding: 0;
		text-align: right;
		list-style-type: none;
		border-right: 1px solid #163279;
		display: none;
	}
	
#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-left: 1px solid #163279;
		display: none;
	}
	
#mainnav li a
	{
		text-decoration: none;
		color: black;/*Schriftfarbe listenelement*/
	}
	
#mainnav li a:hover
	{
		text-decoration: none;
		color: lime; 
	}
	
#header
	{
		height:116px;	
		color: white;
		margin: 0px;
		/*padding: 15px;*/
		background-color: #163279;
		display: none;
	}	
#headerleft
	{	
		width: 45%;
		float: left;		
		color: #FFFF00;
		padding-top: 5px;
		margin: 0px;
		background-color: #163279;
		display: none;
	}		
#headercenter
	{	
		width: 30%;
		float: left;		
		padding-top: 15px;
		margin: 0px;
		background-color: #163279;
		display: none;
	}	
#headerright
	{
		margin-left:90%;
		vertical-align: middle;
		padding-top: 25px;
		background-color: #163279;
		display: none;
	}
#rowds
{
		height: 15px;
		background-color: white;
		display: none;
	}	
#doppelspalte
	{	
		border-right: solid 1px white;
		border-left: solid 1px white;
	}
#menu
	{			
		padding: 4px;
		width: 100%;
		font-size: 1em;	
		/*float: left;*/		
		background-color: #163279;
		color: #FFFFF0;
	}
#menu h1
	{	
		font-family: "dejavu sans";
		font-size: 1em;
		font-weight: bold;
		color: #FFFFF0;
		background-color:	#163279;
	}	
#menu h2
	{
		font-size: 1em;
		padding-bottom: 5px;
	}		
#menu ul
	{ 
		padding: 0px;
		list-style-type: none;
	}
	
#menu li
	{		
			
	}
	
#menu li a
	{
		margin:0;		
		color: #FFFFF0;
		text-decoration: none;
	}
	
#menu li a:hover
	{
		text-decoration: none;
		color: lime;
	}
		
#contents
	{
		margin-left: 10px;		
		margin-bottom: 0px;
		margin-top: 0px;
		background-color: white;
		font-family: "dejavu sans";
	}
#contents h1
	{
		padding: 4px;
		margin-bottom: 15px;
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		background-color: #163279;
	}	
#contents p
	{
		padding: 2px 4px 2px 0px;
		background-color: white;
		font-size: 1em;
	}
#contents ul
	{
	 padding-left: 40px;
	 padding-bottom: 10px;
	 padding-top: 10px;
	}	
#contents li	
	{
		padding-left: 15px;
		list-style-type: disc;
	}
ul.liste01
	{
		list-style-position: outside;		
		padding-left: 40px;
		padding-bottom: 10px;
		padding-top: 0px;	
	}
li.liste01
{
	list-style-image: url("../images/bullet2.png");list-style-position: outside;		
	}
#footer	
	{
		clear: both;
		margin-top: 4px;
		background-color: #FFFF00;
	}
#footer ul
	{ 
		margin-left: 5px;		
		padding: 5px;
		list-style-type: none;
	}
	
#footer li
	{		
			
	}
	
#footer li a
	{
		margin:0;
		padding-left: 50px;		
		color: black;
		text-decoration: none;
		display: none;
	}
	
#footer li a:hover
	{
		text-decoration: none;
		color: lime;
	}	
		
	