@charset "utf-8";
/* CSS Document */

body {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666;
}
.thrColAbsHdr #container {
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
/* Tipps für absolut positionierte Randleisten mit Kopf- und Fußzeile:
    1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
    2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div sowie in diesem Fall auch über das Ende der Fußzeile hinauslaufen.
    3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
    4. Bei einer Änderung der Quellenabfolge sollte der top-Wert mit der Höhe der Überschrift übereinstimmen, weil dadurch die Spalten und die Überschrift visuell einheitlicher wirken.
    */
.shadow {
	width: 1060px;
	margin: 0 auto;
	background-image: url(../images/shadow.jpg);
	background-repeat:repeat-y;
}
.thrColAbsHdr #header {
	height: 137px; /* Wenn Sie die Quellenabfolge der Spalten ändern, sollten Sie für die Überschrift eine Höhe angeben, damit Sie den Spalten einen spezifischen top-Wert zuweisen können. */
	background: #fff;
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
}
.thrColAbsHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 177px;
	width: 195px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0 0 15px 2px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	border: 0;
	font: 11px arial, helvetica #666;
	color: #777777;
	left: 2px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 348px;
	right: 0;
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
.thrColAbsHdr #mainContent {
	margin: 0 200px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
	padding: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-right: 0px;
    min-height: 400px;
    height: auto;
    _height: 400px;

}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
	border-top: 1px solid #333;
	margin-top: 5px;
	text-align:center;
	line-height: 18px;
}
.thrColAbsHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.logo {
	width: 438px;
	height: 89px;
	margin-left: 30px;
}
#navcontainer {
	width: 570px;
	margin-left: 430px;
	background-color: #001f3f;
	margin-top: 2px;
	position: absolute;
	top: 108px;
	height: 20px;
}
.topnav {
	width: 420px;
	height: 24px;
	margin-left: 580px;
	background-color: #001f3f;
	color: #efefef;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
.topnav a:link, .topnav a:visited {
	color:White;
	text-decoration: none
}
.topnav a:active, .topnav a:hover {
	color: White;
	text-decoration: underline
}

.topnav img {margin: 3px}

#subhead {
	height: 180px;
	overflow: hidden;
	z-index: 1;
	margin-top: 1px;
	margin-left: 200px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #DDDDDD;
}

#subheadCMS {
	height: 30px;
	overflow: hidden;
	z-index: 1;
	margin-top: 1px;
	margin-left: 200px;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #DDDDDD;
}
#bigpic {
	height: 150px;
}
#login {
	margin-top: 0px;
	height: 30px;
	background-color: #DDDDDD;
	border-top: 1px solid #ccc;
	color: #777777;
	padding-top: 4px;
	padding-right: 5px;
	margin-left: 10px;
}
#mem_area {
	line-height: 24px;
	text-align:right;
	font-size:14px;
	letter-spacing:1px;
	color: #AAAAAA;
	font-weight: bold;
	border-right: 1px inset #fff;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.stripe {
	height: 34px;
	background-image: url(../images/toprow.jpg);
	border-bottom: 1px double #aaa;
	color: #001F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}
.stripe span {
	margin:0px 5px;
	
}
.double {
	height: 2px;
	font-size:2px;
	line-height:2px;
	border: 1px solid #555555;
	border-left: 0;
	border-right:0;
	margin-top: 1px;
}
.bluestripe {
	height: 26px;
	background-color: #001F3F;
	border-bottom: 0;
}
.thinbluestripe {
	height: 22px;
	background-color: #001F3F;
	border-bottom: 0;
}

