/*----------------------------------------------------------------*/
/* Layoutstruktur */
/*----------------------------------------------------------------*/


body { 
	font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 11px; 
	color: #464646; 
	line-height:18px;
	background: #EFECE7 url(../gfx/layout/background_wrapper.gif) top center repeat-y;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
	width: 766px;
	margin: 0 auto;
	padding-left: 27px;
	padding-right: 27px;
	background: #EFECE7 url(../gfx/layout/background_halsbaender.jpg) top center no-repeat;
	display: block;
}

div#wrapper_indi {
	width: 766px;
	margin: 0 auto;
	padding-left: 27px;
	padding-right: 27px;
	background: #EFECE7;
	display: block;
}


div#header {
	width: 765px;
	height: 49px;
	background: url(../gfx/layout/background_header.png) left top;
	color: #ffffff;
	margin-top: 27px;
	margin-bottom: 97px;
}

div#teaser {
	width: 765px;
	height: 166px;
	background: url(../gfx/layout/background_teaser.png) left top;
	color: #ffffff;
	margin-bottom: 27px;
}

div#contentleft {
  float: left;
  width: 55%;
  border-left: 0px;
  border-bottom: 0px;
  padding-bottom: 40px;
  padding-left: 16px;
}

div#contentright {
  float: right;
  width: 35%;
  border-left: 0px;
  border-bottom: 0px;
  padding-bottom: 40px;
}

div#contentright img {
	margin-bottom: 3px;
}

div#footer {
  padding: 0px;
  margin: 0px;
  width: 99,9%;
  clear: both;
  min-height: 100px;
  background: url(../gfx/layout/ground_footer.jpg) left top repeat-x;
}


/*----------------------------------------------------------------*/
/* Gestaltung */
/*----------------------------------------------------------------*/

a {
	color: #ffffff;
}

#contentleft a {
	color: #464646; 
}

#title {
	float: left;
	width: 300px;
	padding-top: 13px;
	padding-left: 16px;
	font-family: Georgia,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#title h1 {
	font-family: Georgia,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#title a {
  	text-decoration: none;  
}

#menu {
	float: right;
	width: 400px;
	padding-top: 13px;
	padding-left: 16px;
	border: 1px solid #ffffff;
}

#teaserleft {
	float: left;
	padding-top: 13px;
	padding-left: 16px;
	width: 400px;
	border: 1px #ffffff;
}

#teaserleft h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
}

#teaserleft a {
  	text-decoration: none;  
}

#teaserright a {
	float: right;
	width: 244px;
	height: 51px;
	background: url(../gfx/layout/teaser_wauzikontor.jpg) left top no-repeat;
	padding-top: 114px;
	padding-left: 10px;
	padding-right: 20px;
	display: inline;
  	color: #FFFFFF; 
  	text-decoration: none;  
}

#contentleft h3, #contentright h3 {
	padding-top: 0px;
	padding-bottom: 8px;
	color: #C6400D;
	width: 100%;
	border-bottom: 1px dashed #B8B8B8;
	font-size: 14px;
}

#contentleft h3 a, #contentright h3 a {
  	text-decoration: none;  
	color: #C6400D;
}

#pictxt1,#pictxt2,#pictxt3 {
   background: #033649;
   color: #ffffff;
   width: 258px;
   padding: 5px;
   padding-left: 10px;
   margin-top: 0px;
   margin-bottom: 10px;
}

#pictxt1 a, #pictxt2 a, #pictxt3 a {
   text-decoration: none;
   color: #ffffff;
}

div#footerbox {
	width: 766px;
	margin: 0 auto;
	padding-top: 27px;
	padding-left: 27px;
	padding-right: 27px;
	display: block;
	color: #8E8F8F;
}

div#footerbox a {
	color: #414141;
	text-decoration: none;  
}

