body { 
    position:absolute;
    background:#FFFFFF;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 70%;
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

A
{
	color: #000;
}

#header_container {
   position:fixed;
   top:0; left:0; right:0;
   text-align:left;
   margin:0;
   height:224px; /* 174 */
   z-index:3;
	min-width: 780px; /* 960 */	 
}

#header {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    background:#FFF;
    z-index:3;
    margin:0px;
    padding:0px;
  	background-image: url(/img/page/head_gap.gif);
	background-repeat: repeat-x;
}

/* Sprachauswahl links */
#left-sprache
{
	position:absolute;
	top: 174px;
	/*width:242px;*/
	width: 172px;
	height: 40px;
	background-image: url(/img/page/left_gap.gif);
	background-repeat: repeat-y;
	z-index: 10;
	padding: 5px 0px;
	text-align: center;
}

* html #left-sprache
{
	height: 50px;
}

#top-line /* Linie unter Navigation */
{
	position: absolute;
	top: 146px;
	left: 170px;
	width: 476px;
	height:27px;
	border-bottom: 1px dotted #3399E0;
	border-right: 1px dotted #3399E0;
	z-index: 7;
}

* html #top-line
{
	 top: 147px;
	 width: 477px;
}

#top-navigation /* Navigation oben */
{
	position: absolute;
	top: 152px;
	left: 180px;
	z-index: 8;
}

#top-navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-navigation li
{
	display: inline;
	padding-right: 13px; /* 25 */
}

#top-navigation a, #top-navigation a:active, #top-navigation a:visited
{
	text-decoration: none;
}

#top-navigation a:hover, #top-navigation a.activenavi
{
	color: #3399E0;
	text-decoration: none;
}

#menu {
	position: fixed;
	/*top:174px;*/
	top: 224px;
	left:0px;
	width:242px;
	padding:0px;
	height: 100%;
	background-image: url(/img/page/left_gap.gif);
	background-repeat: repeat-y;
	z-index: 4;
}
#left-navi
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	overflow: visible;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
}

#left-navi ul
{
	margin: 0px;
	padding: 0px;
}

#left-navi li
{
	width: 129px;
	height: 19px;
	background-image: url(/img/page/left_navi_inactive.gif);
	background-repeat: no-repeat;
	padding: 3px 6px 0px 15px;
	margin: 0px 0px 2px 0px;
}

#left-navi li.active
{
	width: 216px;
	height: 19px;
	background-image: url(/img/page/left_navi_active.gif);
}

*html #left-navi li /* IE Fix gleiche Abstände für Navilisten links */
{
	margin-bottom: 5px;
}

#left-navi a, #left-navi a:active, #left-navi a:visited
{
	text-decoration: none;
}

#left-navi a:hover, #left-navi a.active
{
	color: #3399E0;
	text-decoration: none;
}

#content {
    margin:0px;
    padding-top:225px;
    padding-left:296px;
    padding-bottom:50px;
	 padding-right:60px;
    z-index:2;
	 text-align: justify;
}

#content ul li
{
	margin: 5px 0px;
}

#footer_container {
    position:fixed;
    bottom:-1px; left:0; right:0;
    text-align:left;
    margin:0;
    height:30px;
    z-index:10;
}

#footer {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:#3399E0;
	 background-image: url(/img/page/left_footer_bg.gif);
	 background-repeat: repeat-y;
	 color: #FFF;
	 font-weight: bold;
	 padding: 8px 0px 5px 96px;
    z-index:3;
}

/* Nur für den MSIE */
* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}
* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}
* html #menu {
    position:absolute;
	 top:224px;
}
* html #header,* html #footer {
    height:100%;
    position:static;
}

* html #content {
    /*position:relative;*/
	 position:absolute;
	 /*top:0; bottom:0; left:0; right:0;*/
    top:225; bottom:0; left:0; right:0;
	 /* neu für Anker */
	 padding-top: 0px;
	 /*padding-bottom:0px;*/
	 padding-bottom: 270px;
	 /* Ende neu */
    /*height:60%;*/ /* verhindert Setzen eines Anker, deshalb siehe darüber neue Formatierung  */
	 height: 100%;
    width:100%;
    overflow:auto;
    margin:0;
}

.pic_head_left /* Bild im Kopf links */
{
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 7;
	overflow: hidden;
	border:0px;
}

.pic_head_right /* Bild im Kopf rechts */
{
	position: absolute;
	right:0px;
	top:0px;
	overflow: visible;
	z-index: 8;
	border:0px;
}

* html .pic_head_right
{
	right:16px;
}

.pic_left_bottom /* Bild links unten */
{
	position: fixed;
	bottom: 28px;
	left: 0px;
	right: 0px;
	z-index: 0;
	overflow: hidden;
}

* html .pic_left_bottom /* IE Fix Position der Bilder links */
{
	position: absolute;
	bottom: 252px;
}

TABLE
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

TD
{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 70%;
	 vertical-align: top;
	 padding: 3px 10px 3px 3px;
}

