/* CSS Document */
html {
	height: 100%;
}
body {
	font-family: Tahoma, Arial;
	color: #6B6F73;
	margin: 0px;
	 height: 100%; 
	background-image: url(../images/stern_outline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #DEE6D8;
}

div#siteWrap {
	width: 910px; 
	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;
	margin: 10px 30px 0px 35px;
}
.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;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	text-decoration: underline;
}
/* ---------------------------------------
	LEFT FRAME
--------------------------------------- */
div#leftWrap {
	width: 242px;
	height: 100%;
	float: left;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/stern_links.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#leftFrame {
	position: left top;
	text-align: right;
	width: 240px;
	height: 634px;
	margin: 0px 0px 5px 0px;
}
div#leftFrame .logo {
	padding-top: 40px;
	text-align: center;
}
div#leftFrame .mainMenu {
	padding-top: 80px;
	text-align: right;
}
div#leftFrame .partner {
	padding-top: 110px;
	text-align: right;
	margin-right: 20px;
}
/* ------------------------------------------
	mainFrame - Content-Bereich 
------------------------------------------ */
div#mainWrap {
	width: 660px;
	float: right;
	margin: 0px 0px 40px 0px;
	clear: left;
	position: relative;
}

div#mainWrap .menuHead {
	font-size: 11px;
	color: #EF7900;
	text-align: right;
	letter-spacing: 0.5pt;
	height: auto;
	margin: 25px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}
div#mainWrap .menuHead a:before {
	content: url(../images/icons/textLink.gif);
}
div#mainWrap .menuHead a:link {
	color: #6B6F73;
	font-weight: bold;
	text-decoration: none;
}
div#mainWrap .menuHead a:hover {
	color: #EF7900;
}
div#mainWrap .menuHead a:active {
	color: #EF7900;
}
div#mainWrap .menuHead a:visited {
	font-weight: bold;
	text-decoration: none;
}
div#mainFrame {
	width: 617px;
	margin: 4px 10px 10px 25px;
	height: auto;
}
div#mainFrame .headPic {
	height: 142px;
	margin:0;
	padding: 0px;
}
div#mainFrame .subMenu {
	line-height: 13px;
	padding: 10px 20px 10px 20px;
	background-color: #EF7900;
	margin: 0;
	text-align: left;
}
div#mainFrame .subMenu .subMenuItem {
	font-size: 10px;
	line-height: 15px;
	color: #6B6F73;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5pt;
}
div#mainFrame .subMenu .subMenuItem a:before {
	content: url(../images/icons/submenu.gif);
}
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:hover {
	color: #6B6F73;
	text-decoration: none;
}
div#mainFrame .subMenu .subMenuItem a:active {
	color: #6B6F73;
	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: 430px;
	background-color: #F2F5EF;
	background-image: url(../images/wasserzeichen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: top;
}
#contentWrap .content {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 20px 35px;
	font-weight: normal;
	height: 395px;
	overflow: auto;
	
}
#contentWrap .content p a:before {
	content: url(../images/icons/textLink.gif);
}
#contentWrap .content a:link {
	font-size: 11px;
	line-height: 15px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}
#contentWrap .content a:hover {
	text-decoration: underline;
}
#contentWrap .content a:active {
	text-decoration: underline;
}
#contentWrap .content a:visited {
	font-size: 11px;
	line-height: 15px;
	color: #EF7900;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #979D90;
	font-size: 14px;
	letter-spacing: 0.5pt;
	margin: 30px 0px 5px 0px;
}
h2 {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.5pt;
	margin: 0px 0px 25px 0px;
}
h3 {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.5pt;
	margin: 25px 0px 10px 0px;
}
p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 30px 0px 0px;

}
ul {
	margin-top: 4px;
	margin-bottom: 10px;
	list-style-type: circle;
}
table.formular {
	border: 0;
	margin: 0;
	padding: 3px 0px 0px 0px;
	width: 97%;
}
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 5px 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 15px 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;
}

