html, body{height:95%;} /* 100% */

body {
	padding:0;
	margin:0;
	background: #000;
	color: Silver;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:75.01%;
	line-height: 140%;
}

#window /* Breite des Fensters; Achtung: Änderung auch bei #header notwendig! */
{
	width:943px;
	background-color:#000;
	text-align:left;
	margin-left:auto; /* Zentrieren */
	margin-right:auto; /* Zentrieren */
	margin-top:10px;
}

#header-bild
{
	height: 239px;
	width: 943px;
	background-image: url(/img/header-bild.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

#header-navi /*gesamte Navigationsleiste unter Titelbild */
{
	width: 943px;
	background-image: url(/img/header-rahmen.jpg);
	background-repeat: repeat-y;
}

#header-navi-box /* Box mit Navi-Schaltflächen */
{
	float: left;
	padding:5px 5px 5px 0px;
}

#header-navi-box ul
{
	list-style-type: none;
	margin: 3px 0px 0px 40px;
	padding: 0px;
}

#header-navi-box li
{
	display: inline;
	padding-right:28px;
}

#header-navi-box a,a:active,a:visited
{
	color: #969595;
	text-decoration: none;
	font-size: 110%;
}

#header-navi-box a:hover
{
	color: #CDCD00;
	text-decoration: none;
	font-size: 110%;
}

#header-navi-box a.header-navi-active /* aktive Schaltfläche in Navi oben */
{
	color: #CDCD00;
	text-decoration: none;
	font-size: 110%;
}


#header-lang-box /* Box für Sprachbuttons */
{
	float: right;
	padding: 5px 40px 5px 5px;
}

#header-lang-box ul
{
	list-style-type: none;
	margin: 3px 0px 0px 0px;
}

#header-lang-box li
{
	display: inline;
	padding-left:5px;
}

#header-lang-box IMG
{
	border: 0px;
}

#header-abschluss /*Abschlusskante Header*/
{
	clear: both;
	background-image: url(/img/header-linie-unter-navi.jpg);
	background-repeat: no-repeat;
	height: 1px;
	overflow: hidden; /* damit IE6 auch nur 1px hoch macht! */
	width: 943px;
}

#main /* Hauptteil über ganze Breite unter Navigation */
{
	clear: both;
	background-image:	url(/img/hintergrund-rahmen.jpg);
	background-repeat: repeat-y;
	width: 943px;
	margin:0px;
	padding:0px;
	/* overflow: auto; /*Scrollbalken für Mittelteil, falls Text zu lang*/
}

#content /* Box für Inhalt */
{
	float: right;
	width: 600px; /* Padding abziehen! sonst: 680*/
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*background-color: Silver;*/
	background-image: url(/img/content-bg.gif);
	background-repeat: repeat;
	padding: 20px 40px;
	color: #FFF;
	min-height:300px;
}

#content h1
{
	margin: 0px 0px 15px 0px;
	font-size: 140%;
	font-weight: bold;
}

#content h2
{
	margin: 10px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
}

#content a,a:visited,a:active
{
	color: #CDCD00;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}


* html #content /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-right: 20px;
/* */
}

#content-navigation
{
	text-align: right;
	/*border-left : 1px solid #CDCD00;*/
}

#content-navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content-navigation li
{
	display: inline;
	padding-right: 10px; /* 25 */
	padding-left: 8px;
	border-right: 1px solid #CDCD00;
}

#content-navigation a, #content-navigation a:active, #content-navigation a:visited
{
	text-decoration: none;
}

#content-navigation a:hover, #content-navigation a.activenavi
{
	text-decoration: underline;
}



#newsletter /* Box für Newsletter */
{
	float: left;
	clear: left;
	width: 163px;
	margin-left: 40px;
	margin-top: 30px;
	/*border: 1px solid red;*/
	color: #FFF;
	font-size: 90%;
}

* html #newsletter /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-left: 20px;
/* */
}

#newsletter h2
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#newsletter form
{
	padding: 0px;
	margin: 0px;
}

#newsletter .email
{
	clear: left;
	float: left;
	width: 158px;
	/*height: 12px;*/
	margin:5px 0px;
	font-size: 90%;
}

#newsletter .radiobutton
{
	width: 15px;
	margin-right: 10px;
}

#newsletter .submitbutton
{
	float: right;
	background-color: #969595;
	color: #FFF;
	border: 0px;
	margin: 5px 0px;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 5px;
	width: 70px;
}

#navi-left /* Navigation auf linker Seite */
{
	float: left;
	clear: left;
	width: 183px; /*163*/
	margin-left: 20px;
	margin-top: 20px;
	/*background-color: #000039;*/
	/*border-left: 1px solid #CDCD00;*/
	/*padding-left: 20px;*/
	background-image: url(/img/border-left-yellow.gif);
	background-repeat: repeat-y;
}

* html #navi-left /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-left: 10px;
	background-image: url(/img/border-left-yellow-ie.gif);
	background-repeat: repeat-y;
}

