body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	background-image: url(/gfx/bg/background.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
}

/* Allgemeine Links */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #993333;
}

a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}


/* Blauer Balken oben hinter Rubrikenbild */
#top_blue {
	position: absolute;
	margin: 0px auto;
	left: 0px;
	width: 100%;
	height: 82px;
	background-color: #2D567F;

}

/* Hauptcontainer für den Inhalt der Starseite */
#container {
	position: relative;
	margin: 0px auto;	
	width: 850px;
	background-image: url(/gfx/bg/inhalt_background.gif);
	background-repeat: repeat;
	z-index:10;
}


/*Hauptnavigation */
#topnav {
	position: absolute;
	left: 0px;
	top: 82px;
	width: 660px;
	height: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #737375;
}

a.topnav:link, a.topnav:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.topnav:active, a.topnav:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.topnav_highlight_subnav {
	font-weight: bold;
	color: #737375;
	background-color: #DDDDDD;
}

/*Subnavigation für die Unterseiten */
#subnav {
	position: absolute;
	left: 0px;
	top: 106px;
	width: 660px;
	height: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #DDDDDD;
}

a.subnav:link, a.subnav:visited {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

a.subnav:active, a.subnav:hover {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

/* Ausgewählte Seite in der Navigation */
.highlight{
	font-weight: bold;
	color: #737375;
	background-color: #ffffff;
}


/*Linieare Ebenennavigation für die Unterseiten */
#linenav {
	width: 620px;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	font-weight: normal;

}

/* Container für das Rubrikenbild und Logo */
#top {
	width: 850px;
	height: 82px;
	background-color: white;
}


/* Rechte Spalte */
#rechts {
	padding-top: 0px;
	left: 0px;
	width: 190px;
}

#newsHead {
	width: 145px;
	height: 20px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 30px;
	background-color: #2D577F;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#news {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 170px;
	left: 0px;
}

#news p {
	margin-top: 0px;
	margin-left:25px;
	line-height: 14px;
}

#news_pfeil {
	position: absolute;
	left: 660px;
	width: 25px;
	padding-left: 0px;
}


/* Fusszeile */
#footer {
	bottom:10px;
	right: 210px;
	width: 640px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


/* Container für den Seiteninhalt */
#content {
	width: 620px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}


/* Formatierungen für den Content*/
#content h2 {
	color: #2D567F;
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	color: #2D567F;
	font-size: 11px;
	font-weight: bold;
}

#content p, #content ul, #content ol{
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

#content ul {
	list-style-type: square;
	margin-left: 20px;
}



/* Content Kästchen und Formatierung*/
#kasten {
	margin-top: 10px;
	margin-bottom: 10px;
	left: 0px;
	width: 620px;
	background-color: #D3DAE1;
	float: left;
}

#kasten_links {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	background-color: #D3DAE1;
	float: left;
}

#kasten_rechts {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	background-color: #D3DAE1;
	float: right;
}


#kasten p, #kasten_rechts p, #kasten_links p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#kasten_dunkelblau {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2D567F;
}

