
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(bilder/background_blue.gif) center top repeat;
	}
	
/* Grundlegende Eigenschaften Layoutboxen */

#container {
	background-color: white;
	width: 750px;
	margin:auto;
	} 
	
#kopf {
	height: 104px;
	background: #FFFFFF url(bilder/head.jpg);
	position: relative;
	}

#navi {
	background: #FFFFFF url(bilder/footerbg_blue.gif);
	height: 24px;
	text-align: right;
	margin: 5px; 
	}
	
#subnavi {
	background-color: #fff;
	width: 170px;
	height: 200px;
	float: left;
	text-align: left;
	margin-left: 5px;
	display: inline;
	}
		
#inhalt {
	float: right;
	width: 500px;
	background-color: white;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	display: inline;
	}
	
#fuss {
	background: #FFFFFF url(bilder/footerbg_blue.gif);
	height: 24px;
	clear: both;
	margin: 5px;
}

/* Formate für den Seitenkopf */

#kopf h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	color: Black;
	margin: 0;
	padding: 30px 0 0 100px;
}
	
/* Formate für Inhaltsbereich */
	
#inhalt h1 {
	margin: 0;
	padding: 0 5px 0 27px;
	background: url(bilder/zepter.gif) no-repeat left top;
	color: Black;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, serif;
	letter-spacing: 0.2em;
}

#inhalt h2 {
	margin: 0;
	padding: 0 0;
	color: Navy;
	font-size: 18px;
	font-family: "Trebuchet MS", Georgia, serif;
	letter-spacing: 0.2em;
}

#inhalt p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%;
	color: #333333; 
	}

#inhalt ul {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
	color: Navy;
	list-style: square;
}
#inhalt a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
	color: Navy;
	list-style: square;
	font-weight: bold;
	text-decoration:none;
}
#inhalt a:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
	color: Black;
	list-style: square;
	font-weight: bold;
	text-decoration: none;
}
	
/* Formate für Seitenfuß */	
	
#fuss a {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: Black;
}

#fuss a:hover {
	color: Blue;
} 

/* Formatierung Navileiste horizontal */

#navi ul {
	margin: 0;
	padding-top: 2px;
	list-style-type: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 95%;
	font-weight:bold;
	}

#navi ul li { display: inline; }

#navi ul li a {
	text-decoration: none;
	padding: .2em 0.5em;
	color: Black;
}

#navi ul li a:hover {
	color: Blue;
	font-weight: bold;
}

/* Formatierung Subnavigation */

#buttons a {
	color: #3A4E58;
	background-color: #D5DEE3;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #85805C;
	font: 12px "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 1px;
	}

#buttons a:hover {
	border-left: 10px solid #663300;
	text-decoration: none;
	color: #000099;
	}

