/*
 Thesing Bau GmbH - general stylesheet 

Struktur:

 #siteContainer
*	#headContainer
*	* 	#logo
*	*	#mainNav
*	#mainContainer
*	*	#contentContainer
*	*	*	#content
*	#footerContainer
*/

* {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #2A2A2A;
	text-align: center;
}

#siteContainer {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#headContainer {
	width: 920px;
	height: 130px;
	background: url(../img/bg_head.png) repeat-x;
	position: relative;
	border-bottom: 4px solid #E3E3E3;
}

#logo {
	position: absolute;
	right: 45px;
}

#mainNav {
	position: absolute;
	top: 100px;
	display: block;
	width: 920px;
	height: 30px;
	padding: 3px 0px 0px 0px;
	background: transparent url(../img/mainNav_bg.jpg) left top no-repeat;
}

#mainNav li {
	/*float: left;*/
	display: inline-block;
	float: left;
}

#mainNav li a {
	display: block;
	float: left;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	height: 20px;
	padding: 4px 10px 2px 10px;
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	border-bottom: 0px;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #EEEEEE;
}

#mainNav li a:hover {
	color: #FA8400;
}

#mainNav li.menu-level1-active a,
#mainNav li.menu-level1-current-active a {
	color: #FA8400;
	background: url(../img/bg_link_active.png) repeat-x;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #D2D2D2;
	border-bottom: 0px;
	/* runde Ecken, non-IE-konf. */
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

#mainContainer {
	width: 920px;
	position: relative;
}

#footerContainer {
	height: 20px;
	background: url(../img/bg_footer.png) no-repeat;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 10px;
}

#footerContainer p {
	margin: 0px;
	font-weight: bold;
	color: #646464;
}

#footerContainer a {
	color: #FA8400;
	text-decoration: none;
}

#contentContainer {
	width: 920px;
	padding: 20px 0px;
}

#contentLeft, #contentRight {
	width: 430px;
	padding: 0px 15px;
	display: inline;
}

* html #contentLeft { padding-right: 0px; }
* html #contentRight { padding-right: 0px; }

.clearer {
	clear: both;
}

#content {
	padding: 0px 15px;
}

#contentLeft {
	float: left;
}

#contentRight {
	float: right;
}

h1 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #FA8400;
	letter-spacing: -1px;
	background: url(../img/icon_signet.png) left no-repeat;
	padding-left: 32px;
	margin: 20px 0px 10px 0px;
}

h1 i, h2 i {
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #FA8400;
	letter-spacing: -1px;
	margin: 20px 0px 10px;
}

h3 { 
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 25px 0px 5px;
}

h1+h3, div.csc-default>div>h3{ margin: 0px 0px 5px; }

p {
	line-height: 18px;
	margin-bottom: 18px;
	color: #2A2A2A;
}

td p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
}

.orange {
	color: #FA8400;
}

table {
	width: 100%;
	margin-top: 18px;
}

td {
/*	width: 50%; */
	vertical-align: top;
	color: #828586;
	font-size: 1.0em;
	line-height: 18px;
}

#contentContainer a {
	color: #FA8400;
}

#contentContainer ul.plus {}

#content ul.plus {
	margin-left: 20px;
}

#contentContainer ul.plus li{
	background: url(../img/icon_plus.png) 2px 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 20px;
}

.csc-textpic { margin-bottom: 10px; }

.csc-textpic img {
	border: none;
}

.csc-textpic-imagewrap{
	border: 5px solid #EEE;
	-moz-border-radius: 2px 2px 8px 8px;
	-webkit-border-radius: 2px 2px 8px 8px;
	border-radius: 2px 2px 8px 8px;	
	background: #EEE;
}

#contentContainer dl.csc-textpic-image {
	background: #EEE;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px;
	display: inline;
}

#contentContainer .csc-textpic-lastcol {
	margin-right: 0px;
}

dd.csc-textpic-caption {
	float: left;
	display: block;
	background: #707070;
	color: #FFF;
	padding: 3px 4px;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 10px;
	clear: both;
	height: 40px;
}

#mailform  .csc-mailform-field label{
	float: left;
}

#mailform  .csc-mailform-field input,
#mailform  .csc-mailform-field textarea {
	clear: left;
	float: left;
}

#mailform input,
#mailform textarea {
	width: 320px;
}

#mailform input,
#mailform textarea {
	border: 1px solid #ccc;
	padding: 3px;
	background: transparent url(../img/bg_forms.png) repeat-x scroll bottom;
}

#mailform input:focus,
#mailform textarea:focus {
	border: 1px solid #FA8400;
	background: #FFF none;
}

#mailform #mailformformtype_mail {
	margin-top: 10px;
	padding: 3px 5px;
	border: 2px solid #DDD;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;	
	font-weight: bold;
	font-size: 12px;
	color: #707070;
}

#mailform #mailformformtype_mail:hover,
#mailform #mailformformtype_mail:focus {
	border-color: #FA8400;
	color: #2A2A2A;
	background: transparent url(../img/bg_link_active.png) repeat-x scroll bottom;
}
