


/*
Farben:
metanavgrau: #7F7F7F
teasergrau: #CCCCCC
navgrau: #E5E5E5
orange: #FFAA55
mandarin: #f98532

dunkelrot: #8e0f0f

*/

/* >>>>>> Globale Tag-Selektoren <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

  * {
    font-size: 100%;
    margin:0;
    padding:0;
  }
   
  html {
    min-height: 100%; 
		margin-bottom: 1px;
    width: 100%;
  } 
  
  body {
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size : 1em;
    height: 100%;
    background: #fff;
  }
  
  
  h1 {
    margin: 30px 15px 10px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #8e0f0f;
  }
  
  h2 {
    margin: 30px 15px 10px 15px;
    font-size: 0.75em;
    font-weight: bold;
    color: #8e0f0f;
  }
	
	h3 {
    margin: 15px 15px 5px 15px;
    font-size: 0.7em;
    font-weight: bold;
    color: #000;
  }
  
  img {
    border:0;
		margin: 0;
		padding: 0;
  }
    
  strong {
   color: #000;
   font-weight: bold;
  }      

	p, li, td{
	line-height: 18px;
	font-size: 0.7em;
	}
	
	hr {
	border:1px solid #fff;;
	}
	
	ol {
		/* font-size: 0.7em; */
		/* margin:  15px; */
		padding: 10px 15px 0 15px;
	}
	
	ol li {
		margin: 0 0 12px 25px;
	}
	
	table {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	address {
		font-size: 0.7em;
		font-style: normal;
		margin: 0 0 10px 15px;
	}
  
/* >>>>>> ID Container <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */  
  

  #wrapper{
		float: left;
    text-align:left;
    margin: 0;
		padding:0;
    width:769px;
		border-right: 1px solid #7F7F7F;
  }
	
	
	#head {
    width:766px;
		height: 102px; 
		margin: 0; 
		background: #fff url(../images/head.gif) no-repeat;
  }
	
	#head h1 {
		text-align: center;
		display: none;
		color: #000;
	}	
	
	.metanav {
		float: left;
    width:766px;
		height: 24px;  
    margin: 0;
		background: #7F7F7F;
		border-top: 2px solid #fff;
		text-align: right;         
  }
	
	.metanav ul {
		list-style-type: none;
		/* font-size: 0.7em; */
		color: #fff;
		padding: 0 10px 0 0;
	}
	
	.metanav ul li{
		display: inline;
	}
	
	li.trenner{
		padding: 0 8px 0 10px;
		background: url(../images/trenner.gif) no-repeat 0 2px;
	}
	
	li.notrenner{
		padding: 0 8px 0 10px;
	}
	
	.metanav ul li a:link, .metanav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	.metanav ul li a:hover, .metanav ul li a:active{
		color: #fff;
		text-decoration: underline;
	} 

/* +++++++++++++++++ STARTSEITE +++++++++++++++++++ */

	#teaser {
		width:766px;
		height: 119px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	#teaser img {
		height: 119px;
	}

	.border-re{
		border-right: 2px solid #fff;
	}

	#teasertext {
		width:766px;
		height: 70px;
		background: #CCCCCC;
	/* 	border-bottom: 2px solid #fff; */
	}
	
	#teasertext .teaser-single {
	  float: left;
		width:254px;
		background: #CCCCCC url(../images/pfeil.gif) no-repeat 12px 15px;
	}
	 
	#teasertext .teaser-single p {
	  /* font-size: 0.7em; */
		color: #000;
		font-weight: bold;
		padding: 10px 10px 10px 25px;
	}
	
	#teasertext .teaser-single p a:link, #teasertext .teaser-single p a:visited{
		color: #000;
		text-decoration: none;
	}
	
	#teasertext .teaser-single p a:hover, #teasertext .teaser-single p a:active{
		color: #666;
		text-decoration: none;
	} 
	
	#main {
	float: left;
	width:766px;
	/* height: 100%; */
	margin: 2px 0 0 0;
	}
	
	#content-main {
		float: left;
		width: 512px;
	}
	
	#content-main p {
	  /* font-size: 0.7em; */
		color: #000;
		padding: 10px 15px 0 15px;
	}
	
	#content-nav {
		float: left;
		width: 254px;
		padding: 0;
		background: #E5E5E5;
	}
	
	body#start .start {
		height: 240px;
	}
	
	#content-nav ul{
		/* font-size: 0.7em; */
		margin: 30px 0 15px 0px;
		line-height: 25px;
		list-style-type: none;
	}
	
	#content-nav ul li{
		height: 25px;
	}
	
	#content-nav ul li img {
		margin: 0 5px 0 12px;
	}	
	
	
	#content-nav ul li a:link, #content-nav ul li a:visited {
		text-decoration: none;
		color: #000;
	}
	
	#content-nav ul li a:hover, #content-nav ul li a:active {
		text-decoration: none;
		color: #7F7F7F;
	}

