/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Bruendl Yougendg�stehaus          *
 * Type: screen                               *
 **********************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.clearer {
	clear: both;
	float: none;
}

#containerSite {
	width: 933px;
	margin: 9px auto 9px auto;
}

#containerHeader {
	height: 142px;
	background: url(../img/layout/bg_header.jpg) no-repeat top left;
	margin-bottom: 9px;
}
#headerTable {
	width: 100%;
}
#headerTable td {
	vertical-align: bottom;
}
#headerTable td.logoLink {
	width: 30%;
	height: 142px;
	text-align: left;
}
#headerTable td.logoLink a {
	display: block;
	height: 120px;
	text-decoration: none;
}
#headerTable td.topNav {
	text-align: right;
	vertical-align: bottom;
	padding: 0 20px 16px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7b7b;
}
#headerTable td.topNav a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	text-decoration: none;
}


#containerContentWrap #top {
	background: url(../img/layout/bg_content_top.gif) no-repeat top left;
	height: 13px;
	overflow: hidden;
}
#containerContentWrap #bottom {
	background: url(../img/layout/bg_content_bottom.gif) no-repeat top left;
	height: 13px;
	overflow: hidden;
}

#containerContentWrap #containerContent {
	background: url(../img/layout/bg_content_body.gif) repeat-y top left;
	padding: 5px 18px;
}

#containerSidebar {
	width: 209px;
	float: left;
	overflow: hidden;
}

#nav a.mainLink,
#nav a.mainLinkActive {
	display: block;
	line-height: 22px;
	padding-left: 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background: url(../img/layout/bg_nav_main.gif) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#nav a.mainLink:hover,
#nav a.mainLinkActive,
#nav a.mainLinkActive:hover {
	color: #fff;
	font-weight: bold;
	background: url(../img/layout/bg_nav_main.gif) no-repeat 0px -22px;
}
#nav a.subLink,
#nav a.subLinkActive {
	display: block;
	text-decoration: none;
	color: #464646;
	background: #d4d4d4;
	padding-left: 19px;
	line-height: 20px;
	margin-bottom: 2px;
}
#nav a.subLink:hover,
#nav a.subLinkActive ,
#nav a.subLinkActive:hover {
	font-weight: bold;
	color: #000;
}

#containerInfobox {
	padding: 2px;
	background: #f6f6f6;
}
#containerInfobox #infoboxTable {
	width: 100%;
}
#containerInfobox #infoboxTable td {
	background: #c5c5c5;
	line-height: 22px;
}
#containerInfobox #infoboxTable td.label {
	padding-left: 16px;
	font-weight: bold;
}
#containerInfobox #infoboxContent {
	padding: 20px 10px 20px 16px;
}
#containerInfobox a.infoboxLink {
	display: block;
	color: #a49292;
	font-weight: bold;
	padding-left: 10px;
	margin: 0 0 10px 16px;
	text-decoration: none;
	background: url(../img/layout/link_bullet.gif) no-repeat left;
}

#content {
	margin-left: 214px;
	background: #f6f6f6;
	padding: 6px;
	font-size: 11px;
	width: 668px;
	overflow: hidden;
}
#contentStartpage {
	margin-left: 214px;
	width: 680px;
	overflow: hidden;
}

#content h1 {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #ea9007;
	padding: 3px 3px 3px 26px;
	margin: 0 0 17px 0;
}

#content h3 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #000;
}

#content div.textImg {
	margin-bottom: 20px;
}
#content img.imgRight {
	float: right;
	padding: 6px;
	background-color: #ddd;
	margin: 0;
}
#content div.textImgRight {
	min-height: 151px;
	height: auto !important;
	height: 151px;
	border-left: 9px solid #ddd;
	padding: 0 0 10px 18px;
	margin-right: 250px;
}
#content div.textBlock {
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border-left: 9px solid #ddd;
	padding: 0 0 10px 18px;
}
#content a {
    color: #ea9007;
}
#content a:hover {
    color: #000;
}

#content #anfrageFormular {
	border-left: 9px solid #ddd;
	padding: 0 0 10px 18px;
	margin: 0px;
}
#content #anfrageFormular table.contentTable {
	width: 90%;
	padding-right: 10px;
}
#content #anfrageFormular .formFieldAnfrage {
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 10px;
    margin-bottom: 2px;
    width: 100%;
}
#content #anfrageFormular .formFieldTextarea {
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 10px;
    margin-bottom: 2px;
    width: 100%;
}


#content .threeImg {}

#content .threeImg img {
	padding: 6px;
	background-color: #ddd;
}
#content .threeImg img.imgThreeFirst,
#content .threeImg img.imgThreeSecond {
    margin-right: 5px;
}
#content .threeImg img.imgThreeThird {
	margin-right: 0px;
}


#containerFooter {
	text-align: center;
	padding: 20px 60px;
	color: #717171;
}
#containerFooter a {
	color: #717171;
	text-decoration: none;
}
#containerFooter .red {
	color: #ce000c;
}