﻿html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
}

body
{
 border: 0px;
 margin: 0px;
 padding: 0px; 
 /*margin-top: 20px;*/
 
 color: #306e3e;
 font-size: 10pt;
 font-family: Verdana;
 font-weight: normal;
 background-color: #9cc10f;
 line-height: 17px; 
 
 background-position: 0px -150px;
 background-repeat: repeat-x;
}

#layoutAlignment {
    margin: auto;
	margin-top: 0px;
	width: 1000px;
}

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

div.mainIndex {
	width: 1000px;
	height: 755px;
	background-image: url(../images/hintergrundgrafik.gif);
}

div.mainKontakt {
	width: 1000px;
	height: 755px;
	background-image: url(../images/hintergrund_sub.png);
}

div.mainDatenschutzinformationen {
	width: 1000px;
	height: 755px;
}

div.mainMenu {
	float: left;
	line-height: 30px;
	margin-top: 333px;
	margin-left: 150px;
	width: 150px;
	height: 100px;
}

div.mainContent {
	float: left;
	line-height: 30px;
	margin-top: 180px;
	margin-left: 145px;
	width: 410px;
	height: 430px;
	color: #FFF;
}

div.menuPunktAktiv {
	float: left;
	background-image: url(../images/navi_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div.menuPunktInaktiv {
	float: left;
	background-image: url(../images/navi_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}


a.menu {
	float: left;	
	display: block;
	height: 24pt;
	width: 100px;
	text-decoration: none;
	color: #306e3e;
	font-weight: normal;
}

a.copyright {
	text-decoration: underline;
	font-size: 9pt;
}

div.menuSchrift{	
	margin-left: 7px;
}

div.contentHead {	
	font-size: 14pt;	
}

div.contentText {	
	font-size: 9pt;
}

div.contentHeadImpressum {		
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
}

div.contentHeadCopyrights {		
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
}

div.contentHeadKontakt {		
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
}

div.contentHeadDS {		
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
}

div.contentImpressum {	
	font-size: 9pt;
	line-height: 10pt;
}

div.contentCopyrights {	
	font-size: 9pt;
	line-height: 10pt;
}

div.contentKontakt {	
	font-size: 9pt;
	line-height: 10pt;
}

div.contentDS {	
	font-size: 9pt;
	line-height: 10pt;
	color: #FFF;
}