.bigbluestripe {
	height: 34px;
	background-color: #001F3F;
	border-bottom: 0;
}
.bluestripe_nav {
	height: 26px;
	background-color: #001F3F;
	border-bottom: 0;
	width: 194px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 26px;
	text-indent: 5px;
}
.content {
	margin: 5px;
	font-size: 11px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.content img {margin: 5px}
.content p {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.content a:link, .content a:visited {
	color: #003366;
	text-decoration: none
}
.content a:active, .content a:hover {
	color: #550000;
	text-decoration: underline
}

#news {
}
#leftnews {
	float: left;
	width: 580px;
	height: 170px;
}
#leftfield {
	float: left;
	width: 480px;
}
#leftfieldwide {
	float: left;
	width: 610px;
}
#rightnews {
	float: right;
	width: 190px;
	border-left: 1px solid #eee;
	height: 170px;
}
#rightfield {
	float: right;
	width: 310px;
	border-left: 1px solid #eee;
	background-color: #f3f3f3
}
#rightfieldsmall {
	float: right;
	width: 180px;
	border-left: 1px solid #eee;
	background-color: #f3f3f3
}
.boxleft {
	width: 390px;
	float: left;
}
.boxright {
	width: 395px;
	float: right;
}
.innerbox {
	overflow: hidden;
	background: #f3f3f3;
	line-height: 14px
}

.content_container {
	text-align: center;
	width: 195px;
	margin-right: 5px;
	margin-top: 0px;
}

/* LEFT NAVIGATION */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	font-size: 11px;
	margin:0 0 50px 0;
	width: 195px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:193px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#ddd;
	height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:193px;
	color:#777;
	text-indent:15px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#ddd; width:150px; width:193px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#001f3f;}

.menu :hover > a {
color:#fff; 
background:#001f3f;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:194px; 
z-index: 2
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* END LEFT NAVIGATION */


/* TOP NAVIGATION */
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	white-space:nowrap;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
}
#nav li {
	display:table-cell;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	color:#fff;
	background: #001f3f url(../images/top_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	letter-spacing:0px;
}
#nav a b {
	float:left;
	display:block;
	background:transparent url(../images/top_right.gif) no-repeat right top;
	padding:5px 9px 5px 9px;
}
#nav a:hover {
	background: #ccc url(../images/top_left.gif) no-repeat left top;
	color:#222;
	cursor:pointer;
}
#nav .current a {
	background: #ccc url(../images/top_left.gif) no-repeat left top;
	color:#222;
	cursor:default;
}
#nav {
	padding:0 0 0 0;
	background:#fff url(shade_bottom.gif) repeat-x left bottom;
	margin:0 0 0 408px;
	white-space: nowrap;
	text-align: right
} /* margin for this demo only */
/* END TOP NAVIGATION */

.nav_status {
	text-indent: 18px;
	margin:0;
	color:#444444;
	font-size: 11px;
	position: absolute;
	top: 148px;
	width: 612px;
}


/* FONT STYLES */

.bluestripe h1, .bigbluestripe h1, .stripe h1 {
	margin:0;
	padding:0;
	line-height:26px;
	color: #fff;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:20px
}
.thinbluestripe h1 {
	margin:0;
	padding:0;
	line-height:26px;
	color: #fff;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:20px
}
.stripe h1 {
	line-height: 34px;
	font-size: 20px;
	color: #001F3F
}
.bigbluestripe h1 {
	line-height: 34px;
	font-size: 20px;
	color: #fff;
}
.content h3 {
	margin:10px 0;
	color: #001F3F
}
.content h4 {
	margin:10px 0;
	color: #001F3F;
	font-size: 14px;
	font-weight: bold
}

.bluestripe h3, .bigbluestripe h3, .stripe h3 {
	margin:0;
	padding:0;
	line-height:26px;
	color: #fff;
	font-style: italic;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:20px
}
.thinbluestripe h3  {
	margin:0;
	padding:0;
	line-height:22px;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:20px
}
.stripe h3 {
	line-height: 34px;
	font-size: 20px;
	color: #001F3F
}
.bigbluestripe h3 {
	line-height: 34px;
	font-size: 18px;
	color: #fff;
}
h3 {
	margin:10px 0;
	color: #001F3F
}
a:link {color: #001F3F; text-decoration:none}
a:hover {
	color: #336699;
	text-decoration:underline
}
a:visited {color: #001F3F; text-decoration:none}
a:active {
	color: #001F3F;
	text-decoration:none
} 

/* TABLE STYLES  */

.tableheading {font-weight: bold; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 3px 10px}
.tablerows {padding: 3px 10px; border-bottom: 1px solid #eee}
.tablefont {}
.tablefont_link {}

.innerbox300 {
	overflow: hidden;
	background: #f3f3f3;
	line-height: 14px
}
