
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #f9fad3 url(../images/background.jpg) center top repeat;
	}

/* Grundlegende Eigenschaften Layoutboxen */

#container {
         background: #f9fad3;
	width: 900px;
	margin:auto;
	}

#kopf {
	height: 120px;
	background: #f9fad3 url(../images/banner.jpg) no-repeat;
	position: relative;
         }

#breadcrumb {
	background: #f9fad3 url(../images//footerbg.jpg) repeat-x;
         height: 20px;
         padding: 5px 0 0 20px;
         text-align: left;
         font-family: Tahoma, Verdana, sans-serif;
         font-size: 0.75em;
         font-weight: bold;
         color: #343d2a;
         /*border-bottom: 1px dashed green;*/
	}

#subnavi {
         width: 150px;
	float: left;
	text-align: left;
	margin: 20px 0px 50px 10px;
	display: inline;
	}

#inhalt {
         float: right;
	width: 670px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	display: inline;
	}

#fuss {
	background: #f9fad3 url(../images/footerbg.jpg); repeat-x;
         font-family: Tahoma, Verdana, sans-serif;
         font-size: 0.75em;
         color: green;
         text-align: right;
	height: 20px;
         padding: 5px 20px 0px 0px;
         /*border-top: 1px dashed green;*/
	clear: both;
         }
/* Formate für den Seitenkopf */

#kopf h1 {
	font-family: Georgia, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #343d2a;
	margin: 0;
	padding: 73px 0 0 80px;
	}

/* Formate für Inhaltsbereich */

#inhalt h1 {
   	margin: 0;
   	padding: 5px 0px;
   	color: #343d2a;
	font-size: 22px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
         }

#inhalt h2 {
   	margin: 0;
         padding: 5px 0 5px 0;
         color: #006000;
	font-size: 18px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
}

#inhalt h3 {
   	margin: 0 60px 0 0;
   	color: green;
	font-size: 14px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
}

#inhalt p {
         margin: 10px 60px 0 0;
         line-height: 1.4em;
	letter-spacing: 0.05em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%;
	color: #000000;
	}

#inhalt img {
	border: 0;
         }

#inhalt .fett {
	font-weight: bold;
         }

#inhalt .grau {
	font-weight: bold;
         color: #808080;
         }

#inhalt .blau {
	font-weight: bold;
         color: #000080;
         }

#inhalt .red {
         font-size: 120%;
         font-weight: bold;
         color: red;
         }

#inhalt .zumthema {
         font-weight: bold;
         color: #000000;
         border-bottom: 1px solid #000000;
         }

#inhalt .bildtext {
         color: #000080;
         letter-spacing: 0;
         }

#inhalt ul {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 80%;
	list-style:square;
	color:#000099;
	}

/* Formate für Seitenfuß */

#fuss a {
         font-weight: bold;
         text-decoration: none;
         color: green;
         }

#fuss a:hover {
	color: #800000;
         font-weight: bold;
         }

#breadcrumb a {
         text-decoration: none;
         font-weight: bold;
         color: #343d2a;
         }

#breadcrumb a:hover {
	color: #800000;
         font-weight: bold;
         }

/* Formatierung Navileiste horizontal */

#navi ul {
	margin: 0;
         padding: 2px 15px 0 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 75%;
        	}

#navi ul li { display: inline;
	}

#navi ul li a {
	text-decoration: none;
         font-weight: bold;
	padding: .2em 0.2em;
	color: #343d2a;;
	}

#navi ul li a:hover { color: #800000;
	font-weight: bold; }

/* Formatierung Brotkrümelüfad */

/* Formatierung Subnavigation */

#buttons a {
         color: #000060;
	background: #f9fad3 url(../images/bg_button.jpg) no-repeat;
	padding: 3px 0px 3px 20px;
	display: block;
         font: 75% Tahoma, Verdana, sans-serif;
         font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 10px;
	}

#buttons a:hover {
	background: #f9fad3 url(../images/bg_button2.jpg) no-repeat;
	text-decoration: none;
	color: #800000;
	}

#subnavi a {
	text-decoration: none;
         color: #343d2a;
         }

#subnavi a:hover {
	text-decoration: none;
	color: #800000;
	}


.left {
	float: left;
	padding: 5px 10px 5px 0;
	border: 0;
}
.right {
	float: right;
         padding: 5px 0 5px 10px;
}