body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* Bis hierhin, wurde definiert, dass die Schriftart Verdana, Geneva, Arial, helvetica, sans-serif; zu sein hat */

/*Effekte der Links*/
 A:link  { COLOR: #000000; TEXT-DECORATION: none; FONT-WEIGHT: none;}
 a:visited { color:black; text-decoration:none; font-weight: none;}
 A:active { COLOR: #000000; TEXT-DECORATION: none; FONT-WEIGHT: none;}
 A:hover {COLOR: #000000; TEXT-DECORATION: underline; FONT-WEIGHT: none;}


/* Codeknacker: Farbverlauf --> Logoframe formatierung*/

#headbody {
background-color: #993333; /* Hintergrundfarbe */
background-repeat: repeat-y; /* no repeat = keine Wiederholung, repeat-y = nur in Y-Richtung, repeat-x = nur in X-Richtung */
/*background: #hexcode url(url_zum_pic) no-repeat; / *alles zusammen (alternativ zu oben) */
/*background-attachement: fixed /* damit scrollt der Hintergrund nicht mit */
}


/* Codeknacker: Farbverlauf --> Menueframe formatierung*/
#linkbody {
background-color: #993333; /* Hintergrundfarbe */
background-repeat: repeat-x /* no repeat = keine Wiederholung, repeat-y = nur in Y-Richtung, repeat-x = nur in X-Richtung */
/*background: #hexcode url(url_zum_pic) no-repeat; / *alles zusammen (alternativ zu oben) */
/*background-attachement: fixed /* damit scrollt der Hintergrund nicht mit */


}

/* Codeknacker: "Runde Ecke" --> Mainframe formatierung FeFeFe*/
#ecke{
	background-image: url(web/rand.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FeFeFe;
}



/* Formatierung der Tabellen für die Links */
#links_tabelle{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #D00000;
	color: #FFFFFF;
    font-weight: bold;
}

/* Codeknacker: Wappen -->Damit das Wappen bei verschiedenen Auflösungen immer auf der linken Spur fährt...*/
#wappen {
	position: absolute; 
	top: 10px; 
	left: 5px; 
	/*width: 69px;*/
	/*height: 90px;*/
	z-index: 3;
		}
/* Codeknacker: Schriftzug -->Versuch den zentral zu halten.*/
#schriftzug {
	position: absolute; 
	top: 15px; 
	left: 270px;
	/*width: 509px;
	height: 80px;*/
	z-index: 2;
		}

/* Codeknacker: Enblem --> Damit es dort bleibt, wo wir es haben... Auf dem rechten Fleck!*/
#enblem {
	position: absolute;
		right:1px;
	align: right;
	top: 10px; 
	z-index: 1;
		}

/* Codeknacker: Enblem --> Damit es dort bleibt, wo wir es haben... Auf dem rechten Fleck!*/
#enblem2 {
	position: absolute;
	left:39px;
	top:360px;
	z-index: 1;
		}


#wappen800 {
	position: absolute; 
 	top: 19px;
	left: 5px; 
	width: 56px;
	height: 68px;
	z-index: 3;
		}
/* Codeknacker: Schriftzug -->Versuch den zentral zu halten.*/
#schriftzug800 {
	position: absolute; 
	top: 21px;
	left: 190px; 
	width: 398px;
	height: 57px;
	z-index: 2;
		}

/* Codeknacker: Enblem --> Damit es dort bleibt, wo wir es haben... Auf dem rechten Fleck!*/
#enblem800 {
	position: absolute;
	right:1px;
	align: right;
	z-index: 1;
	top: 20px;
		}

/* Codeknacker: Enblem --> Damit es dort bleibt, wo wir es haben... Auf dem rechten Fleck!*/
#enblem2_800 {
	position: absolute;
	left:25px;
	bottom:2px;
	z-index: 1;
		}



#balken1 {
	position: absolute; 
	top: 400px; 
	left: 0px; 
	/*width: 69px;*/
	/*height: 90px;*/
		}
#balken2 {
	position: absolute; 
	top: 0px; 
	left: 800px; 
	/*width: 69px;*/
	/*height: 90px;*/
	z-index: 3;
		}
		
#maxheight {
height:100%;
position:absolute;
}