/* +++++++++++++++++ UNTERSEITEN +++++++++++++++++++ */	
 

  .nav-bg {
		background: #fff url(../images/usnav_bg.gif) repeat-y top left;
	}
  
	#content-bild-breit {
		margin: 0 0 0 2px;
	}
	
	#content-bild-schmal {
		margin: 0 0 0 2px;
		height: 119px;
		background: #ccc;
	}	

	#content-main ul {
	  /* font-size: 0.7em; */
		color: #000;
		padding: 10px 15px 0 30px;
		list-style-type:square;
	}
	
	#content-main img.pfeil {
		margin: 0 5px 0 0;
	}
	
  #content-main a:link, #content-main a:visited {
    text-decoration: none;
    color: #000;
  }
  
  #content-main a:hover, #content-main a:active {
    text-decoration:underline;
    color: #8e0f0f;
  }	

	#content-main table {
		margin: 10px 15px 0 13px;
	}
	
	#content-main td {
		padding: 5px 15px 5px 0;
		margin: 0;
		background: #fff;
		}
		
		
	#content-main ul.download {
		padding: 10px 15px 0 20px;
		list-style-type: none;
	}
	
	#content-main ul.download img {
		margin: 0 10px 0 0;
	}	
	
  
   .scriptmail a:link, .scriptmail a:visited {
    text-decoration: underline;
    color: #002D73;
  }
  
   .scriptmail a:hover, .scriptmail a:active {
    text-decoration:underline;
    color: #4979BD;
  }  

	 .headmail a:link, .headmail a:visited {
    text-decoration: none;
    color: #4979BD;
  }
	
	 .headmail a:hover, .headmail a:active {
    text-decoration:underline;
    color: #4979BD;
  }

	 a.impr:link, a.impr:visited {
    text-decoration: none;
    color: #fff;
  }
	
	a.impr:hover, a.impr:active {
    text-decoration: underline;
    color: #fff;
  }
  

/* >>>>>> Global Classes <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
  
  .reader {
    display: none;
  }

  .clear {
    clear: both;
  }
  

  .lineheight-plus {
		line-height: 26px;
	}
  
  .absatz  {
	  margin-top: 8px;
  }
  
  p.referenzen img {
      margin: 0 10px 10px 0;
      padding: 2px;
      border: 1px solid #E5E5E5;
  }
	
	#content-main .mehr {
		color: #8e0f0f;
		margin: 15px 0;
	}
	
	#content-main .mehr a:link, #content-main .mehr a:visited {
		color: #8e0f0f;
		text-decoration: none;
	}
	
	#content-main .mehr a:hover, #content-main .mehr a:active {
		color: #8e0f0f;
		text-decoration: underline;
	}
	
	
	.abbildung {
	    text-align: center;
	    margin-top: 8px;
	}
	
	.abbildung img {
	    padding: 2px;
        border: 1px solid #E5E5E5;
	}
	
	.mehr img {
		margin: 0 5px 0 0;
	}
	
	.border-right{
		border-right: 2px solid #fff;
	}
   
  .duf a:link,.duf a:visited {
    text-decoration:none;
    color:#4979BD;
  }
  
  .duf a:hover,.duf a:active {
    text-decoration:none;
    color:#4979BD;
  }
  
  	#angebot fieldset {
	float: left;
	display: block;
	width: 200px;
	margin: 15px;
	padding: 0;
	border: 0;
	}
	#angebot input {
	display: block;
	width: 170px;
	margin-right: 4px;
	}
	
	#angebot input.submit {
	display: block;
	width: 170px;
	margin-right: 4px;
	background: #8e0f0f;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border: 0;
	color: #fff;
	}
	
	#angebot label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 11px;
	}  
  
	
	input.text, textarea.text {
		border: 1px solid #576A92;
		color: #000;
		font-family: Tahoma, Verdana, Arial, Sans-Serif;
		padding: 2px;
		}
  
  input.button {
   margin: 10px 5px 0 0; 
   background-color:#4979BD;
   border:2px solid #fff;
   color:#FFFFFF; 
   width:80px; 
   }
	 
	
	.fehler {
		color: #f00;
	}
	
	.fehler a:link,.fehler a:visited, .fehler a:hover,.fehler a:active {
	  color: #f00;
	}
	 
  
.current 
 {
 	color: #8e0f0f;
	font-weight: bold;
 } 
 

  


  

  