#navi-left a,a:active,a:visited
{
	color: #969595;
	text-decoration: none;
	font-size: 100%;
}

#navi-left a:hover
{
	color: #CDCD00;
}

#navi-left a.navi-left-link-active
{
	color: #CDCD00;
}

.navi-left-active /* Aktive Schaltfläche der Navigation links */
{
	margin-left: 1px;
	border-top: 1px solid #CDCD00;
	border-bottom: 1px solid #CDCD00;
	padding: 6px 3px 6px 20px;
	background-image: url(/img/black.gif);
	background-repeat: repeat;
	float: left;
	clear: left;
	width: 160px;
}


.navi-left-inactive /* Inaktive Schaltfläche der Navigation links */
{
	margin-left: 1px;
	padding: 6px 3px 6px 20px;
	float: left;
	clear: left;
	width: 160px;
}

* html .navi-left-active /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-left: 0px;
	border-left: 2px solid #000;
}

.navi-left-inactive /* Inaktive Schaltfläche der Navigation links */
{
	margin-left: 1px;
	padding: 3px 3px 3px 20px;
	float: left;
	clear: left;
	width: 160px;
}

* html .navi-left-inactive /* Margin-Fix für IE :( */
{ /* fuer IE Win \*/
	margin-left: 1px;
/* */
}

#footer /* Seitenabschluss */
{
	clear: both;
	background-image: url(/img/footer-rahmen.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 943px;
	padding-bottom: 15px;
	margin-top:-1px; /* Mozilla-Bugfix */
}

.footer-link,.footer-link:active,.footer-link:visited,.footer-link:hover
{
	color: #CDCD00;
	font-size: 10px;
	text-decoration: none;
	/*margin: -8px 0px 0px 5px;*/
	margin: 8px 0px 0px 23px;
	vertical-align: top;
	float: left;
}

#footer IMG
{
	border: 0px;
	float: left;
}

/*
Elternelement um innere Floats laufen lassen
Hack from: http://jassesnee.de/easyclear/index.html
*/
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#contactform /* Div für Anordnung des Kontaktformulares */
{
	float: right;
	width: 300px;
	margin: 35px 10px 0px 10px;
	padding-top:0px;
}

#page-table TR, TD /* Formular für Dateneingabe */
{
	border: 0px;
	font-size: 12px;
	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: #D9D9D9;
	color: #000;
	font-weight: bold;
}

#page_info a,#page_info a:hover
{
	font-weight: bold;
}

INPUT,TEXTAREA,SELECT
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}

INPUT.Text
{
	width: 200px;
}


	/* Navigation zwischen Datensätzen*/
	#cms_seiten_navigation
	{
		/*background-color: #D9D9D9;*/
		background-color: #395A5A;
		border: 1px solid #000;
		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;
	color: #000;
	/*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 #D9D9D9;
	}	
	
	#bildlinks /* Bildanzeige in Übersicht und Einzelansicht*/
	{
		float: left;
		clear: left;
		margin: 8px 8px 8px 0px;
		background-color: #395A5A;
		font-size: 80%;
		line-height: 120%;
		padding: 0px;
	}

/* Listen für Dateien, Links*/
#addon
{
	clear: left;
	float: left;
	padding: 5px;
	margin: 15px 10px 0px 0;
	width: 400px;
	/*background-color: #D9D9D9;*/
	/*border: 1px solid silver;*/
}

#addon h3
{
	font-size: 100%;
	margin: 0px;
}

#addon ul
{
	margin: 0 0 0 18px;
	padding: 0px;
	list-style-type: disc;
}

/* 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;
}

/* Zurueck-Button */
.back-button
{
	margin-top: -10px; 
	float: right;
}
