* {
  margin:0;
  padding:0;
}


html,body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height:15px;
	color: #000;
	background-image: url(../img/obrez-schmidt-bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;


}




#divWrapper {
	background: url(../img/obrez-schmidt-wbg.png) repeat-y;
	width: 1020px;
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthšhe fŸr moderne Browser */
height:auto !important; /* Important Regel fŸr moderne Browser */
height:100%; /* Mindesthšhe fŸr den IE */
overflow: hidden !important; /* FF Scroll-leiste */ 

}

#divContent {

}

div .mod_navigation block {
	margin:0;
	padding:0;
}

#divNavigation ul  {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}


#divNavigation ul li {
font-size:14px;

padding:17px 0px 16px 0px;
	border-bottom:1px dotted #ccc; 

}


#divNavigation ul li.first {
font-size:14px;
padding:0px 0px 17px 0px;
margin:0;
	border-bottom:1px dotted #ccc; 

}

#divNavigation ul li a {

margin:0px;
	padding:0px;
}


#divNavigation ul li.active, #divNavigation ul li a.trail {
color:#dec587;
}






a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #bc9449;
}

.hidden {
display:none;
}

#divContent a {
	text-decoration: underline;
	color: #bc9449;
}



h1 {
font-size:22px;
line-height: 1.3em;
padding:20px 0px 15px 0px;
margin:0;
color:#000;
}

p {
font-size:13px;
line-height:21px;
margin-bottom:10px;

}

h2,h3,h4,h5 {
padding:0;
margin:0 0 10px 0;
font-size:14px;
line-height: 18px;
color:#000;
font-weight:bold;

}
.logo-left {
float:left;
margin-top:40px;
}



#divNavigation {
	
}



.header {
height:75px;
background: url(../img/obrez-schmidt-header.png);
background-repeat: repeat-x;
background-position: 0px 16px;
}

#divFooter ul li {
display:inline;
font-size:11px;
line-height:12px;

font-weight:bold;
text-align:right;


}

#divFooter ul {


	list-style:none;
	text-align: right;
	padding-top:35px;
	margin:15px 0 0 0;
}


#divFooter {
background: url(../img/obrez-schmidt-footer.png);
background-repeat: repeat-x;
background-position: 0px 20px  ;

}

#divBtm {
background: url(../img/obrez-schmidt-wbg-b.png);
background-repeat: no-repeat;
background-position: 0 0  ;
height:40px;
margin:0 auto;
width:1020px;
}


#divFooter.mod_customnav ul {

float:right;
}


#divFooter.mod_customnav li {
	float:left;
}

#divFooter.mod_customnav a {
	display:block;
	padding:0px 5px 0px 5px;
	border-left:1px solid #868f95;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#000;
	letter-spacing:0.04em;

}
#divFooter.mod_customnav a:hover, #divFooter.mod_customnav a.trail, #divFooter.mod_customnav li .active {
	display:block;
	padding:0px 5px 0px 5px;
	border-left:1px solid #868f95;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#dec587;
	letter-spacing:0.04em;
}


#divFooter.mod_customnav a:hover {
	color:#9a9fa3;
}


#divFooter.mod_customnav li .first, #divFooter.mod_customnav li .first:hover {
	border-left:0px;
}



.home-logo {
position:absolute;
top:0;
left:590px;
z-index:1000;
}

#kontaktform {
text-align:left;
	padding:20px 35px 20px 35px;
	border:1px dotted #ccc; 
}


#kontaktform .textarea {
height:95px;
width:370px;
}


#kontaktform .text {
width:370px;
}


.textarea, .textfield, .text, .submit, .captcha {


	height:20px;

}

#disclaimer {
font-size:10px;
line-height:14px;
margin-bottom:10px;
}


.submit {
background-color:#dec587;
color:#fff;
padding:5px;
font-weight:bold;
	width:100px;
	height:30px;
	cursor:pointer;
}

.t-feld {
font-size:10px;}


/* Style sheet form */


label {
	font-weight:normal;
	font-size:11px;
}
.checkbox_container label, .radio_container label {
	font-weight:normal;
}
.tableless label {
	display:block;
	margin-top:1.5em;
	padding-bottom:3px;
}
.tableless .checkbox_container label, .tableless .radio_container label {
	display:inline;
}
input[type="text"], input[type="password"], textarea {
	padding:2px;
	border:1px solid #ccc;
	color:#444;
}
input[type="text"], input[type="password"] {
	width:75%;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#fdf7f0;
	border-color:#e4790f !important;
}
select {
	padding:1px;
	border:1px solid #ccc;
	color:#444;
}
.checkbox_container span, .radio_container span {
	display:block;
}
.checkbox_container+br, .radio_container+br {
	display:none;
}
.checkbox_container label, .checkbox_container input {
	vertical-align:middle;
}
.tableless input[type="checkbox"], x:-moz-any-link {
top:-2px;
position:relative;
}
.submit_container {
	margin-top:1em;
	margin-bottom:1em;
}
form table td {
	padding-top:3px;
	padding-bottom:3px;
}
form table td:first-child {
	width:25%;
	padding-top:6px;
	padding-right:18px;
	padding-bottom:0;
	text-align:right;
}
.tableform table {
	width:100%;
	margin-top:1.5em;
	margin-bottom:0;
}
.tableform .formbody, .tableless .formbody {
	width:94%;
	overflow:hidden;
	margin-top:1em;
	margin-bottom:2em;

}
.tableless .formbody {
	padding-top:0;
}
fieldset {
	margin-top:1em;
	border-top:1px dotted #ddd;
}
legend {
	padding-right:6px;
	background-color:#f9f9f9;
	color:#e4790f;
}
fieldset table {
	width:60%;
	margin-top:1em !important;
	margin-bottom:1em !important;
}
fieldset table td:first-child {
	width:140px;
	text-align:left;
}
span.mandatory {
	font-weight:bold;
	color:#c00;
}
p.confirm, p.tl_confirm {
	font-size:16px;
	color:#629300;
}
p.error {
	margin-bottom:6px;
	font-weight:bold;
	font-size:11px;
	color:#c00;
}
input[type="text"].error, input[type="password"].error, textarea.error {
	background-color:#ffd;
	border-color:#c00 !important;
}
input.captcha {
	width:48px;
	margin-right:6px;
}
span.captcha_text {
	font-weight:normal;
	color:#444;
}
*:first-child+html span.captcha_text {
	top:-3px;
	position:relative;
}
form .service {
	margin-bottom:1.5em;
}
form .service h3 {
	margin-top:1.5em;
}
form .service p {
	text-align:left;
	line-height:1.5;
}
form .service label {
	margin-top:6px;
}
