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

#container {
	background: #0000FF url(bilder/backgroundi2.jpg);
	width: 800px;
	margin:auto;
	} 
	
#kopf {
	height: 104px;
	background: #0000FF url(bilder/jo_kopf.jpg);
	position: relative;
	}

#navi {
	background: url(bilder/leiste.gif);
	height: 24px;
	text-align: justify;
	margin: 0px; 
	}
	
#subnavi {
	width: 170px;
	height: 450px;
	float: left;
	text-align: left;
	margin-left: 12px;
	display: inline;
	}
		
#inhalt {
	float: right;
	width: 550px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	}

#form1 {
	background-color: #CC9;
	border: medium;
	border:#000;
	
	}
	
#fuss {
	background: #0000FF url(bilder/leiste.gif);
	height: 24px;
	clear: both;
	text-align: justify;
	margin: 0px;
}

/* Formate fuer den Seitenkopf */

#kopf h1 {
	font-family: "Utah Condensed";
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	color: #7394A8;
	margin: 0;
	padding: 30px 0 0 100px;
	}
	
/* Formate fuer Inhaltsbereich */
	
#inhalt h1 {
   	margin: 7;
   	padding: 0 5px 0 37px;
   	background: url(bilder/jo2.gif) no-repeat left top;
	color: #772B1A;
	font-size: 17px;
	font-family: "Trebuchet MS", Georgia, serif;
	letter-spacing: 0.2em;
}

#inhalt h2 {
	color:#772B1A;
	font-size:14px;
	font-family: "Trebuchet MS", Georgia, serif;
	letter-spacing: 0.2em;
}

#inhalt h3 {
	color:#333333;
	font-size:12px;
	font-family: "Trebuchet MS", Georgia, serif;
}

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

#inhalt ul {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	list-style:square;
	color:#666600; 
	}
	
/* Formatierung Navileiste horizontal */

#navi ul {
	margin: 0;
	padding-top: 6px;
	list-style-type: none;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px
	}

#navi ul li { display: inline; }

#navi ul li a {
	text-decoration: none;
	padding: 0.5em 0.2em;
	color: #FFFFFF;
	}

#navi ul li a:hover { color: #FCFF54; }

/* Formatierung Fussleiste horizontal */

#fuss ul {
	margin: 0;
	padding-top: 6px;
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	}

#fuss ul li { display: inline; }

#fuss ul li a {
	text-decoration: none;
	padding: 0.5em 0.2em;
	color: #FFFFFF;
	}

#fuss ul li a:hover { color: #FCFF54; }

/* Formatierung Subnavigation */

#buttons a {
	color: #FFFFFF;
	background-color: #005000;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #FFFFFF;
	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 #FCFF54;
	text-decoration: none;
	color: #FCFF54;
	}
