* {
	margin: 0;
	padding: 0;
	border: none;
}



body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: center;
	background-color: #FFFAE6;
	list-style-position: outside;
}


table{

}

td{
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	text-shadow: Aqua;
}

th{
	font-size: 14px;
	padding-left: 10px;
	padding: 0px 10px 0px 10px;
	text-shadow: Aqua;
	font-style: normal;
}

ul
{
	margin-left:1em;
}


#Inhalt {
	width: 900px;
/*	background: #e8e3d1;*/
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}



#Kopf {
	width: 900px;
	height: 128px;
	text-align: center; 
	display: block;
	overflow: hidden;
	background: #e8e3d1;
}

#KopfL 
{
	float: left;
	width: 190px;
	background: #e8e3d1;	
	display: inline;
}

#KopfR 
{
	float: right;
	width: 690px;
 	background-color: #FFFAE6;
	display: inline;
}



#KopfLogo {
	width: 198px;
	height:128px;
	float: left;
	text-align: center;
	background: #e8e3d1;	
	padding-top: 0px;
}


#KopfBild  {
	width: 700px;
	height: 128px;
	float: right;
	clear: right;
	overflow: visible;
	border: none;
}

#KopfBild Img
{
	width: 700px;
	height: 128px;
	float: right;
	display: inline;
	border: none;
}


#Koerper
{
	width: 900px;
	margin: -0.0em 0 0 0;
	overflow: hidden;
	display: block;
	clear: both;
}


#KoerperL 
{
	float: left;
	width: 196px;
	background: #e8e3d1;	
}

#KoerperR 
{
	float: right;
	width: 700px;
 	background-color: #FFFAE6;
	padding-top:30px;
}



table.kal {
	border: thin solid Black;
}


.tdkal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: auto;
	width: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border: thin solid Gray;
	border-color: Gray Gray Black Black;
}

.tablebuch {
	border: thin solid Black;
	padding-left: 0px;
	padding-right: 0px;
}

.tdbuch {
	border: thin solid Black;
	padding-left: 5px;
	padding-right: 5px;
	border-color: Gray Gray Black Black;
	background-color: #CCCCDD;
	text-align: center;
	font-size: 13px;
}



li{
	font-size: 14px;
}

a {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: Blue;
}

a:visited {
	color: Maroon;
}

a:hover {
	color: #836e2c;
	text-decoration: underline;
}

a:active, a:focus {
	color: Red;
}



/*----------  Horizontale Navigation Anfang  -----*/


#sfnav {
	float: left;
	width: 900px;
	line-height: normal;
	background-color: #A29370;
	border: solid #73542A;
	border-width: 1px 0;
	color: #FFFAE6;
	font-size: 10px;
	display: inline;
}


#sfnav ul  {
	list-style: none;
	margin: 0px 0px 0px 0px; 
	display: inline;
}


#sfnav li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	border-left: thin solid #FFF8DC;
}

#sfnav a:link,  #sfnav a:visited {
	display: inline;
	color: #FFF8DC;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
}

#sfnav a:hover {
	display: inline;
	color: #FFF8DC;
	text-decoration: none;
	background: #73542A;
	margin: 0px 20px 0px 20px;
}


#sfnav li.aktiv
{
	background: #73542A;
}

#sfnav li#first
{
	border: none;
	margin-left:70px;
	margin-right:49px;
}

#sfnav li#last 
{
/*	border: none;*/
	
}
/*----------  Horizontale Navigation Anfang  -----*/

