--> Standard Schriftart und Farbe
table {
	font-family: "Book Antiqua";
	
	color: Black;
	}
	
	
p.titel_Left {
	text-align: left;
	vertical-align: middle;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 35px;
	
	
	}

p.titel_Center {
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-right: 35px;
	margin-left: 25px;
	}


p.untertitel_Center {
	text-align: center;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	}
	
p.untertitel_Left {
	text-align: Left;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	}




p.centert {
	text-align: center;
	margin-bottom: 50px;
	}
	
p.block {
	text-align:justify;
	margin-bottom: 50px;
	}

	
p.block_small {
	text-align:justify;
	margin-bottom: 25px;
	}



img.inText {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}


img.inTextminiRight {
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}


img.inTextminiLeft {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}



img.inTextleft {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

img.inTextNoBorder {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

a.grafik {
	font-family: "Book Antiqua";
	color:#339900 ;
	text-decoration:none;
	cursor:hand;
}

a {
	font-family: "Book Antiqua";
	color:#339900 ;
	cursor:hand;
}

a.ankerZeiger {
	font-family: "Book Antiqua";
	color:black ;
	font-size: 15px;
	cursor:help;
	text-decoration:none;
}

a.ankerEnde {
	font-family: "Book Antiqua";
	color:black ;
	cursor:default;
	text-decoration:none;
}

table.menue{
	border:6;
	border-color:black;
}
TD.menue_not_selected{
	background-color : #D9DFA8;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomleft:7px;
	
	border-bottom-width : 1px; 
	border-bottom-color : #554F1C; 
	border-bottom-style : solid;
	border-left-width : 1px; 
	border-left-color : #554F1C; 
	border-left-style : solid; 
	border-right-width : 1px;
	border-right-color : #554F1C; 
	border-right-style : solid;
	border-top-width : 1px; 
	border-top-color : #554F1C; 
	border-top-style : solid;
}
TD.menue_not_selected_mouseover{
	background-color : #DFD4A7;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomleft:7px;
	
	border-bottom-width : 1px; 
	border-bottom-color : #554F1C; 
	border-bottom-style : solid;
	border-left-width : 1px; 
	border-left-color : #554F1C; 
	border-left-style : solid; 
	border-right-width : 1px;
	border-right-color : #554F1C; 
	border-right-style : solid;
	border-top-width : 1px; 
	border-top-color : #554F1C; 
	border-top-style : solid;
}
li.rss_item{
	margin : 0px

}

