body {
	background-color: #FFFFFF; /* hintergrundfarbe der gesamten website */
	margin:0px;
	width:100%;
	height:100%;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif; /*Schriftart*/
	color:#333333; /*farbe der Schriftart*/
	font-size:12px;	/*große der Schriftart*/
	}
	
	a:link { color:#87564C; text-decoration:none; font-weight:bold; }
	a:visited { color:#87564C; text-decoration:none; font-weight:bold; }
	a:hover { color:#ffcc33; text-decoration:underline; font-weight:bold; } /*wenn Mauszeiger drauf*/
	a:active { color:#87564C; text-decoration:underline; font-weight:bold; }
	
.visited {
	color:#ff6600; /*farbe des Titels in der navigationsleiste auf der gerade besuchten seite*/
}
	
.all_table {
	width:960px; /*breite der gesamten website*/
	}
	
.top_bild {
	background-color: #ffffff; /*hintergrundfarbe des bilds*/
	width:960px; /*breite des bilds*/
	height:96px; /*höhe des bilds*/
	}
	
.linie {
	border:solid 1px #ffffff; /*farbe der linie (Rahmen) um die Navigation*/
}
	
.nav_links_kopf {
	background-color: #ffffff; /* hintergrundfarbe von "MAIN MENU" */
	color:#F0F0F0;             /* farbe von "MAIN MENU" */
	font-weight:bold;
	width:250px; /*breite der navigation links*/
	height:20px; /*höhe der hintergrundfarbe */
	padding-top:3px;
	padding-bottom:3px;
	}
	
.linie_klein_oben {
	border-top:#ffffff 1px solid; /* kleine linie oben von nur "Home", "Geschichte", "Räumlichkeiten", usw... */
	border-bottom:#ffffff 1px solid; /* kleine linie unten von nur "Home" */
	width:180px; /*breite der kleinen linie*/
}

.linie_klein {
	border-bottom:#ffffff 1px solid; /* kleine linie unten von "Home", "Geschichte", "Räumlichkeiten", usw... */
	width:180px; /*breite der kleinen linie*/
}

/*.t_inhalt {
	width:185px; /*breite der navigation links
} */
	
.nav_links_inhalt {
	background-color: #ffffff;
    font-size:12px;
	color:#990033;
	font-weight:bold;
	height:300px; /*höhe der hintergrundfarbe */
	padding-top:15px;
	text-align:left;
	vertical-align:top;
	}
	
.title_inhalt {
	width:560px;
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
	line-height:25px;
	border-bottom:#ffffff 1px solid;
}

.inhalt {
	width:600px; /*breite des inhalts*/
	height:660px; /*höhe des inhalts*/
	text-align:left;
	vertical-align:top;
	}
	
.inhalt_2 {
	width:774px; /*breite des inhalts onhe die rechte navigation*/
	height:660px; /*höhe des inhalts onhe die rechte navigation*/
	text-align:left;
	vertical-align:top;
	}
	
.nav_rechts_kopf {
	background-color: #ffffff; /* hintergrundfarbe von "NEUIGKEITEN" */
	color:#000000;             /* farbe von "NEUIGKEITEN" */
	font-weight:bold;
	width:180px; /*breite der navigation rechtss*/
	height:20px; /*höhe der hintergrundfarbe*/
	padding-top:3px;
	padding-bottom:3px;
	}
	
.nav_rechts_inhalt {
	background-color: #ffffff;
    font-size:12px;
	color:#ff6600;
	height:100%px; /*höhe der hintergrundfarbe */
	padding-top:15px;
	text-align:left;
	vertical-align:top; /*höhe der hintergrundfarbe */
	}
	
.untertitel {
	font-weight:normal;
	font-size:11px;
}
	
.fuss {
	width:960px;
	font-size:10px;
	color:#87564C;
	line-height:25px;
	border-top:#999999 1px solid;
}
