/* ................................................
Zweispaltiges Layout mit Kopf- und Fußbereich,
waagerechter Navigationsleiste und Zweitnavigation
................................................... */

/* Generelle Einstellungen
...........................*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Formatierung der Container für die Seitenaufteilung
....................................................... */
body {
	background-color: #fff3d9;
	background-image: url('images/bg_body.gif');
	font-size: 100%;
	text-align: center;
}

#aussen {
	width: 900px;
	background-color: #f5f6d1;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #3c3c3c;
	text-align: left;
}

#header {
	font-size: 0.7em;
	background-color: #f5f6d1;
	background-image: url('images/banner.jpg'); background-repeat:no-repeat;
	height: 90px;
}

#navi {
	font-size: 0.8em;
	background-color: #2d2751;
	border-bottom: 1px solid maroon;
         margin-left: 0px;

}

#innen {
	background-color: #2d2751;
}

#navi2 {
	font-size: 0.8em;
	background-color: #2d2751;
	width: 150px;
	float: left;
}

#content {
	background-color: #ffffff;
	margin-left: 150px;
	padding: 5px 15px 150px 15px;
	float: none;
}

#footer {
	clear: both;
	border-top: 1px solid #3c3c3c;
	background-color: #f5f6d1;
	padding: 10px;
	font-size: 0.75em;
}

/* Hauptnavigation
................... */
#navi .rot {
	background: #5b1733;
	width: 150px;
}
#navi .rot a {
	display: block;
	padding: 3px 10px 3px 25px;
	text-decoration: none;
}
#navi .rot a:active, #navi .rot a:hover {
	/*background-color: #a9122a;*/
	background-image:url(../images/red_on.jpg);
	color: white;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	display: block;
	float: right;
	border-left: 1px solid white;
}

#navi a {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

#navi a:link, #navi a:visited {
	color: white;
}

#navi a.aktiv:link, #navi a.aktiv:visited {
	background-color: #6481b1;
}

#navi a:active, #navi a:hover {
	/*background-color: #6481b1;*/
	background-image:url(../images/blue_on_top.jpg);
	background-position: center;
	color: white;
}

/* Zweitnavigation
................... */
#navi2 .unten {
	position: absolute; top: 503px;
	background-color: #2d2751;
	width: 150px;
	float: left;
}
#navi2 unten. a:hover, #navi2 unten. a:active {
	/*background-color: #6481b1;*/
	background-image: url(../images/blue_on.jpg);
}
#navi2 ul {
	list-style-type: none;
}

#navi2 li {
	margin: 0;
}

#navi2 a {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 25px;
}

#navi2 a:link, #navi2 a:visited {
	color: white;
	border-top: 1px solid #eaedf2;
	border-bottom: 1px solid #2d2751;
}

#navi2 a:hover, #navi2 a:active {
	/*background-color: #6481b1;*/
	background-image: url(../images/blue_on.jpg);
	color: white;
	border-bottom: 1px solid #2d2751;
	border-top: 1px solid #eaedf2;
}

/* breadcrumb
................... */
.breadcrumb {
	color: #000171;
	font-size: 0.75em;
	text-decoration: none;
	margin:0px;
}

/* Textformatierungen
...................... */
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: navy;
	border-bottom: thin solid navy;
	margin: 5px 30px 15px 30px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: black;
	position: absolute; top:40px; left:32%;
}

#content h3 {
	font-size: 1em;
	font-weight: normal;
	color: #5f5f5f;
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	border-bottom: 1px dotted #5f5f5f;
}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #5f5f5f;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #5f5f5f;
}

#content p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#navi2 p.aktuell {
	text-align: center;
	margin-top: 25px;
}

#navi2 h2 {
	background-color: #fcf88e;
	padding: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

#footer p {
	color: #3c3c3c;
}

a:link, a:visited {
	color: #069;
}

a:active, a:hover {
	background-color: #069;
	color: white;
}

.date {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

/* Artikelformatierungen
......................... */
.artikel {
	border: 1px solid #555;
	margin-top: 1em;
}

.fett {
	font-weight: bold;}

.high {
	font-weight: bold;
	color: #0000c6;
}

.rechts{
	font-weight: bold;
	color: #0000c6;
}

#content h4.artikelhead {
	font-size: 1.4em;
	color: black;
	padding: 5px 0px 5px 0px;
	margin: 5px 30px 5px 30px;
}

#content h5.artikelhead {
	font-size: 1.1em;
	color: black;
	padding: 5px 0px 5px 0px;
	margin: 5px 30px 5px 30px;
}

#content h3.artikelhead {
	background-color: #fcf88e;
	color: black;
	padding: 5px 10px 5px 5px;
	margin: 5px 30px 5px 30px;
	font-size: 1.1em;
}
#content h3.artikelhead2 {
	background-color: #fcf88e;
	color: black;
	padding: 5px 10px 5px 5px;
	margin: 5px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#content p.artikeltext {
	margin: 5px 30px 5px 30px;
}

#content p.beschreibung {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #fcf88e;
	color: #5f5f5f;
	padding: 5px 0px 5px 5px;
	margin: 10px 30px 10px 30px;
	border-bottom: 1px dotted #5f5f5f;
}

#content p.beschreibung2 {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #fcf88e;
	color: #5f5f5f;
	padding: 5px 0px 5px 5px;
	margin: 10px 30px 10px 30px;
	border-bottom: 1px dotted #5f5f5f;
}

#content p.bildtext {
	margin: 0px 58px 15px 53px;
}

#content p.abstand {
	margin-top: 20px;
}
/* Bilder
.......... */
#header img {
	margin: 25px 10px 25px 10px;
}

.foto {
	margin: 10px 10px 5px 20px;
	padding: 2px;
	border: 1px solid #333333;
}

.foto_left {
	float: left;
	padding: 2px;
	border: 1px solid #333333;
	margin-right: 20px;
}

.center {
	text-align: center;
	border: 0;
}

.left {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

.artikel_left {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}

.right {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.small {
	font-size: 0.7em;
}

/* Sonstige Formatierungen
........................... */
#content hr {
	height: 0.5px;
	color: #3c3c3c;
	clear: both;
}

.clear {
	clear: both;
}

#content ul, #content ol {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 30px 5px 60px;
}

#content ul {
	list-style-type: square;
}

table a {text-decoration: none;}
table.titel {width: 99.9%;
	margin-top: 5px;
	background-color: #c1c1d2;}

table.news {width: 100%;}

td.titeltext {color: #000080;
	    font-size: 1.2em;
             padding: 10px;}

td.ticker {width: 250px;
	  background-color: #000044;
           color: #f8f4f3;
           font-size: 0.9em;
           padding: 0 10px;}
td.zdf {width: auto;
        background-color: #000044;
        color: #f8f4f3;
        font-size: 0.9em;
        padding: 0 10px;}

td.datum {height: 60px;
	 background-color: white;
          width: 100px;
          border-bottom: 1px solid #d9d9d9;
          text-align: left;
          vertical-align: middle;
	 font-size: 0.8em;
          font-weight: bold;
          padding-left: 10px;}

td.news_bg {height: auto;
	background-color: #ffff8a;
         text-align: left;
         vertical-align: middle;
         padding: 5px 10px;
         width: 15px;}

td.news_text {height: 60px;
	 background-color: white;
          width: auto;
          border-bottom: 1px solid #d9d9d9;
          text-align: left;
          vertical-align: middle;
	 font-size: 0.8em;
          font-weight: bold;
          padding-left: 20px;}

td.thumbnail {height: 60px;
	     width: 102px;
              border-bottom: 1px solid #d9d9d9;}
