/* Allgemein */


body  {
	background: #FFFFFF;
	margin-left : 0px;
	margin-right : 0px;
	margin-top:0px;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : normal;
	line-height:18px;
}

p{
margin:0px;
padding:0px;
}

p.front {
	line-height:16px;
	margin-top : 8px;
	margin-right : 35px;
	margin-left : 5px;
	margin-bottom : 0px;
	text-align:justify;
	}

p.front2 {
	line-height:16px;
	margin-top : 8px;
	margin-left : 15px;
	text-align:justify;
	}

.marker {
	line-height:16px;
    font-size : 12px;
    color : #A50D19;
	font-weight:bold;
	}
	
.info {
	line-height:16px;
    font-size : 12px;
	padding:4px;
    color : #666666;
	font-weight:bold;
	}	
	
.foto {
	margin-top:10px;
	border-top-color: #A50D19;
	border-top-style: solid;
	border-top-width:12px;
	border-bottom-color: #A50D19;
	border-bottom-style: solid;
	border-bottom-width:13px;
	}	
	
.fotoklein {
	border-left-color: #A50D19;
	border-left-style: solid;
	border-left-width:2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width:5px;
	}		

.titel {
    font-size : 18px;
	font-weight:bold;
    color : #666666;
    margin-top:0px;
   	line-height:18px;
	margin:0px;
      }

p.frontrechts {
	margin-top : 5px;
	margin-right : 15px;
	margin-left : 5px;
	}

td , p , div , span {
          font-family : verdana, arial, sans-serif;
          font-size : 12px;
          color : #333333;

      }



hr {
          background-color : #999999;;
          color : #999999;
          height : 2px;
          border-style : none;
      }

H1 {
    font-size : 16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
   }

H2 {
          font-size : 14px;
          margin-top:20px;
          margin-bottom:0px;		  
		font-weight:plain;
      }


a {
          font-size : 12px;
          color : #333333;
          text-decoration : underline;
      }

a:visited {
          font-size : 12px;
          color : #333333;
          text-decoration : underline;

      }

a:hover {
          font-size : 12px;
	     color:#000000;
          text-decoration : underline;
      }

.loesungen {
	color:#FFFFFF;
	margin-left:20px;	
}


/* Layout */

#logoheader {
width:100%;
height:112px;
margin:0px;
padding:0px;
background-color:#FFFFFF;
border-bottom-color: #666666;
border-bottom-style: solid;
border-bottom-width:1px;
text-align:center;
}

#logokopf {
margin:0px;
padding:0px;
width:975px;
margin: 0px auto;
text-align:left;
color:#999999;
}
#bildheader {
display:none;
}
#bildkopf {
margin:0px;
padding:0px;
width:975px;
margin: 0px auto;
text-align:left;
}
.bildrahmen {
border:#FFF 2px solid;
}

#content {
width:100%;
margin:0px;
padding:0px;
background-color:#EEEEEE;
text-align:center;	
border-top-color: #666666;
border-top-style: solid;
border-top-width:1px;
border-bottom-color: #999999;
border-bottom-style: solid;
border-bottom-width:10px;
}

#box {
width:970px;
margin: 0px auto;
padding:0px;
}


#navigationsbox {
display:none;
}

#inhalt {
position:relative;
width:640px;
padding:0px;
padding-top: 30px;
padding-bottom:45px;
float:left;
text-align:left;
line-height:19px;
}

#rechts {
display:none;
}

#zusatzinfo {
width:208px;
margin-top: 25px;
border:1px solid #DDDDDD;
}

#spalte {
width:250px;
padding: 15px 35px 5px 5px;
margin:0px;
text-align:justify;
float:left;
}

#fusszeile {
width:640px;
}
#fussdruck {
margin-top:25px;
display:block;
}

.clearfloat{
	clear:both;
}

.kontakt {
display:none;
}

/* Navigation */

#navcontainer { 
	width: 157px;
	margin-top:26px;
    padding-bottom:25px;
}

#navcontainer ul {
	margin:0;
	padding:0;
	list-style-type: none;
	font-size:12px;
	line-height: 15px;
	color:#025b99;
	text-decoration:none;
}

#navcontainer a {
	display:block;
	padding:5px 0px 4px 0px;
	width:157px;
	border-bottom:1px solid #999999;
}

#navcontainer a:link, #navlist a:visited {
	color:#025b99;
	text-decoration:none;
}

#navcontainer a:hover {
	color:#333;
	}


#navcontainer a#aktiv {
	padding:5px 0px 4px 0px;
	width:157px;
	color:#333;
	font-weight:bold;
}


#navcontainer a#sub{
	padding:5px 0px 4px 6px;
	width:151px;
	border-bottom:1px solid #C0C0C0;
	color:#025b99;
	font-size:11px;
}


#navcontainer a#subaktiv{
	padding:5px 0px 4px 6px;
	width:151px;
	border-bottom:1px solid #C0C0C0;
	color:#000000;
	font-size:11px;
}


