/* CSS Document */
/* Alle kritischen Werte mit 0 instanziieren */
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
body { position: relative; }

/* Farben setzen */
html, body {
  color: #3B3B3B;
  background-color: white;
}
/**
* -------------------------------------------------------------
* @section Links und Anker
* -------------------------------------------------------------
*/

a:link {
  color: #344D8C;
  background-color: transparent;
}
a:visited {
  color: #777;
  background-color: transparent;
}
a:hover, a:focus {
  color: #003359;
  background-color: #DDD;
}
.uebersicht {
	font-size:14px;
	font-weight: bold;
	width: 250px;
	line-height: 150%;
	background-color: #EBEBEB;
	color:#000033;
}
/**
* -------------------------------------------------------------
* @section Überschriften
* -------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
  color: #555;
  background-color: inherit;
  font-family: Arial, sans-serif;
  line-height: 130%;
}
h1 {
  font-size: 2.2em;
  margin: 0 0 0 0;
}
h2 {
  font-size: 1.9em;
  margin: 10px 0 0 0px;
}
h3 {
  font-size: 1.6em;
  margin: 0 0 0 0;
}
h4 {
  font-size: 1.4em;
  margin: 0.5em 0 0 0;  
}
h5, h6 {
  font-size: 1.2em;
  margin: 0 0 0 0;  
}
p {
	font-size:11px;
	color:#000000;
	line-height: 110%;
}
p.fliesstext {
  margin: 10px 0 0 0;  
}
ul {
  margin: 0px 0px 0px 10px;
  list-style: none;
  padding-left: 10px;
}
ol {
  margin: 0px 0px 0px 10px;
  list-style-type: decimal;
  padding-left: 10px;
}
li {
  background: transparent 0px center no-repeat;
  display: block;
  margin: 10px 0 10px -10px;
  list-style-type: disc;
}
table {
}
th {
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
td {
	border: 1px solid #EBEBEB;
	font-size: 10px;
	font-weight: normal;
	vertical-align:top;
}
#dtp table,#dtp th,#dtp td{
border: 0 none transparent;
vertical-align:top;
}
td.trauer {
	border: 1px solid black;
	padding: 5px 0 5px 0;
}
#page{
  color: inherit;
  background: white top right repeat-y;
  min-width: 800px;

  /** Erzwingt 'hasLayout' im IE 6
  * @workaround
  * @affected   IE 6
  * @css-for    IE 6
  * @valid      yes
  */
  height: 1%;

  /** Eigentlich wäre 'margin' die für diesen Zweck beste Eigenschaft, aber damit kommt IE 5 nicht klar
  * @workaround
  * @affected   all
  * @css-for    all
  * @valid      yes
  */
  border-left: 25px solid white;
  border-top: 25px solid white;
}
/* Ausgeblendete Inhalte */
.invisible {
  position: absolute;
  left: -9999px;
}
.left {
float:left;
}
.right {
float:right;
}
.important{
font-weight: bold;
}
.eingerueckt{
text-indent: 15px;
}
body{
margin: 0px;
padding: 0px;
font-size: medium;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}
#header{
padding: 0px;
text-align: center;
background: #FFFFFF;
clear: both;
}
#center{
padding: 0px;
text-align: center;
background: #FFFFFF;
float: left;
width: 400px;
height: 525px;
margin: 120px 0 0 120px;
}
#footer{
height: 28px;
background-position: top center;
background-repeat: no-repeat;
background-color: #EBEBEB;
border: 0px solid #272727;
clear: both;
margin-bottom: 10px;
margin-top: 10px;
}
#maxwidth
{width: 1000px;}

