body 
{
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: #FFF;
}

a img { border: 0; }


a
{
  color: #427EA6;
  text-decoration: underline;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}

a:hover
{
  text-decoration: underline;
  color: #000;
}

a.active
{
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

a.active:hover
{
  text-decoration: underline;
}


#gesamtrahmen
{
  width: 851px;
  margin: 0px auto 40px auto;
  background-color: #FFF;
  border: 1px solid #CCC;
}

#header
{
  background-image:url('../images/header.jpg');
  background-repeat: no-repeat;
  width: 851px;
  height: 205px;
}

#header #plz
{
  padding: 150px 0 0 680px;
}

* html #header #plz
{
  padding: 130px 0 0 680px;
}

*+ html #header #plz
{
  padding: 130px 0 0 680px;
}

#logo
{
display:block;
float: left;
line-height:1;
height:180px;
width:400px;
}

#logo a 
{
display:block;
text-decoration:none;
height:200px;
width:400px;
}




#breadcrumbs
{
  width: 600px;
  padding: 6px 0 20px 17px;
}



#breadcrumbs a
{
  color: #427EA6;
  text-decoration: underline;
}

#breadcrumbs a:hover
{
  color: #427EA6;
  text-decoration: underline;
}

#master_container
{
  clear: both;
  width: 851px;
}

#left_container
{
  float: left;
  width: 600px;
}

#right_container
{
  float: right;
}

#menue
{
  width: 192px;
  float: left;
  margin: 0 22px 0 0;
}

#content
{
  width: 385px;
  float: right;
  margin: 0 0 40px 0;
  padding: 0;
}

#right
{
  width: 192px;
  float: right;
  margin: 0 20px 0 0;
}

* html #right
{
  margin: 0 0px 0 0;
}



#footer
{
	font-size: 10px;
	color: #666;
	margin: 30px 0 0 0;
	text-align: center;
	clear: both;
}

#footer a
{
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}



/* MENUE */

#menue ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 10px;
}

* html #menue ul
{
  line-height: 7px;
}


#menue li a
{
  margin: 0;
  display: block;
  padding: 5px 0px 5px 17px;
  background-color: #f3f2f2;
  border-bottom: 1px solid #FFF;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

* html #menue li a
{
  margin: -3px;
  padding: 8px 0px 8px 17px;
}

#menue li a:hover
{
  background-color: #DEDEDE;
}

#menue li a.active
{
  background-color: #CCC;
}



/* EO MENUE */




/* HEADLINES & TEXT */

h1 
{
	font-size: 16pt;
	margin: 0 0 12px 0;
}


h2
{
	font-size: 13px;
	margin-bottom: 1px;
}


h3
{
  border-bottom: 1px solid #CCC; 
  width: 380px;
  margin-top: 30px;
  font-size: 18px;
}

h3 a
{
  text-decoration: none;
  color: #333;
}

h3 a:hover
{
  text-decoration: none;
  color: #333;
}

h4
{
  margin: 0 0 0 0;
  font-size: 16px;
}



p
{
	font-size: 13px;
	line-height: 18px;
	margin: 2px 0 16px 0;
}


/* EO HEADLINES & TEXT */



/* TABELLEN */


td
{
  vertical-align: top;
  margin: 0 ;
  padding: 0 20px 0 0 ;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}

table
{
  padding: 0;
  margin: 0; 
  border-spacing: 0;
}




.input_contact, .textarea_contact
{
  width: 320px;
}

.textarea_contact
{
  height: 240px;
}

/* EO TABELLEN */






/* TEASER */

.teaser
{
  margin: 0 0 20px 0;
}


.teaser_header
{
  width: 160px;
  padding:  4px 14px;
  background-color: #e1e0e0;
  font-weight: bold;
  background-image: url(../images/teaser_ecke.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

.teaser_content
{
 /* 188px */
  width: 174px;
  padding: 14px 0px 14px 14px;
  background-color: #f3f2f2;
  line-height: 17px;
}



/* EO TEASER */


.input_zip
{
  width: 80px;
}



#haendler_info
{
  border: 1px solid #CCC; 
  padding: 4px;
  margin: 0 0 20px 0;
  width: 130px;
}



#visitenkarte
{
  border: 1px solid #CCC; 
  padding: 10px 5px 10px 10px; 
  width: 360px; 
  margin: 20px 0 40px 0;
}


.result_list
{
  border-bottom: 1px solid #CCC;
  padding: 20px 0;
}




