/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: Tahoma, Arial;
	color: #6B6F73;
	margin: 0px;
	 height: 100%; 
	background-color: #FFFFFF;
}

div#siteWrap {
	width: 100%; 
	height: 100%;
	margin:0;
	text-align: left;
}

/* footer */
div#leftWrap .footer {
	font-size: 11px;
	line-height: 16px;
	margin: 80px 10px 0px 10px;
	text-align: left;
}
div#mainWrap .footer {
	font-size: 11px;
	line-height: 16px;
	border-top: 1px solid #6B6F73;
	padding-top: 5px;
	margin-top: 30px;
}
.footer a:link {
	font-size: 11px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	font-size: 11px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------------
	LEFT FRAME
--------------------------------------- */
div#leftWrap {
	width: 100%;	
	 height: 110px;
	 position: absolute;
	 left: 0px;
	 top: 10px;
	margin: 0;
}
div#leftFrame {
	position: left top;
	text-align: center;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
div#leftFrame .logo {
	padding-top: 0px;
	text-align: center;
}
div#leftFrame .mainMenu {
	visibility: hidden;
}

/* ------------------------------------------
	mainFrame - Content-Bereich 
------------------------------------------ */
div#mainWrap {
	width: 100%;
	margin: 0;
	position: absolute; 
	top: 20px;
}

div#mainWrap .menuHead {
	visibility: hidden;
}

div#mainWrap .menuHead a:link {
	color: #6B6F73;
	font-weight: bold;
	text-decoration: none;
}
div#mainWrap .menuHead a:visited {
	font-weight: bold;
	text-decoration: none;
}
div#mainFrame {
	width: auto;
	height: auto; 
}
div#mainFrame .headPic {
	visibility: hidden;
	height: 0px;
}
div#mainFrame .subMenu {
	visibility: hidden;
}
div#mainFrame .subMenu .subMenuItem {
visibility: hidden;
}

div#mainFrame .subMenu .subMenuItem a:link {
	font-size: 10px;
	line-height: 15px;
	color: #F2F5EF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
}

div#mainFrame .subMenu .subMenuItem a:visited {
	font-size: 10px;
	line-height: 15px;
	color: #F2F5EF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
}

 #contentWrap {
	 height: auto; 

	position: top;
}
#contentWrap .content {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 20px 35px;
	font-weight: normal;
	height: auto; 
	/* overflow: auto; */
	
}

#contentWrap .content a:link {
	font-size: 11px;
	line-height: 15px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}

#contentWrap .content a:visited {
	font-size: 11px;
	line-height: 15px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	letter-spacing: 1pt;
	margin: 25px 0px 25px 0px;
}
h2 {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.5pt;
	margin: 25px 0px 10px 0px;
}
p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 30px 0px 0px;
}
table.formular {
	border: 0;
	margin: 0;
	padding: 3px 0px 0px 0px;
}
table.formular th {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #DEE6D8;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
table.formular td {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px dotted #DEE6D8;
	padding: 4px;
	text-align: left top;
}

input {
	font-size: 11px;
	line-height: 18px;
	color: #6B6F73;
}
select {
	font-size: 11px;
	line-height: 18px;
	color: #6B6F73;
}
.butt {
	font-size: 13px;
	line-height: 11px;
	color: #FFFFFF;
	background-color: #EF7900;
	font-weight: normal;
	border: none;
	height: 17px;
}
#contentWrap .leftCol {
	width: 255px;
	margin: 10px 10px 0px 0px;
	/* border: 1px solid #000000; */
	float: left;
}
#contentWrap .leftCol p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}
#contentWrap .leftCol .image {
	margin: 0px 10px 0px 0px;
	float: left;
}
#contentWrap .rightCol {
	width: 255px;
	margin: 10px 0px 0px 0px;
	/* border: 1px solid #000000; */
	float: right;
}
#contentWrap .rightCol p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
}
#contentWrap .rightCol .image {
	margin: 0px 10px 0px 0px;
	float: left;
}