#maincolumn{
padding: 0px;
margin: 0px;
background: #FFFFFF;
max-width: 670px;
float: left;
}
#rightcolumn{
padding: 5px;
margin-left: 10px;
margin-top: 20px;
width: 180px;
height: 600px;
float: right;
background-color: #EBEBEB;
position:absolute; 
top:130px; 
left:830px;
}
.headline{
float: left;
width: 490px;
background-color: #FFFFFF;
margin: 10px 0px 10px 50px;
}
.teaser-headline p{
width: 100%;
color: #FFFFFF;
font-size: 12px;
background-color: #333333;
padding: 1px;
}
.teaser-text{
color: black;
font-size: 9px;
margin-bottom: 10px;
}
div .adresse{
margin-left:25px;
color: #272727;
border: 1px solid #272727;
background-color:#FFCCFF;
}
div #LogoAnfahrtCenter{
 width:100px;
 margin-left: 180px;
 height: 40px;
 margin-top: 35px;
 float:none;
 z-index:10;
 background-color: transparent;
 border: thin;
 padding: 0 0 0 0;
}
div #buttonouter{
float:right;
width: 100px;
height:16px;
border-width: 1px;
border-style:solid;
border-color:#003359; 
background-color: transparent;
-moz-border-radius:3px;
}
div #buttoninner{
width: 98px;
height: 14px;
border-width: 1px;
border-style: solid;
border-color: #F1F1F1; 
background-color: #F5F5F5;
text-align: center;
-moz-border-radius: 3px;
}
div #buttoninner:hover,
div #buttoninner:focus,
div #buttoninner:active,
div #buttoninner.active{
	border-color:#FF9900; 
}
div #buttoninner a{
	color: #003359;
	text-decoration:none;
}
div #buttoninner a:hover, div #buttoninner a:focus {
	color: #003359;
	background-color: transparent;
	text-decoration:none;
}
/**
* -------------------------------------------------------------
* @section Sidebar
* -------------------------------------------------------------
*/

