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

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	background: #fff url(../img/layout/bg_body.gif) repeat-x top left;
	/*border-bottom: 2px solid #8b2225;*/
}

hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}

div#containerSiteWrap {
	background: url(../img/layout/bg_containerSiteWrap.gif) no-repeat top left;
	width: 990px;
}

div#containerSite {
}


div#containerLeft {
	width: 260px;
	float: left;
}

div#headerLogo {
	margin-top: 22px;
	margin-left: 50px;
}

div#mainNav {
	background: url(../img/layout/bg_navi.jpg) repeat-y top right;
	width: 165px;
	margin-left: 62px;
	margin-top: 10px;
	padding-left: 33px;
	height: 242px;
}
div#mainNav a {
	display: block;
	padding-left: 40px;
	color: #fff;
	text-decoration: none;
	border-collapse: collapse;
	line-height: 18px;
	font-size: 10px;
}
div#mainNav a.main,
div#mainNav a.mainActive {
	border-top: 1px dotted #c53336;
	font-size: 11px;
}
div#mainNav a.main:hover,
div#mainNav a.mainActive:hover,
div#mainNav a.mainActive {
	background: #67191c url(../img/layout/bullet_nav.gif) no-repeat left;
}

div#mainNav .subMenu {
	border-top: 1px dotted #c53336;
	background: #781e21;
	padding-bottom: 4px;
}

div#mainNav a.sub:hover {
	font-weight: bold;
}

div.boxAnfrage {
	border: 1px solid #cacaca;
	padding: 6px;
	width: 151px;
	text-align: center;
	background: #fff;
	margin-top: 45px;
	margin-left: 92px;
}

img.imgBtnAnfrage {
	margin-top: 1px;
}


div#containerRight {
	margin-left: 260px;
	width: 717px;
	background: #fff url(../img/layout/bg_containerContent.gif) no-repeat top right;
}

div#headerNav {
	padding-top: 36px;
	text-align: right;
}
div#headerNav a {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #dedede;
	padding: 7px 7px 0 7px;
}
div#headerNav a.last {
	border-right: none;
}

div#containerContent {
	padding: 6px;
	margin: 6px;
	border: 1px solid #cacaca;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#header {
	padding-bottom: 1px;
	border-bottom: 13px solid #00652e;
}

div#content {
	padding: 30px 35px 30px 35px;
	line-height: 14px;
}

div#content h1 {
	color: #8b2225;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0 0 5px 0;
}
div#content h4 {
	font-weight: bold;
	font-size: 10px;
	color: #8b2225;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
div#content h3 {
	font-weight: bold;
	font-size: 10px;
	color: #9c9c9c;
	padding: 0;
	margin: 0;
}

div#content a {
	color: #8b2225;
	text-decoration: underline;
}
div#content a:hover {
	color: #8b2225;
	text-decoration: none;
}

div#content table td.colLeft {
	padding-right: 20px;
	border-right: 1px solid #e6e6e6;
	vertical-align: top;
}

div#content table td.colRight {
	padding-left: 20px;
	vertical-align: top;
}

div#content .price {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}


div#containerFooter {
	margin: 6px;
	color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#containerFooter a {
	color: #8f8f8f;
	text-decoration: none;
}
