
body {
	text-align: center;
	margin: 0;
	padding: 0;
         background: url(../images/background.gif) center top repeat;
         }

/* Grundlegende Eigenschaften Layoutboxen */

#container {
         background-color: #fbf8f5;
	width: 900px;
	margin:auto;
	}

#kopf {
	height: 90px;
	background: #FFFFFF url(../images/banner.jpg) no-repeat;
	position: relative;
         margin-bottom: 5px;
         }

#breadcrumb {
         background-color: #e9ddd1;
         height: 15px;
	text-align: left;
         font-family: Tahoma, Verdana, sans-serif;
	font-size: 75%;
         border-bottom: 1px dashed #bdbdd6;
         padding: 3px 0px 3px 0px;
	}

#navi {
	width: 190px;
	height: 850px;
	float: left;
	text-align: left;
	margin: 20px 0 0 5px;
	display: inline;
	}

#inhalt {
	float: right;
	width: 670px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	display: inline;
	}

#fuss {
	background-color: #e9ddd1;
	font-family: Tahoma, Verdana, sans-serif;
         font-size: 75%;
         font-weight: bold;
	letter-spacing: 0.05em;
	color: #000060;
         border-top: 1px dashed #bdbdd6;
         height: 20px;
         padding: 3px 0px 3px 0px;
	clear: both;
	}

/* Formate für den Seitenkopf */

#kopf h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 0 20px;
	}

/* Formate für Inhaltsbereich */

#inhalt h1 {
   	margin: 0 50px 0 0;
   	padding: 20px 0px 0px 0px;
   	background: url(../images/teufelsteine_s.gif) no-repeat right top;
	color: #000060;
	font-size: 1.4em;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
         }

#inhalt h2 {
   	margin: 0;
         padding: 0 0 5px 0;
         color: #000060;
	font-size: 1.1em;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
         border-bottom: 3px solid #cdbcab;
}

#inhalt h3 {
   	margin: 0 0 5px 0;
   	color: #000060;
	font-size: 1.1em;
	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 .blau {
	font-weight: bold;
         color: #000080;
         }

#inhalt .rot {
         font-size: 120%;
         font-weight: bold;
         color: red;
         }

#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;
         color:#0000c0;
	text-decoration: none;
         }

#fuss a:hover {
	color: #800000;
         font-weight: bold;
         }

#fuss .links {
	float: left;
         margin: 3px 0px 0px 15px;
         }

#fuss .rechts {
	float: right;
	text-align: right;
         margin: 3px 20px 0px 0px;
         }

/* Formatierung Brotkrümelüfad */

#breadcrumb a {
	text-decoration: none;
         font-weight: normal;
	padding: .2em 0.2em;
	color: #000060;
	}

#breadcrumb a:hover {
	color: #800000;
         font-weight: normal;
         }

/* Formatierung Subnavigation */

#buttons a {
	color: #fff;
	background: #fbf8f5 url(../images/button.gif) no-repeat;
	padding: 5px 3px;
	display: block;
	font: 75% Tahoma, Verdana, sans-serif;
         font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin: 5px 20px 10px 10px;
	}

#buttons a:hover {
	text-decoration: none;
	color: #ffffc0;
	}

/* Formatierungen Teaserblocks */

#teaser {
	width:650px;

         }
#teaser .box {
         border: 1px solid #c00000;
         margin-top: 10px;
         height: 120px;
         }
#teaser .bigbox {
         border: 1px solid #c00000;
         margin-top: 10px;
         height: 170px;
         }
#teaser .bildlinks {
         padding: 10px 10px 10px 5px;
         float: left;
         }
#teaser .text {
         margin: 5px 10px 5px 0px;
         color: #000060;
         }
#teaser .titel {
         font-size: 1em;
         font-weight: bold;
         color: #800000;
         }
#teaser a {
	text-decoration: none;
         font-weight: bold;
         color: #0000c0;
         }
#teaser a:hover {
	color: #800000;
	}
/*table {
	width: 650px;
         letter-spacing: 0.05em;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000000;
}*/
.left {
	float: left;
	padding: 5px 0px 5px 0;
	border: 0;
}
.right {
	float: right;
         padding: 5px 0 5px 0px;
}
.anfang {
	clear: both;
         }