/* Container #E3E1E1 */
div #sidebar {
  background: transparent top left repeat-y;
  float: left;
  font-size: 12px;
  line-height: 100%;
  width: 180px;
  height: 600px;
  margin-right: 10px;
}
#sidebar div#sidebarInner {
  color: #CCC9BC;
  background: #272727 top left no-repeat;
  margin: 20px 0px 0px 0px;
  width: 180px;
  height: 600px;
  padding-bottom: 10px;
}
/* Elemente und Bereiche innerhalb der Sidebar */
#sidebar h2 {
  color: white;
  background-color: transparent;
  font-size: 1.4em;
  margin: 0;
}
#sidebar h3 {
  color: white;
  background-color: transparent;
  font-size: 1.3em;
  margin: 1em 0;
}
ul#nav1 {
  margin: 0px 0px 0px 0px;
  list-style: none;
}
#nav1 li {
  background: transparent 0px center no-repeat;
  display: block;
  margin: 1px 0 1px 0;
  padding-left: 0px;
  border-top: 1px solid #FFFFFF;
}
#nav1 a{
  color: white;
  font-weight: bold;
  padding: 3px 0 3px 3px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  width: 175px;
}
#nav1 a:hover,
#nav1 a:focus,
#nav1 a:active,
#nav1 a.active{
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  background-color: #EBEBEB;
}
ul#nav2 {
  margin: 0px 0px 0px 15px;
  list-style: none;
}
#nav2 li {
  background: transparent 0px center no-repeat;
  display: block;
  margin: 1px 0 1px 0;
}
#nav2 a{
  color: #C0C0C0;
  font-weight: bold;
  padding: 3px 0 3px 3px;
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  display: block;
  width: 150px;
}
#nav2 a:hover,
#nav2 a:focus,
#nav2 a:active,
#nav2 a.active{
  color: #000000;
  font-size: 12px;
  line-height: 150%;
  background-color:#EBEBEB;
}
ul#nav3 {
  margin: 0px 0px 0px 5px;
  list-style: none;
}
#nav3 li {
  background: transparent 0px center no-repeat;
  display: block;
  margin: 1px 0 1px 0;
}
#nav3 a{
  color:#C0C0C0;
  font-weight: bold;
  padding: 3px 0 3px 3px;
  text-decoration: none;
  font-size: 11px;
  line-height: 150%;
  display: block;
  width: 135px;
}
#nav3 a:hover,
#nav3 a:focus,
#nav3 a:active,
#nav3 a.active{
  color: #000000;
  font-size: 11px;
  line-height: 150%;
  background-color:#EBEBEB;
}
div .Halb{
  float:left;
  width: 45%;
  padding: 5px;
  margin-left: 5px;
  z-index:15;
}
div .quellenhinweis{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #666666;
  float: left;
  font-size: 9px;
  line-height: 100%;
  width: 490px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 50px;
/*  -moz-border-radius:10px;*/
}
div .news{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #000000;
  float: left;
  font-size: 11px;
  line-height: 100%;
  width: 490px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 50px;
/*  -moz-border-radius:10px;*/
}
div .news_einzel{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #000000;
  float: left;
  font-size: 11px;
  line-height: 100%;
  width: 490px;
  height: 475px;
  min-height: 475px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 50px;
/*  -moz-border-radius:10px;*/
}
div .news_200{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #000000;
  float: left;
  font-size: 11px;
  line-height: 100%;
  width: 200px;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 50px;
/*  -moz-border-radius:10px;*/
}
div .news_285{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #000000;
  float: left;
  font-size: 11px;
  line-height: 100%;
  width: 285px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 50px;
/*  -moz-border-radius:10px;*/
}
.news h3, .news_200 h3, .news_285 h3  {
  color: #555;
  background-color: #EBEBEB;
  font-size: 14px;
  margin-top: 10px;
}
.news h5 {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  margin: 1em 0;
}
.news div.datum{
	font-style: italic;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #EBEBEB;
	float: left;
	margin-left: 10px;
	margin-top: -15px;
	padding: 1px;
	min-width: 100px;
	height: 12px;
	text-align:center;
}
.news div.bild200x150{
	font-style: italic;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #EBEBEB;
	float: right;
	margin-right: 25px;
	margin-top: -25px;
	margin-left: 5px;
	padding: 15px 5px 0px 5px;
	width: 220px;
	height: 165px;
	text-align: center;
}
.news div.bild150x200{
	font-style: italic;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #EBEBEB;
	float: right;
	margin-right: 25px;
	margin-top: -25px;
	margin-left: 5px;
	padding: 15px 5px 0px 5px;
	width: 165px;
	height: 225px;
	text-align: center;
}
.news div.bild150x150{
	font-style: italic;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #EBEBEB;
	float: right;
	margin-right: 25px;
	margin-top: -25px;
	margin-left: 5px;
	padding: 15px 5px 0px 5px;
	width: 165px;
	height: 165px;
	text-align: center;
}
div .steckbrief{
  border: 1px solid #EBEBEB;
  background-color: white;
  color: #000000;
  float: left;
  font-size: 11px;
  line-height: 100%;
  width: 490px;
  padding: 5px;
  margin-left: 50px;
  margin-bottom: 50px;
}
.steckbrief h3 {
  color: #555;
  background-color: #EBEBEB;
  font-size: 14px;
  margin-top: 10px;
}
.steckbrief h5 {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  margin: 1em 0;
}
.steckbrief div.foto{
	font-style: italic;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #EBEBEB;
	float: right;
	margin-right: 25px;
	margin-top: -25px;
	margin-left: 5px;
	padding: 15px 5px 0px 5px;
	width: 120px;
	height: 165px;
	text-align: center;
}
div #navigationspfad {
    color: #000000;
    background: #FFFFFF top left no-repeat;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	padding: 5px;
	width: 490px;
	height: 12px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
#navigationspfad a, #navigationspfad p{
	font-size: 10px;
	color: #272727;
	font-style: normal;
	text-decoration:none;
}
