@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	/*background: #e4d9ac;*/
	background: #E9DFBB;
	background-image:url(../../img/bg_main.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#positionContainer
{
	width: 968px;
	margin: 0 auto;
	clear: both;
	position:relative;
}

#header
{
	width:100%;
	height: 113px;
	float: left;
	background:url(../../img/bg_top.jpg);
	background-position: center;
	background-repeat: repeat-x;
	position:relative;
}

#footer
{
	width:100%;
	height: 212px;
	float: left;
	background:url(../../img/bg_bottom.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#titleContainer
{
	width:100%;
	height: 287px;
	float: left;
	background:url(../../img/bg_header.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#headerContent
{
	width: 500px;
	color: #8b8c8e;
	line-height: 20px;
	padding:20px 20px 9px;
	position:relative;
	float:right;
	z-index:200;
	text-align:right;
	font-family: Times;
}

#headerContent p
{
	float:right;
	width: 300px;
	font-size:16px;
	margin:0px;
}

#headerContent h1
{
	color: #97ac18;
	margin: 0px;
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 45px;
}

#mainNavigation a
{
	text-decoration:none;
}

#mainNavigation
{
	bottom:0px;
	right:0px;
	position:absolute;
	font-family: Times;
	font-size: 16px;
	text-transform: uppercase;
	float:right;
}

.mainNavigationItem
{
	color: #FFFFFF;
	cursor:hand;
}

.mainNavigationItem,
.mainNavigationItemActive
{
	float:left;
	margin: 0 10px;
}

.mainNavigationItem .title,
.mainNavigationItemActive .title
{
	padding-top:12px;
	float:left;
	padding: 12px 10px 0px;
}

.mainNavigationItem:hover,
.mainNavigationItemActive
{
	color: #271d18;
	background: #e3e3d6 url(../../img/bg_menu_top.jpg) left top repeat-x;
}

.mainNavigationItem:hover .mainNavigationItemBGLeft,
.mainNavigationItemActive .mainNavigationItemBGLeft
{
	background:#E3E3D6 url(../../img/bg_menu_left.jpg) no-repeat scroll right top;
	height:42px;
	width:2px;
	position:relative;
	float:left;
	left:-2px;
}

.mainNavigationItem:hover .mainNavigationItemBGRight,
.mainNavigationItemActive .mainNavigationItemBGRight
{
	background:#E3E3D6 url(../../img/bg_menu_right.jpg) no-repeat scroll right top;
	height:42px;
	width:2px;
	position:relative;
	float:left;
	left:2px;
}

.mainNavigationItem .mainNavigationItemBGLeft
{
	height:42px;
	width:2px;
	position:relative;
	float:left;
	left:-2px;
}

.mainNavigationItem .mainNavigationItemBGRight
{
	height:42px;
	width:2px;
	position:relative;
	float:left;
	left:12px;
}

#leftNavigationContainer
{
	background:transparent url(../../img/bg_navigation.jpg) no-repeat scroll 0 0;
	padding:20px 20px 9px;
	position:absolute;
	top:140px;
	left:0px;
	float:left;
	width:160px;
	z-index:200;
}

#leftNavigationContainer h1
{
	font-family: Times;
	font-size: 25px;
	color: #97ac18;
	font-weight:normal;
}

#leftNavigationContainer a
{
	color: #5a5a5a;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin-bottom: 11px;
}

#leftNavigationContainer a.active
{
	text-decoration:underline;
	color: #97ac18;
}

#leftNavigationContainer a:hover
{
	text-decoration:underline;
	color: #97ac18;
}


#mainContainer
{
	clear:both;
	float:left;
	left:200px;
	
	padding:45px;
	position:relative;
	
	width:706px;
	min-height:100px;
	height:auto !important;  /* für moderne Browser */
	height:100px;  /*für den IE */
}

#contentLeft
{
	float:left;
	width:470px;
}
#contentLeft h1
{
	font-family: Times;
	font-size: 28px;
	color: #97ac18;
	font-weight:normal;
	margin:0 0 10px;
}

#contentRight
{
	width:221px;
	height:329px;
	float:right;
	background:transparent url(../../img/bg_spezial.jpg) center no-repeat;
}

#contentRight h1
{
	font-family: Times;
	font-size: 22px;
	color: #ffffff;
	font-weight:normal;
	margin:17px 24px 20px;
	text-transform:uppercase;
}

#contentRight h2
{
	font-family: Times;
	margin: 12px 24px;
	font-size: 17px;
	color: #ffffff;
	font-weight:normal;
}

#contentRight p
{
	color:#FFFFFF;
	float:right;
	font-size:11px;
	font-weight:normal;
	margin:0 8px 0 0;
	width:108px;
}

#contentRight #spez01
{
	height:102px;
}

#contentRight #spez02
{
	height:162px;
}

.offerLink, #contentLeft h2{
	background:transparent url(../../img/link_bg_big.gif) repeat-y scroll 0 0;
	border-bottom:1px solid #C1B48C;
	border-top:1px solid #C1B48C;
	clear:both;
	color:#141215;
	display:block;
	font-size:12px;
	height:16px;
	margin:10px 0;
	padding:6px 0 4px 10px;
	text-decoration:none;
	font-weight:normal;
	width:456px;
}

.offerLink span,
#contentLeft h2 strong,
#contentLeft h2 b
{
	padding-left: 36px;
}

.offerLink span:first-child,
#contentLeft h2 strong:first-child,
#contentLeft h2 b:first-child
{
	padding-left: 0px;
}