@charset "utf-8";
/* CSS Document */


/* Basis Style*/
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:;								/*Hintergrundbild für die ganze Seite*/ 
	background-repeat:repeat-x;						/*Musst Du schauen, ob Du das benötigst? Verhindert die Wiederholung des HG Bildes noch unten!*/
	background-color:#1f2018;						/*Hintergrundfarbe ganze Seite*/
	font-family:Arial, Helvetica, sans-serif;		/*Wenn nichts anderes an anderer Stelle angegeben wird, hat die Schrift die Schriftart*/
	font-size:12px;									/*siehe einen drüber*/
	color:#ccc;										/*siehe zwei drüber*/
	outline: none;									/*Verhindert, wenn nicht anders angegeben einen Rahmen*/
}

img{
	border:none;									/*Verhindert speziel im IE nach klicken auf Button einen Rahmen um den Button*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
}
div#page{
	width: 900px;									
	margin:auto;
}

div#main {
	width: 900px;
	margin: auto;
}


/* Page Style */

div#header {
	width:900px;
	min-height:90px;
	margin-top:15px;
}

div#navi {
	width:520px;
	min-height:20px;
	margin-bottom:30px;
	margin-right:5px;
	float:left;
}

.clear{						
	clear: both;								/*Ist wie ein bereinigen! Einen drüber steht FLOAT:RIGHT mit dem Befehl CLEAR: BOTH verhinderst Du, dass die 
												  nächsten DIVs auch rechts angeordnet werden!*/
}

div#subnavigation {
	width:900px;
	min-height:200px;
}

div#content {
	width:900px;
	height:auto;
}

div#field4 {
	width:198px;
	min-height:178px;
	margin-top:18px;
	margin-left:52px;
	background-color:#1f2018;
	float:left;
	background-image: url(../grafik/flac2496.jpg);
	border: 1px solid #8e8165;
	background-size:198px 198px;
}

div#field5 {
	width:198px;
	min-height:198px;
	margin-top:18px;
	margin-left:52px;
	background-color:#1f2018;
	float:left;
	background-image: url(../grafik/dex22.jpg);
	border: 0px solid #8e8165;
	background-size:198px 198px;
}

div#textfield {
	width:594px;
	min-height:386px;
	margin-top:18px;
	float:right;
	border: 1px solid #8e8165;
	background-color:#625e51;
}

div#bottom {
	width:594px;
	min-height:150px;
	margin-top:15px;
	float: right;
	border: 1px solid #8e8165;
	background-color:#000;
}

div#footer {
	width:594px;
	min-height:25px;
	margin-top:5px;
	margin-bottom:35px;
	float:right;
}
