/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html,body {
	margin: 10px;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial,sans-serif;
	font-size: small;
	color: #4A595B;
	background-color: #B6AA94;
	}

ul {
    list-style: none;
    }


STRONG {
	COLOR: Black;
}

h1 {
display: block;
	font-size: 12pt;
	text-align: left;
	letter-spacing: 2px;
   color: #3C60A2;
	text-decoration: none;
	margin-bottom: 5px;
}

h2 {
	display: block;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin: 0 0 10px 0;
}
h3 {
	display: block;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8CA0AA;
	text-decoration: none;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #4A595B;
	padding-top: 10px;
}

	 a {
	color: #4A595B;
	
	
}
a:hover {
	text-decoration: none;
	
}
	
	
p { 
	
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0; /* center, not in IE5 */
	width: 900px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: white;
	border: 1px solid Black;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
  position: relative;
  top: 15px;
  left: 15px;
	width:700px;
	height: 125px;
	 float: left;
	}
	
	
#logo
	{
	position: relative;
	background-image: url(images/logo1.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 100px;
	
	
	
	
}

/*------------------------------------------------------------*
**  Dateline
**------------------------------------------------------------*/ 
    
#dateline {
	position: relative;
	top: 15px;
	width: 700px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	margin-bottom: 15px
	}	 
	 

/*------------------------------------------------------------*
**  Navi left
**------------------------------------------------------------*/ 
 #navi_left {
 	display: block;
	position: relative;
	padding-left: 0px;
	width: 700px;
	height: 25px;
	float: left;
	background-image: url(images/streifen.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}	 
	 

#navi_left ul {
	display: block;
   padding-left: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	
	
		}
	
#navi_left ul li  {
	display: block;
	float: right;

}
#navi_left a {
	display: block;
	border-left: 1px solid black;
	padding: 5px 10px 5px 10px;
	color: #DADADA;
	text-decoration: none;
}
#navi_left a:hover {
	color: white;
	
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	padding: 15px 15px 15px 15px; /* bottom padding for footer */
	text-align: left;
	width: 700px; /*Längenangabe IE 5*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	float: left;
}
	#content p {
		text-align:justify;
		
	}

	
	
#contentright {
	position: relative;
	top: 15px;
	float: right;
	width: 170px; 
	text-align: left;
	
}		
	
.headline {
	display: block;
	font-size: 10pt;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: Maroon;
	text-decoration: none;
	margin: 0 0 10px 0;
}	

	
.float1 {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #00A994;
	padding: 2px;
}
.float2 {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #00A994;
	padding: 2px;
}



.textpositionleft {  

   float: left;
	display: block;
	width: 200px;
	
}
.textpositionright {

  margin-left: 220px;
	display: block;
	width: auto;
			}	


	

				
.underline {
	clear: both;
	border-bottom: 1px dotted black;
	margin-top: 5px;
	
}

	
.clear {
	clear: both;
	display: block;
	height: 20px;
	
}


.left {
	position: relative;
	margin: 15px 0 15px 0px;
	width: 250px;
	float: left;
}

.middle {
	position: relative;
	margin: 15px 0 15px 20px;
	width: 430px;
	float: left;
	text-align:left;
}

			

				
.textallign_left
{
text-align: left;
float: left;
	}

.textallign_right
{
float: right;
text-align: right;
	}		

	
/*------------------------------------------------------------*
**  Formular
**------------------------------------------------------------*/	


* html fieldset {padding: 5px;
}
   legend {
	background: White;
	padding: 4px;
	border: 1px solid #B7C7D1;
	margin-bottom: 4px;
	font-weight: bold;
	color: #4A595B;
	 
}
input,textarea {
	margin: 3px 0;
	border: 1px solid #B7C7D1;
	background: white;
	padding: 3px 3px;
	
}  
label {
	margin: 5px 0 5px 0;
	
} 

.kontaktdaten label {
     display: block;
     width: 6em;
     float: left;
	  
	       }
.anfrage label {
     display: block;
     width: 6em;
     float: left;
	      }

   
.buttons {text-align: center;
	
	padding: 1px;
}

a.locationCat{
	color: #4A595B;
	font-weight: bold;
}

.error {
     font: 13px Verdana, Arial, Helvetica, sans-serif;
     color:red;
     font-weight:bold;
} 	  	  



  
/*------------------------------------------------------------*
**  Footer & Footerbanner
**------------------------------------------------------------*/

#footerbanner {
clear: both;
position: relative;
	text-align: center;
	padding-top: 5px;
	WIDTH: 700px;
}
	
#footer {
   position: absolute;
	clear: both;
	text-align: center;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: white;
	border-top: 1px solid black;
	
	
	}
	#footer p {
	
	padding:5px;
		margin:0;
}

.textklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336699;

}

A.sub1:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #990000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
A.sub1:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR:#990000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	

}
A.sub1:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #990000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.rahmen {

	border: 1px maroon dotted;
	padding: 3px;
	display:block;
	margin: 5px;
}

