/* ******************
ALLGEMEINES
******************** */
* {
	margin:0;
	padding:0;
	border:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#6a6b6d;
	/* background-image: url(screendesign.jpg); */
	background-position: center top;
	background-repeat: no-repeat;
}

div.clear {
	clear: both;
}

div#container {
	position:relative;
	margin:0 auto; 
	width:926px;
	height:733px;

}

/* ******************
Grundlayout
******************** */
div#header {
	background-image:url(probis.jpg);
	background-position: left;
	height: 68px;
	margin-bottom: 50px;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-indent: -999em;
}

h1 { 
	background-repeat:no-repeat;
	width: 76px;
	height: 28px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -999em;
	overflow:hidden;
}

div#content {
	margin-left: 76px;
	width: 718px;
}

div#anfrage {
	position: absolute;
	right: 0px;
	top: 145px;
	width: 133px;
	height: 140px;
	border: 1px solid #6a6b6d;
	border-left: 0px;
}

form {
	padding: 8px;
	overflow: none;
}

label {
	display: block;
	backround: green;
}
label.notnull {
	font-weight: bold;
}
label.error {
	color: #d6002f;
	font-weight: bold;
}
input, textara {
	border-bottom: 1px dotted #6a6b6d;
	width: 116px;
	font-size: 11px;
}
textarea {
	border: 1px dotted #6a6b6d;
}
#frmKontakt input, #frmKontakt textarea  {
	width: 268px;
}
#frmKontakt textarea {
	height: 50px;
	margin-top: 10px;
}
p.errormsg {
	font-weight: bold;
	color: #d6002f;
}
.btnSubmit, #frmKontakt .btnSubmit {
	width: 73px;
	height: 24px;
	background-image: url(btnSenden.jpg);
	text-indent: -999em;
	border: 0px;
}

form .btnSubmit {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

div#navMain {
	position: absolute;
	left: 0px;
	bottom: 151px;
	width: 76px;
	border-bottom: 1px solid #6a6b6d;
}

div#navMain a {
	position:relative;
	z_index: 0;
	display: block;
	width: 74px;
	height: 24px;
	border: 1px solid #6a6b6d;
	border-bottom: 0px;
	background-position: bottom;
	text-indent: -999em;
}

div#navMain a:hover {
	background-position: top;
}

img#navMainImg {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.contentMain {
	position: relative;
	left: -1px;
	top: -1px;
	width: 358px;
	height: 161px;
	border: 1px solid #6a6b6d;
	border-right: 0px;
}

div.contentMain img{
	position: absolute;
	right: -358px;
	top: -1px;
}

div.navSub {
	position: relative;
	top: -1px;
	left: 57px;
	width: 300px;
	border-right: 1px solid #6a6b6d;
}

div#navSub_Home {
	width: 75px;
	left: 282px;
}

div.navSub a {
	display: block;
	float: left;
	border: 1px solid #6a6b6d;
	border-top: 0px;
	border-right: 0px;
	width: 74px;
	height: 25px;
	background-position:center;
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -999em;
}
div.navSub a:hover {
	background-position: top;
}
div.navSub a.on {
	background-position: top;
}


div.contentSub {
	position: relative;
	top: -2px;
	border: 1px solid #6a6b6d;
	width: 359px;
	left: 357px;
	height: 250px;
	overflow: hidden;
}

h2, h3 {
	background-repeat:no-repeat;
	height: 11px;
	display: block;
	margin-left: 8px;
	margin-top: 8px;
	text-indent: -999em; 
	overflow: hidden;
	
	font-size: 12px;
	height: 16px;
}
div#anfrage h2 {
	margin-top:11px;
}

p { 
	margin: 8px;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 11px;
	text-align:justify;
}

a {
	font-size: 11px;
	color: #d6002f;
}

div#footer {
	position:absolute;
	z-index: 10;
	width:413px;
	bottom:0;
	left: 272px;
	height: 34px;
	background-image: url(footer.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

div#navFooter {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 75px;
	height: 12px;
}

div#footer a {
	position: absolute;
	height: 10x;
	bottom: 10px;
	display:block;
	z-index: 40;
	text-indent: -999em;
}
img#pdf {
	margin-left: 120px;
	margin-top: 30px;
}


