@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #f1f1f1 url(../img/layout/bg_body.gif) repeat-x top left;
}

div#header,
div#wrapContent,
div#footerInfo {
	width: 970px;
	margin: 0 auto 0 auto;
}

div#header {
	height: 139px;
	background: url(../img/layout/bg_head.jpg) no-repeat top left;
}

div#containerHead {
	padding: 0;
	margin-top: 14px;
}

div#containerContent {
	background: #fff;
	background: #fff url(../img/layout/bg_wrapContent.gif) repeat-y top center;
	padding: 0;
	margin: 0;
}


div#wrapContent {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 35px 5px 10px 13px;
	width: 952px;
	background: url(../img/layout/bg_content.gif) no-repeat top right;
}

div#containerNav {
	width: 170px;
	padding: 0 30px 0 20px;
	float: left;
}

div#content {
	/*width: 717px;*/
	width: 642px;
	margin-left: 230px;
	padding: 0 40px 20px 35px;
	line-height: 16px;
	font-size: 11px;
	color: #808285;
}

div#content a {
	text-decoration: none;
	border-bottom: 1px dotted #f8941e;
	color: #f8941e;
}
div#content a:hover {
	border-bottom: none;
}

div#content h1 {
	font-size: 14px;
	color: #434343;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #e6e6e6;
}
div#content h2 {
	font-size: 12px;
	color: #434343;
	margin: 0;
}

.imgLeft {
	border: 1px solid #e0e0e1;
	padding: 3px;
	float: left;
	margin: 0 10px 10px 0;
}
.img {
	border: 1px solid #e0e0e1;
	padding: 3px;
	margin: 0 10px 0 10px;
}

/* content box */
div.contentBox {
	width: 182px;
	min-height: 138px;
	height: auto !important;
	height: 138px;
	border: 1px solid #e0e0e1;
	padding: 3px;
	float: left;
	margin: 15px 15px 15px 0;
}

div.contentBox h3 {
	line-height: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	color: #fff;
	background-color: #f8941e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.contentBox a {
	border-bottom: none !important;
}

div.contentBox .boxImg {
	border: none;
}

div.contentBox a.boxLink {	
	display: block;
	background: #ddddde;
	text-align: center;
	font-weight: bold;
	color: #434343 !important;
	margin-top: 3px;
}

div.contentBox a.boxLink img {
	margin-right: 7px;
	border: none;
}
/* ende content box */


/* navigation  */
div#containerNav h1 {
	font-size: 11px;
	font-weight: bold;
	color: #f7931d;
	padding: 0;
	margin: 0;
	background: url(../img/layout/bullet_nav_h1.gif) no-repeat left;
	padding-left: 15px;
	text-transform: uppercase;
}

div.main {
	padding: 5px 0 0 13px;
	margin-bottom: 15px;
}

div.main a {
	display: block;
	color: #818384;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 2px 10px 2px 0;
	background: url(../img/layout/bullet_nav_first_pas.gif) no-repeat right;
}
div.main a:hover {
	color: #000;
}
div.main a.active,
div.main a.active:hover {
	background: url(../img/layout/bullet_nav_first_active.gif) no-repeat right;
	font-weight: bold;
	color: #68696b;
}

div.main div.sub {
	border-bottom: 1px solid #e3e3e3;
	padding: 2px 0 2px 0;
}

div.main div.sub a {
	color: #818285;
	background: none;
	border: none;
	padding: 2px 9px;
}
div.main div.sub a:hover,
div.main div.sub a.active,
div.main div.sub a.active:hover {
	color: #818285;
	font-weight: normal;
	background: #e2e2e2;
	background-image: none;
}
div.main div.sub a.active,
div.main div.sub a.active:hover {
	font-weight: bold;
}
/* ende navigation */






div#containerFooter {
	background: #f1f1f1 url(../img/layout/bg_footer.jpg) no-repeat top center;
}
div#footerInfo {
	text-align: center;
	padding: 15px 0;
	color: #808284;
}

div#footerInfo a {
	color: #808284;
	text-decoration: none;
}


hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}

#containerHead a.linkStartseite {
	text-decoration: none;
	border: none;
	display: block;
	width: 220px;
	height: 100px;
}

#header table {
	width: 100%;
}
#header table td.topNav {
	width: 77%;
	color: #f7931d;
	vertical-align: top;
	text-align: right;
	padding: 14px 22px 0 0;
}
#header table td.topNav a {
	text-decoration: none;
	color: #818384;
}
#header table td.topNav a:hover {
	color: #000;
}