﻿@charset "UTF-8";

/* ********************************************************* */
/* Allgemeine Einstellungen                                  */
/* ********************************************************* */

body {
	background-color: white;
	background-image: url('../img/background.png');
	background-repeat: repeat-x;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	color: black;
	margin: 0px;
}


/* ********************************************************* */
/* Stile                                                     */
/* ********************************************************* */

h1 {
	color: #004680;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	text-decoration: none;
}

h2 {
	color: #004680;
	font-size: 12pt;
	margin-bottom: 5px;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #004680;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 a {
	text-decoration: none;
}

p {
	color: black;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

table {
	text-align: left;
	border-collapse:collapse;
	margin-right: 10px;
}

th {
	color: #004680;
	font-size: 10pt;
	font-weight: bold;
	border-width: 1px;
	border-color: #004680;
	border-style: solid;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td {
	color: black;
	font-size: 10pt;
	border-width: 1px;
	border-color: #004680;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}

a {
	text-decoration: underline;
}

a:link  {
	color:#004680;
}

a:visited  {
	color:#004680;
}

a:focus  {
	color:#004680;
}

a:hover  {
	color:#004680;
}

a:active  {
	color:#004680;
}

.nav_link {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
}

.nav_link a {
	margin-left: 20px;
	text-decoration: none;
}

.nav_link_selected {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
}

.nav_link_selected a {
	padding-left: 15px;
	margin-left: 5px;
	text-decoration: none;
	background-image: url('../img/marker.png');
	background-repeat: no-repeat;
}

.nav2_link {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
}

.nav2_link a {
	margin-left: 40px;
	text-decoration: none;
}

.nav2_link_selected {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
}

.nav2_link_selected a {
	padding-left: 15px;
	margin-left: 25px;
	text-decoration: none;
	background-image: url('../img/marker.png');
	background-repeat: no-repeat;
}

.nav_portrait {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	/* border: 3px solid #b0c5d8; */
}

.footer_link {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	text-decoration: none;
	color: #004680;
	font-size: 8pt;
	font-weight: normal;
}

.header_image {
	margin-top: 5px;
	margin-right: 20px;
	float:right;
}
		
.header_text {
	color: #b0c5d8;
	font-size: 16pt;	
	padding-top: 20px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	float:left;
}

.footer_text {
	color: #004680;
	font-size: 8pt;		
	margin-left: 40px;
	text-decoration: none;
}

.image {
	text-align: center;
	border-width : 0px;
}

.download_image {
	margin-right: 10px;
	vertical-align: bottom;
}

.description {
	color: #004680;
	font-size: 8pt;
	text-align: center;
	margin: 0px;
}

/* ********************************************************* */
/* Seitenlayout                                              */
/* ********************************************************* */

div#print_header {
	display:none;
}

div#handheld_header {
	display:none;
}

div#page {
	margin-top: 10px;
	margin-left: auto;
	* margin-left: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	width: 760px;
	min-height: 460px;
	border: 1px solid #004680;
	background-color: white;
	padding: 0px;
}

div#header {
	height: 60px;
	background-color: #004680;
	color: #b0c5d8;
}

div#navigation {
	float: left;
	width: 160px;
	height: 400px;
	/*border-right: 1px solid #004680;*/
}

div#nav_links {
	margin-top: 10px;
}

div#main {
	width: 600px;
	*width: 590px;
	height: 100%;
	min-height: 400px;
	margin-top: 0px;
	*margin-top: 10px;
	margin-left: 160px;
	margin-bottom: 20px;
	margin-right: 0px;
}

div#content {
	width: 560px;
	height: 100%;
	min-height: 470px;
	margin-left: 20px;
	overflow: auto;
}

div#footer {
	margin-left: auto;
	* margin-left: 10px;
	margin-right: auto;
	width:760px;
}
