/*===========================================
 mw4solution - Navigation Styleguide
 ---------------------------------
 Autor: 	Pia Castrup, Dennis Letec - Visart GmbH
 Copyright: 2011 mw4solution
=============================================
 Inhalt des Stylesheets 
	1. Layoutangaben 
	2. Allgemeine definitions
	3. Text
	4. Links
	5. Grafik
	6. Formulare
	7. Sitemap
=============================================

INFO: Styles für die Navigation im Head und 
	  Fuss befinden sich in der navigation.css

============================================= 
	1. Layoutangaben für die gesamte Seite   
	   Diese Daten sollten nicht geändert 
	   werden!    
=============================================*/
body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	/*background: url("/images/layout/background.jpg") repeat-x #e9f0f0;*/
	background-color: #000000;
}
div#container {
	margin: 0.5em auto 0.5em auto;
	width: 60em;
	text-align: left;
	background-color: #FFFFFF;
	border: 0.2em solid #FFFFFF;
	/*background: #fff url(../images/spalte.gif) repeat-y 50% 0;*/
}
#header {
	height: 84px;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
}
.rot {
	color: #CC0000;
}
/* regelt den abstand zum linken rand der website */ 
#gutter{
	float: left;
	width: 3%;
	height: 1px;
}
#col1 {
	float: left;
	width: 57em;
	min-height: 30em;
	padding: 0em;
	margin: 0em 0em 2em 1em;
	text-align: left;
	clear: both;	
}
#col2 {
	float: left;
	width: 16%;
	background-color: #fff;
	margin-bottom: 10px;
	border: 0;	
}
#col3 {
	float: left;
	width: 20%;
	margin-bottom: 10px;
	height: auto;
	text-align: center;
}
/*=========================================== 
	2. Allgemeine definitions       
===========================================*/
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.floatleft{
	float: left;
	margin:  0em 0.5em 0.5em 0.5em;
}
.floatright{
	float: right;
	margin:  0em 0.5em 0.5em 0.5em;
}
.marginright{
	margin-right: 5em;
}
.center{
	text-align: center;
}
.nomargin{
	margin: 0em;
}
/*Schatten für den Unteren Rand auf dem Element*/
#col1, #footer, #slogan, .bottomright img{
	-moz-box-shadow: 	0.2em 0.8em 1.5em -0.8em #000;	
	-webkit-box-shadow: 0.2em 0.8em 1.5em -0.8em #000;
	box-shadow: 		0.2em 0.8em 1.5em -0.8em #000;
}
/*Runde Ecken*/
input, textarea, .submit, 
fieldset, #col1{
	-webkit-border-radius: 	0.25em; 
	-moz-border-radius: 	0.25em;
	border-radius: 			0.25em;
}
.clear{
	clear: both;
}
/*===========================================
FUSS der Webseite
===========================================*/
/*Footer auf den Folgeseiten*/
#footer {
	clear: both;
	height: 1.75em;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0.5em 0.5em;
	font-size: 1.2em;
	color: #FFF;
	background: url("/images/layout/footbgwhite.png") no-repeat top right #000000;
}
#footer p {
	float: left;
	width: 200px;
	text-align: left;
}
/*Links im foot: Nutzerbedingungen, Sitemap*/
#footer span {
	padding: 1.5em 1.5em 0em 0em;
	font-size: 0.6em;
	float: right;
}
/*Abstand linker roter Rahmen nach unten*/
.indexnavfoot li{
	padding-bottom: 1em;
}
/*Text in den <li>´s*/
.indexnavfoot  p{
	padding: 0em;
	margin: 1.5em 0em 0em 0em;
}
/*Activer Link in der foot Navigation*/
li.navactivefoot {
	border-left: 0.25em solid #d32931;
}
/*Styles für den Fuss auf der Index Seite*/
#indexfooter {
	clear: both;
	height: 17em;
	margin: 0em 0em 0em 0em;
	padding: 0.75em 0em 0.75em 0.5em;
	color: #FFFFFF;
	background: #000000;
}
#slogan {
	padding: 0.75em 0em 0em 0em;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;
	/*Schatten für den Slogan im Fuss*/
	text-shadow: -0.1em -0.05em 0.2em #777777;
}
#slogan p {
	padding: 0.75em 0em 0.2em 0em;
	font-size: 0.6em; %;
	font-weight: lighter;
	font-style: italic;
	text-align: right;
	color: #000000;
	text-shadow: none;
}
/*=========================================== 
	3. Text       
===========================================*/
h1 {
	margin: 0em 0em 1em 0.2em;
	padding: 5px;
	font-size: 25px;
	border-left: 0.25em solid #d32931;
}
h2 {
	margin: 0.5em 0em 1.5em 0.5em;
	padding-top: 7px;
	font-size: 17px;
}
h2,p {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
h3 {
	font-size: 14px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.small{
	font-size: 0.8em;
}
.bold{
	font-weight: bold;
}
.line{
	border: 0.1em dotted #CCCCCC;
}
.bottomright{
	float: right;
	margin-top: 3em;
}

/*=========================================== 
	4. LINKS
===========================================*/
#col1 a:link,
#news a:link, 
#col3 a:link {
	color: #CC0000;
	text-decoration: none;
}
#col1 a:hover,  
#col3 a:hover, 
#news a:hover {
	color: #EE0000;
	text-decoration: underline;
}
#col1 a:visited, 
#col3 a:visited, 
#news a:visited{
	color: #880000;
	text-decoration: none;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:HOVER{
	text-decoration: underline;
}
#sitemap li a:HOVER{
	text-decoration: underline;
}
/*=========================================== 
	5. GRAFIK
===========================================*/
.logo {
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;	
	border: 0;
}
.ieimg{
	padding: 0em;
	/*Weißer abstand von der Indexgrafik nach unten entfernen*/
	margin-bottom: -1.2em;
	/*Position der Indexgrafik*/
	position: relative;
	top: -18px; left: 0em;
	/*IE: Damit kein Abstand am unteren Rand bleibt*/
	display: block;
	z-index: 0;
}
.kopfgrafik {
	float: right;
	margin-bottom: 0px;
	margin-right: 0px;
}
a img{
	border: none;
	text-decoration: none;	
}
.pdficon {
	margin-right: 10px;
}
/*=========================================== 
	6. FORMULARE
===========================================*/
.links {
	clear: left;
	float: left;
	width: 15%;
	text-align: left;
	margin-bottom: 4px;
	padding: 0;
}
.anrede {
	float: left;
	width: 15%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}
