/* -- HTML und BODY -- */

@media print {

body {

	color: #333;
	background: #FFFFFF;
	margin-bottom: 0px;
	padding: 0px;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: center;
	line-height:20px;
}


/* --- Basis Elemente --- */

div, p, td, li, ul, h1, h2, h3 { /* Inheritance und so */
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin-top: 2px;
	line-height: 20px;
}

img {
	border: 0;
}


/* -- Der ”uşere Container wird auf Seite zentriert -- */


#container {
	text-align: left;
	width: 600px;
	margin-left: 30;
	padding-top: 24px;
	background: #FFFFFF;
	padding:4px;
}

#clear_div {
	clear:both;
}



#spacer_foot {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}

#container_main {
	width:600px;
	margin: 0;
	background: #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	float: left;
}

#impressum {
	height: 1px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	color: #003472;
	margin-right: 10px;
	visibility: hidden;
	overflow: hidden;
}

#impressum a {
	color: #26313F;
	text-decoration:none;
}

#impressum a:hover {
	text-decoration:underline;
}

#container_header {
	width:600px;
	height:110px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background: #FFFFFF;
	background-image: url(../../img/hg_navi.gif);
	border: 0;
	/*overflow: hidden;*/
	background-repeat: repeat-x;
	overflow: hidden;
}

#logo {
	float: left;
	width: 205px;
	height: 121px;
	overflow:hidden;
}

#container_navi {
	margin: 0 0 0 0px;
	border: 0;
	visibility: hidden;
	float: left;
}

#container_navi img {
	vertical-align: text-top;
}

#container_navi a .oben {
	vertical-align: text-top;
}

#navi_super {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	/*text-align:right;*/
	padding-left:3px;
	padding-bottom: 34px;
}

#navi_header {
	margin: 0;
	overflow: hidden;
}

#navi_header_sub {
	margin: 0;
	padding-top:1px;
}

#navi_left {
	margin: 0 0 0 0px;
	padding-top:0px;
	padding-right:0px;
	width: 1px;
	float: left;
	visibility: hidden;
	overflow: hidden;
}

#left_img_box {
	margin: 0 0 0 0px;
	padding-top:0px;
	width: 1px;
	float: right;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}

#navi_left a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6588AD;
}

#navi_left ul {
	background-color:#FFFFFF;					
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow:hidden;
}

#navi_left ul li{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../../img/pfeil_sub_innen_weiss.gif);
}

#navi_left ul li a {
	background-image: url(../../img/pfeil_sub_innen_weiss.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	height:18px;
	padding-top: 3px;
	display: block;
	padding-left:10px;
	border:solid 1px #6588AD;
}

#navi_left ul li a:link {
	height:18px;
	padding-top: 3px;
	display: block;
	padding-left:10px;
}


#navi_left ul li a:hover, a:active{
	background-color: #F3F6F9;
}

#navi_left ul li .sel {
	color: #FFFFFF;
	background-image: url(../../img/pfeil_sub_weiss.gif);
	background-color: #416B98;
}


#navi_left ul a.sel:hover, a.sel:active {
	color: #FFFFFF;
	background-image: url(../../img/pfeil_sub_weiss.gif);
	background-color: #7A97B6;
}

/* --------- 2. Hierachie ----------- */

#navi_left ul ul {						
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-bottom:0px;
	overflow:hidden;
	background-color:#C5D0E0;
}

#navi_left ul ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: right center;
	background-image: url(../../img/pfeil_sub_blau.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7DEE9;
}

#navi_left ul ul li a {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../../img/pfeil_sub_blau.gif);
	background-color:#C5D0E0;
	border:0;
}

#navi_left ul ul li a:link {
	height:18px;
	padding-top: 3px;
	display: block;
	padding-left:10px;
}

#navi_left ul ul li a:hover, a:active{
	background-color: #D7DEE9;
}

#navi_left ul ul li .sel {
	background-image: url(../../img/pfeil_sub_blau.gif);
	background-color: #A4B6CE;
	color: #6588AD;
}

#navi_left ul ul a.sel:hover, a.sel:active {
	background-image: url(../../img/pfeil_sub_blau.gif);
	background-color: #B7C6D9;
	color: #6588AD;
}



/* --------------------------------------------------  */

#ueberschrift {
	margin: 0 0 0 0px;
	padding-top:25px;
	padding-left:15px;
	padding-bottom:15px;
}

#content {
	padding-top:0px;
	padding-left:15px;
	background: #FFFFFF;
	padding-bottom: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.bildkasten {
	padding-bottom: 15px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 50px;
	font-size: 12px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 100px;
	font-size: 15px;
	font-weight:bold;
	color: #8E9A03;
	margin-top: 0px;
	margin-bottom: 1px;
}

.bild_weiss_rahmen {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container #container_main #container_body #content .body img {
	border: 2px solid #FFFFFF;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 100px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 16px;
}

.subsubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 100px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 12px;
	list-style-image: url(../img/bullet.gif);
	line-height: 20px;
	word-spacing: normal;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-right: 50px;
}

.listsimple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 12px;
	line-height: 20px;
	word-spacing: normal;
	list-style-position: outside;
	margin-bottom: 4px;
	margin-right: 50px;
}

.picturenotation
{
	color:#888888;
	font-size:10px;
	font-weight:bold;
}

.abspielen
{
	font-size:10px;
	margin-left:4px;

}

.picturemagnify
{
	font-size:10px;
	margin-left:4px;
}

a {
	text-decoration: underline;
	color: #8E9A03;
}

a:hover {
	text-decoration: none;
}

form label.required {
   color: #a80000;
   font-weight: bold;
}

form label.completed {
   color: black;
}

}

