
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/background.gif) center top repeat;
	}

/* Grundlegende Eigenschaften Layoutboxen */

#container {
	background-color: #fff;
	width: 900px;
	margin:auto;
	}

#kopf {
	height: 90px;
	background: #FFFFFF url(../images/banner.jpg) no-repeat;
	position: relative;
         margin-bottom: 5px;
         }

#navi {
         border-bottom: 2px solid #b1b1b3;
         text-align: center;
	}

#breadcrumb {
         background-color: #efefef;
         height: 15px;
	text-align: left;
         font-family: Tahoma, Verdana, sans-serif;
	font-size: 75%;
         border-bottom: 1px dashed #bdbdd6;
         padding: 3px 0px 3px 0px;
	}

#subnavi {
	background-color: #fff;
	width: 180px;
	height: 200px;
	float: left;
	text-align: left;
	margin: 20px 0 0 5px;
	display: inline;
	}

#inhalt {
	float: right;
	width: 670px;
	background-color: white;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	display: inline;
	}

#fuss {
	background-color: #efefef;
         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;
	}

#brief {
         background-color: #f8f8f8;
         text-align: left;
         border: 1px solid #aaa;
         margin: 15px 70px 15px 0px;
         padding: 10px 40px;
	}

/* Formate für den Seitenkopf */

#kopf h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 43px 0 0 80px;
	}

/* Formate für Inhaltsbereich */

#inhalt h1 {
   	margin: 0;
   	padding: 0 5px 0 50px;
   	background: url(../images/ball.gif) no-repeat left top;
	color: #000060;
	font-size: 20px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
         }

#inhalt h5 {
   	margin: 0;
   	padding: 0 5px 0 50px;
   	background: url(../images/album_s.gif) no-repeat left top;
	color: #000060;
	font-size: 20px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
         }

#inhalt h2 {
   	margin: 0;
         padding: 5px 0 5px 0;
         color: #000060;
	font-size: 20px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
}

#inhalt h3 {
   	margin: 0 60px 0 0;
   	color: #000060;
	font-size: 16px;
	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 .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;
         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 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: #000060;
	}

#navi ul li a:hover { color: #800000; font-weight: bold; }

/* 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: #FFFFFF url(../images/button7b.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: 2px 0px 0px 20px;
	}

#buttons a:hover {
	text-decoration: none;
	color: #000;
	}

/* Formatierungen Teaserblocks */

#teaser {
	width:650px;

         }
#teaser .box {
         border: 1px solid #c00000;
         margin-top: 10px;
         height: 5em;
         clear: both;
         }
#teaser .box2 {
         border-bottom: 1px dashed #c00000;
         margin-top: 10px;
         clear: both;
         }
#teaser .zdf {
         background-color: #000044;
         border: 1px solid #c00000;
         margin-top: 20px;
         height: auto;
         text-align: center;
         clear: both;
         }
#teaser .ticker {
         width: 100px;
         font-weight: bold;
         color: #ffffff;
         margin: 10px 10px;
         float: left;
         }
#teaser .datum {
         width: 100px;
         font-weight: bold;
         margin: 5px 10px;
         float: left;
         }
#teaser .datum2 {
         width: 150px;
         font-weight: bold;
         margin: 5px 10px;
         float: left;
         }
#teaser .bild {
         margin: 5px 10px 5px 0px;
         padding: 2px;
         border: 1px solid #c0c0c0;
         float: left;
         }
#teaser .text {
         margin: 0px 10px 5px 0px;
         color: #000060;
         }
#teaser .titel {
         font-weight: bold;
         margin: 5px 10px 0px 0px;
         color: #800000;
         }
#teaser a {
	text-decoration: none;
         font-weight: bold;
         color: #0000c0;
         }

#teaser a:hover {
	color: #800000;
	}
#teaser h1 {
   	margin: 0;
   	padding: 15px 5px 15px 110px;
   	background: url(../images/neu.gif) no-repeat left top;
	color: #000060;
	font-size: 20px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
}
#teaser h2 {
   	margin-top: 20px;
   	padding: 15px 5px 15px 60px;
   	background: url(../images/sanduhr.gif) no-repeat left top;
	color: #000060;
	font-size: 20px;
	font-family: Georgia, Tahoma, serif;
	letter-spacing: 0.1em;
}
table {
	width: 650px;
         letter-spacing: 0.05em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 85%;
	color: #000000;
}
td.datum{
	width: 160px;
         font-weight: bold;
}
td.datum2{
	width: 160px;
         font-weight: normal;
         height: 0.5em;}
         .left {
	float: left;
	padding: 5px 10px 5px 0;
	border: 0;
}
.left {
	float: left;
	padding: 5px 10px 5px 0;
	border: 0;
}
.right {
	float: right;
         padding: 5px 0 5px 10px;
}