form {
	padding: 5px;
	margin: 0px;
}
fieldset {
	padding: 5px;
}
.infeld {
	border: 1px solid #999999;
	margin-top: 2px;
	padding: 2px;	
}
.submit {
	border: 0.1em solid #DDDDDD;
	margin: 0.5em 0em 0.5em 4em;
}
.radio {
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
}
textarea {
	padding: 2px;
	border: 1px solid #999999;
	margin-top: 5px;
}
.trfehler {
	background-color: #FF6600;
}
.textfehler {
	color: #FF6600;
}
textarea:hover, input:hover{
	border: 0.1em solid #000000;
}
/*=========================================== 
	7. SITEMAP
===========================================*/
#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
#sitemap li {
	list-style-type: none;
}
ul#sitemap>li {
	margin-bottom: 10px;
}
#sitemap ul li {
	list-style-image: url(../images/l2_normal.gif);
}
#sitemap ul ul li {
	list-style-image: url(../images/l3_normal.gif);
}
#sitemap ul li.firstfollow {
	list-style-image: url(../images/l2_first_follow.gif);
}
#sitemap ul li.last {
	list-style-image: url(../images/l2_last_item.gif);
}
#sitemap ul ul li.firstfollow {
	list-style-image: url(../images/l3_first_follow.gif);
}
#sitemap ul ul li.last {
	list-style-image: url(../images/l3_last_item.gif);
}
