html {height:100%}
body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyBlue {
	background-image: url(img/gau_bgLeft_Blue.gif);
}


/* Allgemeine Tags */
h1 {font-size: 140%; font-weight:bold;}
h2 {font-size: 120%; font-weight:bold;}
h3 {font-size: 120%;font-weight:bold;}
h4 h5 h6 {font-weight:bold; padding-top:3px;}

pre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

table { font-size:11px;}
table th {
	background-color: #c1d2ec;
	font-weight: bold;
	font-size:105%;
}

a {color: #4172D5; text-decoration:none;}  /* Hyperlink blau */
a:hover {text-decoration:underline;}


hr {
	color: #8CAAE6;
	background-color:#8CAAE6;
	height: 1px;
	margin: 2px;
	border-style: solid;
}

/* allgemeine Klassen */
.noprint {}    /* wird nicht gedruckt */
.noscreen{ display:none;}   /* nicht am Bildschirm sichtbar */
.TextWhite {color:0000FF;}
.rot {color:red; font-weight:bold;}




/* ------------------------------------------------------------------------------------------------*/
/* ----------------------- Definition klassen  und IDs --------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/

table #linkeSpalte  {
	background-color: #c1d2ec;
	height:100%;
	vertical-align:top;
}


/* Linke Navigation */
#NaviLinks {
	width: 170px;
	text-align:left;

}
/* Menü links Ebene 1 */
#NaviLinks ul {
	list-style: none;
	margin: 2px 0 2px 0;
	padding-left: 1px;
}

#NaviLinks li {
	text-align:center;
	background: url(img/Button_Normal.gif) no-repeat; 
	font-weight: bold;
	font-size: 12px;
	margin:3px 0 0 0;
	padding: 5px 0 5px 0;
	width:168px;
}

#NaviLinks li a {
 	color: black;
	display:block;
	font-size: 12px;
	width:168px;
}

#NaviLinks a:hover { text-decoration: none; color:#FFCC00; border-width:0}

/* Menü links Ebene 1  aktiver Eintrag*/
#NaviLinks .aktiv {
	background: url(img/Button_Aktuell.gif) no-repeat;
    padding: 5px 0 5px 0; /* sonst wird Grafik abgeschnitten */
	font-size: 12px;
	color: #FFCC00;
}

#NaviLinks ul li ul{
	list-style: none;
	margin: 7px -10px 0 10px; /* -10px von rechts wegen IE */
}

#NaviLinks li li{
	text-align:left;
	background: transparent;
	margin: 0;
	padding:0; /* padding von höherer Ebene abschalten. */
}
#NaviLinks li li a{
	background: transparent;
	margin:0;
	font-size: 10px;
}

#NaviLinks li li a:hover { text-decoration: none; color:#666; border-width:0}

/* ************* rechter Bereich ************/
table #rechteSpalte  {
	background-color: #FFF;
	height:100%;
	vertical-align:top;
}

/* Titel Überschrift  */
#HeaderTitle {
	background-color: #c1d2ec;
	text-align:center;
	padding: 10px 0;
}

/* Menü unter Titel */
#HeaderMenu {
	background: url(img/verlauf.gif) repeat-x;
	text-align: right;
	padding: 2px 5px;
	margin: 0 0 0 0px;
	display:block;
}

#HeaderMenu a {
    margin-right: 5px; 
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:white;
}

#HeaderMenu a:hover {
	color:#ffcc00;
}

/* Rechte Spalte für News */
#SpalteRechts {
	font-size:10px;
	float: right;
	width: 200px;
	height: 100%;
	padding: 0 5px;
    text-align:left;
}


/* Inhaltbereich */
#Inhalt {
	padding: 10px;
	margin-left: 5px;
    bottom: 0px;
	text-align:left;
	font-size: 11px;	
}

#InhaltStart {
	margin-right: 210px;
	padding-right: 5px;
}


.Titel  {
	background: url(img/verlauf_box.gif) repeat-x;
	text-align:center;
	font-weight: bold;
	font-size: 105%;
	padding: 2px;
	color:White;
}
/* Blaue Box */
.BoxBlau {
	background-color:#FFFFCC;
	margin: 5px;
	border: 1px solid #003399;
}
.BoxBlau_Title {
	background: url(img/verlauf_box.gif) repeat-x;
    text-align:center;
	color: white;
	font-weight: bold;
	font-size: 105%;
	padding: 2px;
}
.BoxBlau ul{ margin:0px; padding: 3px;}
.BoxBlau li{list-style: none; margin: 3px 0 8px; }
/* Überschrift für Durchgang bei RWK */
.headline12 {
	color: #4172D5;
	font-weight: bold;
	font-size: 140%;
}
/* Überschrift für RWK JAhr */
.headline14 {
		font-weight: bold;
	font-size: 140%;
}
.normtextbold {
	font-weight: bold;
}