body {
	margin: 0;
	padding: 0;
}

div.page {
	background-color: #96b6d6; 					/*hellblauer Rand aussen*/
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 20px; 
	padding-left: 60px; 						/*Seitenrand*/
	padding-right: 60px;
	padding-top:20px;
}

div.header {
	background-color: #eceff2;
	border-top-color: #000080; 					/*dunkelblauer Rand oben*/
	border-top-style: solid;
	border-top-width: 10px;
	color: #000080; 							/* Schriftfarbe Header*/
	font-size: 13.5pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

div.container {
	background-color: #ECEEF2;
	border:1px solid #ECEEF2;
	/*I weiss jo au nid wiso dases de blödi border brucht, aber süsch machts dr IntrnetExplorär äifach nid richtig*/
}

#navigation {
	/*background-color: #ECEEF2;*/
	background-color: #eceff2;
	float: left;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	width: 180px;
	/*width: 16%;*/
	position:fixed;
}

#navigation ul {
	background-color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding: 0px;
}

#navigation ul li {
	background-color: inherit;
	/*border-bottom-color: #136c68;*/
	border-bottom-color: #4B7CAD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: left;
}

#navigation ul li:hover {
	background-color: #c0c0c0;
}

#navigation a:hover {
	background-color: #c0c0c0;
	color: inherit;
	display: block;
	text-decoration: none;
}

#navigation a:link {
	color: #000000;
	text-decoration: none;
}

#navigation a:visited {
	color: #000000;
	text-decoration: none;
}

div.content {
	background-color: white;
	font-size: 10.0pt;
	line-height: 200%;
	margin-left: 180px;
	/*margin-left: 16%;*/
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;

}

div.content_kleiner_abstand {
	background-color: white;
	font-size: 10.0pt;
	line-height: 140%;
	margin-left: 180px;
	/*margin-left: 16%;*/
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	
}

@media screen {#kopfzeile {display:none;}
}

#navigation2 a:hover {
	background-color: #c0c0c0;
	color: inherit;
	text-decoration: underline;
}

#navigation2 a:link {
	color: #000000;
	background-color: #eceff2;
	text-decoration: none;
}

#navigation2 a:visited {
	color: #000000;
	background-color: #eceff2;
	text-decoration: none;
}

td {
	vertical-align:top;
	text-align:left;
	font-family: 'Verdana';
	font-size: 10pt;
	font-weight: normal;

}

p {
	padding-top: 0.8em;
}

h1 {
	color: #000080;
	font-family: 'Verdana';
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	color: #000080;
	font-family: 'Verdana';
	font-size: 12pt;
	font-weight: normal;
}

@media print {
	#navigation,div.header{display: none;}
	#foto {display:none;}
	
	div.page{background-color:white;
	font-family: 'Arial';
	font-size: 14pt;
	font-weight: normal;
	color: black;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:0px;
	}
	
	div.container {
	background-color: white;
	border: 0px white;
	/*I weiss jo au nid wiso dases de blödi border brucht, aber süsch machts dr IntrnetExplorär äifach nid richtig*/
	}

	div.content{background-color:white;
	margin-left: 00%;
	font-size: 11pt;
	line-height: 110%;
	font-family: 'Arial';
	}

h1 {color: black;
	font-family: 'Arial';
	font-size: 14pt;
	font-weight: normal;
	color: black;
	}
h2 {
	color: black;
	font-family: 'Arial';
	font-size: 12pt;
	font-weight: bold;
}

hr {color: black;
	}
p {
	padding-top: 0em;
	}
}
