﻿/* RESET */
*{
																		margin: 0px;
																		padding: 0px;
																		border: 0px;
																		font-family: Arial Narrow, helvetica, verdana;
																		color:#000000;
																		font-style:normal;
																		text-decoration:none;
}
/* ENDE VON RESET */

/* DEFINITION DER STANDARDELEMENTE */
html{
																		height:101%;
																		width:100%;
}
body{
																		height:100%;
																		width:100%;
																		background-color:#e9e7df; /* Originalfarbe */
}
div{
																		z-index:1;
}
table{/* wg. Safari */
																		clear:both;
}
ul{/* wg. Menü */
																		list-style-type:none;
}
/* ENDE DER STANDARDELEMENTE */

/* DEFINITION SEITENAUFBAU */
div#main{ /* Hauptrahmen, dient nur zum zentrieren */
																		position:absolute;
																		left: 50%;
																		top:20px;
																		width:980px;
																		margin-left: -490px;
}
div#mainInside{/* passt genau in #main rein */
																		float:left;
																		width:980px;
																		height:auto;
																		background: url("../bilder/kopfgrafik.jpg") no-repeat;
																		background-color:white;
}
div.rightSpacer{
																		float:right;
																		width:20px;
																		height:24px;
																		background-color:none;
}
div.rightSpacer2{
																		float:right;
																		width:80px;
																		height:24px;
																		background-color:none;
}
div.middleSpacer{
																		float:right;
																		width:15px;
																		height:20px;
																		background-color:none;
}
div#globalTopBox{/*Box für  Vorlesen UND Fontsizer */
																		float:right;
																		margin-top:25px;
																		margin-left:20px;
																		width:300px;
																		height:30px;
																		background-color:none;
																		clear:both;
}
div#globalTopBoxMiddle{ /* mittlerer Bereich in der globalTopBox */
																		float:right;
																		background-color:none;
																		width:68px;
																		height:30px;
}
div#globalTopBoxLeft{/* linker Bereich in der globalTopBox */
																		float:right;
																		background-color:none	;
																		margin-top:3px;
}
#headerImage{ /*  Das grün kommt aus kopfbild0.jpg */
																		float:right;
																		margin-top:2px;
																		width: 912px;
																		height:138px;
																		background-color:none;
																		clear:both;
}
div#globalHorizontalBox{
																		float:right;
																		margin-top:5px;
																		width:898px;
																		height:26px;
																		background-color:none;
																		clear:both;
}
div#globalHorizontalBoxLeft{ /* Startmenü */
																		float:left;
																		width:100px;
																		height:26px;
																		background-color:none;
}
div#globalHorizontalBoxRight{/* horizontales Menü */
																		float:right;
																		width:780px;
																		height:26px;
																		background-color:none;
																		text-align:right;
}
div#contentAndNaviBox{
																		float:right;
																		margin-top:42px;
																		width:898px;
																		height:auto;
																		font-size:10px; /* Standardschriftgröße */
																		background-color:none;
																		clear:both;
}
div#naviBox{
																		float:left;
																		width:255px;
																		height:auto;
																		background-color:none;
}
div#verticalMenue{
																		background-color:none;
}
div#searchBox{
																		width:230px;
																		height:24px;
																		background-color:none;
																		margin:13px 0 4px 0;
}
div#globalBottomBox{
																		width:230px;
																		height:24px;
																		background-color:none;
																		margin:0 0 4px 0;
}
div#validator{
																		width:230px;
																		height:auto;
																		margin:10px 0 0 0;
																		background-color:none;
																		clear:both;
																		display:none;
}						
div#quarteryBox{
																		float:right;
																		width:640px;
																		height:auto;
																		background-color:#fff;
}
div#quarteryBoxInside{
																		float:right;
																		width:580px;
																		height:auto;
																		background-color:#fff;
																		border-top:1px solid #999;
																		border-bottom:1px solid #999;
																		padding: 0 0 3px 0;
																		margin: 0 0 20px 0; /* funktioniert mit height = auto so auch im ie 6 */
}
div#contentBoxTwoCols, /* contentBox selber hat eine Spalte */
div#contentBoxThreeCols{ /* contentBox selber hat zwei Spalten */
																		float:right;
																		width:640px;
																		height:auto;
																		background-color:none;
}
div#contentMain{
																		float:right;
																		height:auto;
																		background-color:none;
}
div#contentBoxTwoCols div#contentMain{
																		width:540px;
																		background-color:none;
}
div#contentBoxThreeCols div#contentMain{
																		width:355px;
																		background-color:none;
}
div#contentBoxThreeCols #contentRight{
																		float:right;
																		width:170px;
																		height:auto;
																		background-color:none;
}
#naviBoxIew{
																		/* Navi-Box bei "in einfachen Worten" */
}
.bottomSpacerBox{ /* der letzte bestimmt die Höhe */
																		float:left;
																		width:169px;
																		height:45px; /* geht im ie6 nicht kleiner */
																		background-color:none;
}
/* ENDE DEFINITION SEITENAUFBAU */