H1
{
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

H2
{
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

.bold /* fett */
{
	font-weight: bold;
}

.nobr /* kein Umbruch */
{
	white-space: nowrap;
}

.tablehead /* Tabellenüberschriften */
{
	font-weight: bold;
}

.bildunterschrift
{
	background-color: #E6F0FA;
	text-align: center;
	padding: 3px 0px;
}

#page-table TR, TD /* Formular für Dateneingabe */
{
	border: 0px;
	font-size: 11px;
	vertical-align: top;
}

#page-table .feld /* Beschriftung */
{
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
}

#page_info /* Hinweise am Seitenanfang, etwa über versendete Formulardaten */
{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #E6F0FA;
	color: #000;
	font-weight: bold;
}

#page_info a,#page_info a:hover
{
	font-weight: bold;
}

INPUT,TEXTAREA,SELECT
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	width: 200px;
}

INPUT.Text
{
	width: 200px;
}

#news-startseite /* News auf Startseite */
{
	width:200px;
	float:right;
	padding: 4px;
	margin:0px 0px 0px 20px;
	border: 1px solid #E6F0FA;
}

#news-startseite h1
{
	text-align: center;
	background-color: #E6F0FA;
	margin: -4px; /* Fix Padding */
	color: #3399E0;
}

#news-startseite .datum
{
	font-style: italic;
}

#news-startseite ul
{
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#news-startseite li
{
	margin: 10px 0px;
	text-align: left;
}

#news-startseite a
{
	text-decoration: none;
	font-weight: bold;
	/*color: #3399E0;*/
}

#news-startseite a:hover
{
	text-decoration: underline;
}


	/* Navigation zwischen Datensätzen*/
	#cms_seiten_navigation
	{
		background-color: #E6F0FA;
		text-align: center;
	}
	
	#cms_seiten_navigation ul
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		/*border-left: 1px solid #483D8B;*/
	}
	
	#cms_seiten_navigation li
	{
	display: inline;
	padding: 0 2px;
	/*border-right: 1px solid #483D8B;*/
	}
	
	#cms_seiten_navigation li a,#cms_seiten_navigation li a:hover,#cms_seiten_navigation li a:active,#cms_seiten_navigation li a:link,#cms_seiten_navigation li a:visited
	{
		text-decoration: none;
		font-weight: bold;
		background-color: transparent;
	}
	
	#cms_seiten_navigation SPAN.fontbig
	{
		font-size: 100%;
		font-weight: bold;
	}
	
	.dsend /* DS-Ende */
	{
		clear:left;
		padding: 6px 0px;
		margin: 6px 0px;
		border-bottom:1px dotted #E6F0FA;
	}	
	
	#bildlinks /* Bildanzeige in Übersicht und Einzelansicht*/
	{
		float: left;
		clear: left;
		margin: 8px 8px 8px 0px;
		background-color: #E6F0FA;
		font-size: 100%;
		line-height: 120%;
		padding: 0px;
	}

/* Listen für Dateien, Links*/
#addon
{
	clear: left;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 15px 10px 0px 0px;
	width: 250px;
	background-color: #E6F0FA;
	/*border: 1px solid silver;*/
}

#addon h3
{
	font-size: 100%;
	margin: 0px;
}

#addon ul
{
	margin: 0 0 0 18px;
	padding: 0px;
	list-style-type: disc;
}

/* Zurück-Button */
.backbutton
{
	margin-bottom:-3px;
	margin-right: 5px;
}

/* Datums-Angaben */
.cms_datum
{
	font-weight: normal;
	font-style: italic;
}

/* Anzeigen, wenn Admin Ansichtsfenster geoeffnet hat */
#cms_show_options
{
	position: absolute;
	top:0px;
	left:0px;
	background-color: red;
	color: white;
	padding: 3px;
	text-align: center;
	z-index: 100;
}

* html #cms_show_options
{
	position: fixed;
	margin-top: 0px;
}

#cms_show_options ul
{
	margin: 0px 0 0px 0;
	padding: 3px 0;
	list-style-type: none;
}

#cms_show_options li
{
	display: inline;
	margin: 0px 0 0px 0;
	padding: 0px 0px; /*border-right: 1px solid #fff;*/
	border-right: 1px solid #fff;
}

#cms_show_options li a
{
	text-decoration: none;
	color: #fff;
	margin: 0 5px 0 5px;
	padding: 0px 0px 0 0px;
}

#cms_show_options li a:hover
{
	text-decoration: underline;
	color: #fff;
}

#startbild /* Bild auf Startseite */
{
	vertical-align: middle;
	margin:-10px 0px 0px -40px;
	overflow: hidden;
}

.dateigroesse /* Dateigröße hinter Dateien in Service */
{
	color: Silver;
}

#table-partner /* Tabelle für Seite Partner */
{
	border-spacing: 0px;
	border-collapse: collapse;	
	
}

#table-partner td /* Tabelle für Seite Partner */
{
	border-bottom: 1px solid #E6F0FA;
}

#table-partner .tablehead
{
	background-color: #E6F0FA;
}

.anker
{
	color: #3399E0;
}
