@charset "UTF-8";
/* Basis CSS für FGZW */

/* Hier werden weitere CSS-Files eingebunden */
@import url(styles_navigation.css);
@import url(styles_content.css);
/*@import url(styles_rtetsconfig.css);*/
@import url(dynamiccss.css);

/* Reduzierung der Schriftgroesse für body auf 12 px
(Standardschriftgroesse der Browser 16 Pixel).
Im weiteren Verlauf wird für alle Schriftgroessen,
die mittels Style-Switcher veraendert werden sollen,
die Einheit em verwendet (1em = body font-size = 12px) */

html { height: 100.1%; }

body {
	font-size: 12px; /* Damit ist 1em = 12 px*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100.1%;
	background-image: url(../images/background_verlauf.jpg);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
}
* html body {
	text-align: center;
}

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

/* Listenelemente */
ul, li {
margin-top: 0px;
}
/* Schriften und Ueberschriften*/


/* ########################################################################################### */
/* Alles umfassendes Element */
div#wrapper {
	min-height: 620px;
	width: 960px;
	margin: 20px auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	background-color: #FFF;
}

div#wraphead {
	width: 960px;
	height: 120px;
}
div#head_logo {
	width: 960px;
	height: 100px;
}
div#head_unternavi {
	width: 930px;
	height: 16px;
	background-image:url(../images/head_unternavi.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	padding-top: 4px;
	padding-right: 30px;
}
div#wrapcontent {
	width: 960px;
	min-height: 490px;
}
div#cont_links {
	width:180px;
	min-height: 450px;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}
div#cont_main {
	width: 435px;
	min-height: 450px;
	float: left;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
}
div#cont_right {
	width: 200px;
	min-height: 450px;
	float: right;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: top;
	padding-bottom: 0px;
	margin: 0px;
}
div#footer {
	width: 960px;
	height: 10px;
	clear: both;
}
/* Auszeichnungen wegen dem IE PC */
* html div#head_logo { height: 100px; }
* html div#head_unternavi {
	height: 20px;
	width: 960px;
}
* html div#wrapcontent { height: 490px; }
* html div#cont_links {
	height: 490px;
	width: 200px;
}
* html div#cont_main {
	height: 490px;
	width: 500px;
}
* html div#cont_right {
	height: 490px;
	width: 260px;
}
/* ########################################################################################### */
/* Formatierungen für die Unternavigation */
div#head_unternavi a {
	color:#FFF;
	text-decoration: none;
}
div#head_unternavi a:link {
	text-decoration: none;
	color: #FFF;
}	
div#head_unternavi a:visited {
	text-decoration: none;
}
div#head_unternavi a:active {
	color: #E6E6E6;
	text-decoration: underline;
}
div#head_unternavi a:hover {
	text-decoration: underline;
}
/* ########################################################################################### */
/* Formatierungen für die Sitemap */
div#cont_main p.csc-sitemap a {
	text-decoration: none;
}
div#cont_main p.csc-sitemap a:link {
	text-decoration: none;
}	
div#cont_main p.csc-sitemap a:visited {
	text-decoration: none;
}
div#cont_main p.csc-sitemap a:active {
	color: #E6E6E6;
	text-decoration: underline;
}
div#cont_main p.csc-sitemap a:hover {
	text-decoration: underline;
}
div#cont_main p.csc-sitemap-level1 {
	margin-top: 15px;
}
div#cont_main p.csc-sitemap-level1 a {
	font-size: 1.1 em;
	color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 3px;
	marging-bottom: 3px;
	font-weight: bold;
}
div#cont_main hr {
	color:#CCC;
}
div#cont_main p.csc-sitemap-level2 {
	padding-left: 12px;
}
div#cont_main p.csc-sitemap-level2 a {
	font-size: 1em;
	color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	marging-bottom: 3px;
}
div#cont_main p.csc-sitemap-level3 {
	padding-left: 24px;
}
div#cont_main p.csc-sitemap-level3 a {
	font-size: 1em;
	color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 3px;
	marging-bottom: 3px;
}
