body {
	background-color: #f8fbea;
	color: #000066;
	margin: 0;
	padding: 0;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	}
	
	
a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	}

a:hover {
	color: #000066;
	text-decoration: underline;
	}

th {
     font: bold 1em  Verdana, Arial, Helvetica, sans-serif; 
	 text-align: left;
	 }
	 
tr, td {
     font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	 vertical-align: top; 
	 text-align: left;
	 }
	 
input, textarea {
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	border:1px solid #3994db;
	}
	
hr {
     border: 0; 
	 background-color: #3994db; 
	 color: #3994db; 
	 height: 1px;
	 }

h1 {font-size: 125%;}
h2 {font-size: 1.25em;}
h3 {font-size: 1.15em;}
h4 {font-size: 1.05em;}

#ganzeseite {
	background-color: #fff;
	width: 750px;
	/*border-left: solid 1px #3994db;
	border-right: solid 1px #3994db;
	border-bottom: solid 1px #3994db;*/
	margin-right: auto; 
	margin-left: auto;
	text-align:left; 
	padding: 0px;

	}

/*HEADER*/
#header {
	width: 752px;
	height: 165px;
	border-left: solid 1px #3994db;
	border-right: solid 1px #3994db;
	float: none;
	}

#logo {
	width: 170px;
	float: left;
	}

#head-rechts {
	width: 580px;
	float: left;
	}

#vgm-text {
	width: 580px;
	height: 48px;
	margin: 0;
	padding: 0;
	}
	
#vgm-bild {
	width: 580px;
	height: 81px;
	margin: 0;
	padding: 0;
	}


/*LINKESEITE*/
#linkeseite {
	/*background-color: #daecfa;*/
	width: 170px;
	float: left;
	/*border-right: solid 1px #3994db;*/
	}
	
#links-inhalt {
	width: 160px;
	margin: 10px 0 0 5px;
	}
	

/*MAIN*/
#main {
	width: 752px;
	float: left;
	background-color: #fff;
	background-image:  url(images/back-seite.gif);	
	background-repeat: repeat-y;	
	border-left: solid 1px #3994db;
	border-right: solid 1px #3994db;
	border-bottom: solid 1px #3994db;
	
	}
	
#main2 {
	width: 750px;
	float: left;
	background-image:  url(images/back_inhalt.jpg);	
	background-repeat: no-repeat;
	background-position:170px 0;

	}
	


	
	
/*INAHLT - CONTENT*/
#seite {
	/*background-image:  url(images/back_inhalt.jpg);	
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 540px;
	/*height: 435px;*/
	float: left;
	}
	

	
#orientierungspfad {font-size: 75%; text-align:left; margin: 10px 0 0 10px;}

#inhalt {
	margin: 10px 0 0 10px;
	width: 540px;
	}

	
/*tabelle*/
.tr_hell {
     background-color:#eff6d2; 
	 line-height: 17px;
	 }
	 
.tr_mittel {
     background-color:#dfeda5; 
     line-height: 17px;
	 }
	 
/*DIVERSES*/
.kleiner {font-size: 7pt;}
.hrclear {clear:both;}
.clear {clear:both;}
.unsichtbar {display: none;}
.center {text-align: center}
.rot {color:#CC0000;}
.rotcenter {color:#CC0000; text-align: center;}
.rotbold {color:#CC0000; font-weight: bold;}