html, body {
	font-family		: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color	: #666633;
         font-size		: 14px;
	color			: #00005F;
	padding			: 0;
	margin			: 0;
	height			: 100%;

}

#container{
	background-color	: #CDDB9D;
	width			: 800px;
	height			: 100%;
	margin			: 0px auto;
	bottom			: 0px;
	background-image	: url(../images/banner.jpg);
	background-repeat	: no-repeat;
	border			: 4px solid #999966;
}
body > #container { height:auto; min-height:100%; }


/**************************/
/***** Header-Bereich *****/
/**************************/

#oben{
	height		   	: 210px;
	background-position	: right bottom;
	background-image   	: url(../images/superabgabe.png);
	background-repeat  	: no-repeat;
}
#datum{
	padding-top	: 170px;
         font-style	: italic;
         color		: #70822E;
         font-size	: 13px;
         padding-left    : 10px;
         }

/**********************/
/***** Navigation *****/
/**********************/
#navi{   left		: 0px;
	margin		: 0px;
	padding		: 0px;
	width		: 195px;
         float		: left;
}

#hervorgehoben {
 	display		: block;
         margin-left	: 15px;
         margin-bottom	: 4px;
         padding		: 3px;
	color		: #00005F;
         font-size	: 14px;
	text-align	: right;
	border		: 2px solid #BF0000;
         text-decoration	: none;
         font-weight	: bold;
}
.normal{
	margin		: 0px;
	padding		: 0px;
	color		: #00005F;
         width		: 195px;
}

.normal a {
 	display		: block;
         margin-left	: 15px;
         margin-bottom	: 4px;
         padding		: 3px 3px 3px 8px;
   	color		: #00005F;
         font-size	: 14px;
	text-align	: left;
 	border		: 1px solid black;
         background-color: #E6E6CC;
         text-decoration	: none;
}

.normal a:link {
 	display		: block;
         text-decoration	: none;
}

.normal a:visited {
 	display		: block;
         text-decoration	: none;}

.normal a:hover {
 	display		: block;
	color		: #BF0000;
	border		: 2px solid #70822E;
         font-weight	: bold;  }


/*********************/
/***** Haupttext *****/
/*********************/
#textblock{
	width		: 550px;
	margin-left	: 220px;

}

#textblock p{
	margin		: 0px 0px 15px 0px;  /*oben rechts unten links*/
	padding		: 0px 0px 0px 0px;
}

/*************************/
/***** Überschriften *****/
/*************************/
h1{
	text-align	: left;
	font-size	: 20px;
	margin		: 0px 0px 15px 0px;  /*oben rechts unten links*/
         border-bottom	: 1px solid black;
}
h2{
	text-align	: left;
         font-weight	: bold;
	font-size	: 16px;
	margin		: 0px 0px 8px 0px;  /*oben rechts unten links*/
}
h3{
	text-align	: left;
	letter-spacing	: 1px;
	font-size	: 16px;
	margin		: 0px 0px 8px 0px;  /*oben rechts unten links*/
}

h4{
	text-align	: center;
	letter-spacing	: 1px;
	font-size	: 16px;
	margin		: 8px 0px 8px 0px;  /*oben rechts unten links*/
}
h5{
	text-align	: left;
	font-size	: 16px;
	margin		: 0px 0px 8px 0px;  /*oben rechts unten links*/
         border-bottom	: 1px solid black;
}
/***********************************/
/***** "Lesen Sie mehr"-Blöcke *****/
/***********************************/

#lesen   {
         border		: 1px solid black;
	padding		: 5px;  /*oben rechts unten links*/
         width		: 540px;
         text-align	: left;
         margin-bottom	: 30px;
         background-color:#D6E3B5;  }

#weiter {
         text-align	: right;
         padding-bottom	: 5px;
         padding-right	: 5px;
 }
#weiter a:link{
         color		: #007F00;
         font-weight	: bold;

 }
#weiter a:visited{
         color		: #007F00;
         font-weight	: bold;
 }
#weiter a:hover{
         color		: #BF0000;
         font-weight	: bold;
 }

li { padding-bottom: 10px;}
td { font-size:14px;}
input{
         border		: 1px solid black;
	padding		: 1px;  /*oben rechts unten links*/
         text-align	: left;
         background-color:#D6E3B5;}

textarea{
         border		: 1px solid black;
	padding		: 1px;  /*oben rechts unten links*/
         text-align	: left;
         background-color:#D6E3B5;}