/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

body { 
	background-color: #fffbd4; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 15px;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	margin-bottom: 20px;
	font-size:20px;
	font-weight: normal;
	color:#946500;
}

a {
	color: #946500;
	text-decoration:none;
	font-weight: bold;
}

a:hover, a:active {
	color: #cb8b00;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.rr {
float: right;
padding: 3px;
margin-top: 15px;
margin-left: 15px;
border: 1px solid #999;
}

.ll {
float: left;
padding: 3px;
margin-top: 20px;
margin-right: 15px;
border: 1px solid #999;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {  
	width: 1013px;
	margin: 0 auto;

}

#content {  
	width: 964px;
	height:	auto;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

/****************************************************************/

#header {
	width: 964px;
	height: 351px;
	background: url(../images/head.jpg) 0 0 no-repeat;
	text-align: left;
	overflow: hidden;
}

#logo {
	width: 393px;
	height: 112px;
	margin: 239px 0 0 5px;
	position: absolute;
	background: url(../images/logo.png) 0 0 no-repeat;
	z-index: 1000;
}

*html #logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='templates/images/logo.png');
}

.slideshow {
	margin-top: 28px;
	margin-left: 3px;
	height: 267px;
	width: 958px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.slideshow img {
	height: 267px;
	width: 958px;
}

/****************************************************************/

#left {
	width: 321px;
	float:left;
	text-align: center;
	min-height:	250px;
	height:	auto !important;
	height: 250px;
	padding: 20px 0 20px 0;
}

#left img {
	padding: 4px;
	margin: 10px;
	border: 1px solid #c3c3c3;}

/****************************************************************/

#right {
	width: 603px;
	float: left;
	padding: 30px 20px 10px 20px;
	overflow: hidden;
}

/****************************************************************/

#footer {  
	clear: both;
	height: 22px;
	width: 964px; 
	padding-top: 5px;
	text-align: center; 
	background-image: url(../images/footer.jpg); 
	background-repeat: no-repeat;
}

#right ul {
	margin-left: 20px;
	line-height: 1.8em;
}

/****************************************************************/

#navi_top {
	float: right;
	width: 961px;
	margin-top: 295px;
	margin-right: 5px;
	position: absolute;
}

#navi_top ul {
	list-style: none;
	height: 56px;
	float: right;
}

#navi_top ul li {
float: left;
display: inline;
}

#navi_top ul li a,
#navi_top ul li.empty {
	text-decoration: none;
	color: #000;
	display: block;
	height: 36px;
	padding: 20px 10px 0 10px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	overflow: hidden;
	background-image: url(../images/menue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-shadow: 1px 1px 10px #FFF, 1px 1px #FFF;
}

#navi_top ul li a:hover,
#navi_top ul li.active a,
#navi_top ul li.empty:hover {
	background-image: url(../images/menue_hover.jpg);
	background-repeat: repeat-x;
	text-shadow: 0px 0px 3px #FFF, 1px 1px #FFF;
	cursor: pointer;
}

#navi_top li ul {
  display: none;
  padding: 0;
}

#navi_top li.leistungen:hover ul {
  position:absolute;
  right: 31px;
  top:55px;
  width: 152px;
  z-index: 1000;
  text-align: left;
}

#navi_top li.leistungen:hover ul li {
background-image: url(../images/subnavi.jpg) !important;
}

#navi_top li.leistungen:hover ul li a {
    display: block;
	background-color:#c7c7c7;
	border: 1px solid #535353;
	border-top: none;
	font-size:12px;
	width:160px;
	height: 15px;
	padding: 10px;
background-image: url(../images/subnavi.jpg) !important;
}


#navi_top li:hover ul, #navi_top ul li:hover ul, #navi_top ul ul li:hover ul{
	display: block;
	background-image: none !important;
}


/****************************************************************/

#navi_bottom {
	float: right;
	text-align: right;
	width: 500px;
	height: 15px;
	margin: 6px 20px 0 0;
	letter-spacing: -0.02em;
}

#navi_bottom ul {
	list-style: none;
	text-align: right;
	float:right;
}

#navi_bottom ul li {
	display: inline;
}

#navi_bottom ul li a {
	text-decoration: none;
	float: left;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 12px;
	height: 12px;
	padding: 1px 10px 0 10px;
	text-shadow: 1px 1px 1px #FFF;
}

#navi_bottom ul li a:hover, #navi_bottom ul li.active a {
	color: #6d6d6d;
	text-shadow: 1px 1px 0px #FFF;
}
