/* CSS Document */


ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}


/* Seitenformatierungen -------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color:#555555;
	background-color: #666666;

}

#background {
	background-image:url(../images/hg.jpg);
	background-repeat:repeat-x;
	margin-top:50px;
	padding-top:47px;
}

#website {
	margin:0px auto;
	height:410px;
	width:990px;
}


/*  Linke Seite -------------------------------- */

#left {	
	float:left;
	width:195px;
	height:410px;
}

#left .logo {
	height:170px;
	padding: 10px 10px 0px 15px;
	text-align:right;
}

#left ul{
	margin: 0px 12px 0px 0px;
	text-align:right;
}

#left li{
	padding: 4px 0px 4px 0px;
}

#left li .pfeil{
	font-size:9px;;
}

#left li a {
	color:#999;	
	text-decoration:none;
}





/*  ###   Bildteil in der Mitte   ### */

#bild {	
	float:left;
	width:260px;
	height:410px;
	background-image:url(../images/bild_hg.gif);
}

#bild .bild01 {
	background-image:url(../images/bilderrahmen.jpg);
	margin:8px 3px 0px 3px;
	padding:17px 17px 13px 17px;
}

#bild .nummer {
	margin-left:20px;
	color:#AAA;
	font-size:10px;
}
#bild .nummer a {
	color:#AAA;
	text-decoration:none;
}
#bild .nummer a:hover{
	color:#555;
	font-weight:bold;
	text-decoration:underline;
}

/*  ###   Rechte Seite - Textteil   ### */

#main {	
	float:left;
	width:535px;
	height:410px;
	line-height:1.35em;
}
#main .headline {
	padding: 28px 0px 16px 10px;
}

#main table {
	height:326px;
}

#main table td {
	width:270px;
	border:0px;
	margin:0px;
	padding:0px 10px 0px 0px;
	text-align:left;
	vertical-align:top;
}

#main p, ul, td {
	margin: 0px 0px 10px 0px;
}

#main .inhalt {
	height:328px;
	width:520px;
	text-align:left;
	margin-left:10px;	
}

#main .inhalt02 {
	height:328px;
	width:520px;
	text-align:left;
	margin-left:10px;
}




.bildlinks {
	float:left;
	margin: 0 5px 0 0;
	}


#main td {
	line-height:1.4em;	
}

#main td ul {

}

#main td ul li {
	list-style-type:disc;

	margin:0px 0px 3px 16px;
	padding:0px 0px 0px 0px;
}

#main .inhalt .seite {
	width:520px;
	color:#AAA;
	font-size:10px;
	text-align:right;
}
#main .inhalt .seite a {
	color:#AAA;
	text-decoration:none;
}
#main .inhalt .seite a:hover{
	color:#555;
	text-decoration:underline;
}


#main .inhalt02 .seite {
	width:520px;
	color:#AAA;
	font-size:10px;
	text-align:right;
}
#main .inhalt02 .seite a {
	color:#AAA;
	text-decoration:none;
}
#main .inhalt02 .seite a:hover{
	color:#555;
	text-decoration:underline;
}


#main .inhalt table.aufwand {
	width:100%;
	height:auto;
	border:0px none;
	border-spacing:0px; 
	padding:0px;	
	}
#main .inhalt table.aufwand th {
	padding: 4px 1px 5px 1px;
	text-align:left;
	border-bottom:1px solid #999;
	}		
#main .inhalt table.aufwand td {
	padding: 3px 1px 3px 1px;
	border-bottom:1px dotted #bbb;
	}	
#main .inhalt table.aufwand .datum {
	width:20%;
	text-align:left;
	}
#main .inhalt table.aufwand .bemerkung {
	width:60%;
	text-align:left
	}	
#main .inhalt table.aufwand .min {
	width:20%;
	text-align:right
	}	

#fusszeile {
	text-align:right;
	font-size:10px;
	color: #AAAAAA;
	margin:0px auto;
	padding:8px 5px 0px 0px;
	width:986px;
}

