@charset "utf-8";
/*** Standard ***********************************************************************/
body {
	min-width:684px;
	font:normal small/1.3em Arial, Helvetiva, sans-serif;
	color:#000000;
	margin:0;
	border:0;
	padding:0;
	background:#ece4d7 url(bg.gif);
}
h1 { /*Nur 1x pro Seite, blaue Überschrift im weißen Querstreifen */
	display:block;
	height:50px;
	width:652px;
	font-size:26px;
	font-weight:bold;
	color:#1f5697;
	margin:252px 0px 0px 378px;
	padding:19px 0px 0px 54px;
	border-right:1px #767a7d solid;
	z-index:999;
}
h2 { /*beliebig oft, Zwischenüberschrift im Fließtext */
	font-size:medium;
	font-weight:bold;
	color:#1f5697;
	clear: both;
	padding:8px 0px 8px 0px;
	margin:16px 0px 8px 0px;
}

h2#subtitle { /*unter h1, nur 1x pro Seite! Codierung als h2 für Mobile Devices */
	font-size:13px;
	font-weight:bold;
	color:#1f5697;
	margin:-30px 0px 0px 432px;
	padding:0;
	z-index:999;
}
h2#subtitle a {
	color:#c2c0bf;
}
h3 {
	font-size:medium;
	font-weight:bold;
	color:#1f5697;
	margin:16px 0px 8px 0px;
}
a {
	text-decoration:none;
	color:#1f5697;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#799ac1;
}
img {
	border:none;
}
img#streifen {
	position:absolute;
	width:100%;
	top:229px;
	z-index:-1;
	background:url(body_bg.png) repeat-x;
}
/*** div#top ************************************************************************/
div#top {
	position:absolute;
	top:0px;
	left:36px;
	padding:0;
	margin:0;
}
	div#top img#logo {
		position:absolute;
		top:0px;
		left:0px;
		z-index:5;	
	}
	div#top img#photo {
		padding-left:342px;
		z-index:5;	
	}
	div#top img#cite {
		position:absolute;
		top:146px;
		left:342px;
		z-index:10;
	}
	/*** div#wrapper **********************************************************************/
div#wrapper {
  position:absolute;
	top:333px;
	left:36px;
	min-height:700px;
	width:1083px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}
/*** div#main ************************************************************************/
div#main {
	position:relative;
	left:342px;
	width:497px;
	background:#d6c7b2 url(main_bg.jpg) no-repeat;
	padding:39px 188px 5000px 56px;
	margin:0px 0px -4950px 0px; /* Equal Height Columns */
}
div#main p {
	margin-top:0px;
	margin-bottom:3px;
	padding-top:0px;
	text-align:justify;
}
div#main p.ref:first-letter {
	color:#1f5697;
	font-size:200%;
}
div#main p.ref_author {
	padding-top:2px;
	padding-bottom:9px;
}
div#main p.externalref {
	padding-bottom:12px;
}

div#main img {
	float:left;
	clear:both; /*to prevent IE6 from putting the images in one line*/
	border:1px #ffffff solid;
	margin:6px 42px 6px 0px;
}
div#main img.anfahrt {
	float:none;
	clear:none;
	margin:0;
	display:inline;
}
div#main img.signature {
	border:none;
}
div#main span.pageswitch {
	font:normal small/1.3em Arial, Helvetiva, sans-serif;
	color:#000000;
	padding-left:10px;
}
div#main ul {
	margin-left:0px;
	padding-left:12px;
}
div#main li {
	list-style-image:url(list_bullet.gif);
	padding-bottom:.3em;
}
div#main ul#black_bullets li{
	list-style-image:none;
}
div#main div.spalte {
	float:left;
	width:48%;
}
div#main div#slideshow {
	width:300px;
	height:300px;
	float:left;
	border:1px #ffffff solid;
	margin:6px 42px 6px 0px;
}
div#main div#tv {
	background:#1f5697;
	border:2px #1f5697 solid;
	border-width:3px 0px 0px 3px;
}
div#main a.button {
  display:block;
	float:right;
	margin:-3em 0 0 0;
	padding:5px 50px 5px 50px;
	border:1px solid #1f5697;
}	
div#main div#front {
	position:absolute;
	top:100px;
	left:100px;
	width:500px;
	background:#ece4d7;
	border:1px solid #1f5697;
	padding:0 0 0 20px;
}
div#main div#front a#close {
	position:absolute;
	top:-5px;
	right:5px;
	color:#1f5697;
	font: bold 24px Verdana, Geneva, sans-serif
}
div#main div#front a#close:hover {
	text-decoration:none;
	color:#8fabcb;
}

/*** div#nav ************************************************************************/
div#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:342px;
	background:url(top_bg.png) repeat-y;
	text-align:right;
	padding-bottom:5000px;
	margin-bottom:-4950px;/*Equal Height Columns*/
}

div#nav ul {
	margin:11px 0px 20px 0px;
  padding:0px;
  border:0;
  list-style:none;
	list-style-position:inside;
	background:url(nav_line.gif) bottom right no-repeat;
}
div#nav ul li ul {
  margin:0px 20px 6px 0px;
	background:none;
}
div#nav li {
	margin:0;
	padding:0;
	background:url(nav_line.gif) top right no-repeat;
}
div#nav ul li ul li {
  background:none;
}
div#nav a {
	display:inline-block;/*IE6 whitespace bug*/
}
div#nav a {
  display:block;
	margin:0px 19px 0px 0px; /*Aufteilung margin/padding notwendig für subnav_bullet-Position */
  padding:5px 17px 5px 0px;
  font-size:small;
  text-decoration:none;
	color:#ffffff;
}
div#nav ul li ul li a {
  padding-top:0px;
	padding-bottom:0px;
  font-size:x-small;
}
html>body div#nav a:hover {
	background:url(nav_bullet_right.gif) right no-repeat;
/* 	font-weight:bold;*/
}
div#nav a.current { /* muss einzeln, weil IE6 nach dem > nicht weiterliest*/
	background:url(nav_bullet_right.gif) right no-repeat;
/* 	font-weight:bold;*/
}
div#nav a.sub_visible {
	background: url(nav_bullet_down.gif) right no-repeat;
	margin-right:15px;
	padding-right:21px;
	font-weight:bold;
}
div#nav a.red {
	background-color:#F00;
	color:#0F0;
}
