	/*div {
		border: 1px solid #006;
	}*/
	body {
		background-color: #ffffff;
		font-family: arial, verdana, sans-serif;
		color: #000066;
	}
	a {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: #ff0000;
		text-decoration: underline;
		background: #cccccc;
	}
	#gesamt {
		position: relative;
		width: 800px;
		height: 500px;
		background-image: url(bilder/hintergrund_weiss.png);
		background-attachment: scroll;
		border: 1px solid #0000ff;
	}
		#gesamt_bilder {
		position: relative;
		width: 800px;
		height: 585px;
		background-image: url(bilder/hintergrund_weiss600.png);
		background-attachment: scroll;
		border: 1px solid #000066;
		}
	#sternenhimmel {
			position: absolute;
			width: 800px;
			height:100px;
			background: #0000ff;
	}
	#logo {
			position: absolute;
			left: 640px;
			top: 9px;	
			width: 90px;
			height: 82px;
	}
	#facebook {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 85px;
		height: 30px;
		background: #ff0000;
	}
	#menue_1_leiste {
		position: absolute;
		left: 5px;
		top: 105px;
		width: 790px;
		height: 30px;
		background: #ff0000;
		padding-top: 0px;
		text-align: center;
		font-family: verdana;
		font-size: 10pt;
		color: #cccccc;
	}
		#menue_1_leiste td {
			text-align: center;
			font-size: 10pt;
		}
		#menue_1_leiste tr {
			background: #ff0000;
		}
		#menue_1_leiste a:hover {
		color: #ff0000;
		text-decoration: underline;
		background: #cccccc;
		}
		#aktuell {
			position: absolute;
			left: 273px;
			top: 0px;
			width: 99px;
			height: 30px;
			text-align: center;
			font-family: arial;
			font-size: 10pt;
			font-weight: bold;
	}
	#logo_kiring {
		position: absolute;
		left: 25px;
		top: 115px;
		width: 120px;
		height:105px;
	}
	#menue_2 {
		position: absolute;
		left: 5px;
		top: 250px;
		width: 160px;
		height: 269px;
	}
		#menue_2 td {
			text-align: center;
			font-size: 10pt;
		}
		#menue_2 tr {
			background: #ff0000;
		}	
	#inhalt {
		position: absolute;
		left: 170px;
		top: 140px;
		width: 625px;
		height: 440px;
		overflow: auto;
	}
	#inhalt a{
			color: #0000ff;
			text-decoration: underline;
			font-weight: bold;
	}
	#inhalt a:hover {
			color: #ff0000;
			text-decoration: underline;
			background: #ffffff;
	}
	#inhalt td {
		font-family: arial;
		font-size: 10pt;
		/*padding-left: 20px;*/
		color: #000066;
		overflow: auto;
	}
	#inhalt th {
		background-color: #ffffff;
	}
	#inhalt_textblock {
		position: absolute;
		left: 0px;
		top: 40px;
		width: 625px;
		height: 390px;
		overflow: auto;
	}
	#inhalt_kopf {
		position: absolute;
		left: 0px;
		top: 5px;
		width: 600px;
		height: 30px;
		}
	#tabelle {
		position: absolute;
		left: 0px;
		top: 155px;
		width: 625px;
		height: 273px;
		overflow: auto;
	}
		#tabelle td {
			background-color: #aabbff;
			text-align:left;
			padding-left: 10px;
		}
	#tabelle_akt {
		position: absolute;
		left: 0px;
		top: 95px;
		width: 625px;
		height: 335px;
		overflow: auto;
	}
	#tabelle_termine{
		position: absolute;
		left: 0px;
		top: 120px;
		width: 600px;
		height: 335px;
	}
		#tabelle_termine td {
				background-color: #aabbff;
				text-align:left;
				padding-left: 10px;
		}
		
	
	
