	html {
		background-color: #FFFFCC;
		color: #000000;
		margin: 0 auto;
		text-align: center;
		font-family: verdana, helvetica, sans-serif;
		font-size: 1em;
	}

	body {
		background-color: #FFFFCC;
		color: #000000;
		margin: 0 auto;
		text-align: center;
		font-family: verdana, helvetica, sans-serif;
		font-size: 1em;
	}

	#main {
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		width: 800px;
		margin: 20px auto;
		text-align: center;
	}

	#header {
		display: block;
		height: 100px;
		width: 800px;
		overflow: hidden;
	}

	#header img {			/* Überflüssig wenn Bild 800px x 100px */
		height: 100px;		/* Überflüssig wenn Bild 800px x 100px */
		width: 800px;		/* Überflüssig wenn Bild 800px x 100px */
	}

	#menu_box {
		float: left;
		width: 160px;
		margin: 0;
		padding: 0;
	}

	#menu h1 {
		margin: 10px 10px 0 10px;
		width: 140px;
		background-color: #EDBD3F;
		border-bottom: 1px solid #000000;
		font-size: 13px;
	}

	#menu a {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #EEEEEE;
		text-decoration: none;
		border-bottom: 1px solid #000000;
		background-color: #6699CC;
		text-align: center;
		padding: 3px 0;
		margin: 0 10px;
		width: 140px;
	}

	#menu a:hover {
		color: #737994;
		background-color: #EEEEEE;
	}

	
	#blog {
		width: 140px;
		margin: 10px 10px;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066;
		text-align: left;
					
	}
	
	#blog p {
			margin: 0px;
			padding: 0px;
			margin-bottom: 1em;
	}
	
	#blog h1 {
		font-size: 11px;
	}
	
	#blog h2 {
		font-size: 9px;
			
	}
	
	#wetter {
		width: 140px;
		margin: 0 10px;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066;
		text-align: left;
						
	}
	
	#content {
		margin: 0 0 0 162px;
		padding: 0 6px 0 6px;
		font-family: Arial, Helvetica, sans-serif;
		border-left: 1px solid #CCCCCC;
		font-size: 14px;
		color: #000066;
		text-align: left;
		line-height: 1.4em;
		width: 620px;
	}

	#content h1 {
		margin: 1em 0 0 0;
		font-size: 18px;
	}

	#content h2 {
		font-size: 14px;
		margin: 1em 0 0 0;
	}
	#content table.mitglieder {
		width: 100%;
		font-size: 14px;
	}
	#content table.mitglieder td img {
		margin: 1em 0 0 0;
		width: 150px;
	}
	#content table.mitglieder td {
		width: 25%;
		text-align: center;
	}
	
	#content table.allg {
		width: 100%;
		font-size: 14px;
		color: #000066;
		line-height: 1.4em;
	}
	#content table.kontakt {
		width: 90%;
		font-size: 14px;
		color: #000066;
		line-height: 1.4em;
		text-align: left;
	}
	#content table.card {
		width: 80%;
		font-size: 14px;
		color: #000066;
		line-height: 1.4em;
		text-align: left;
	}
	#content table.erg {
		width: 90%;
		font-size: 14px;
		color: #000066;
		line-height: 1.4em;
	}
	#content a {
		color: #000066;
	}


	#footer {
		clear: left;
		margin: 10px 0;
		font-family: verdana, helvetica, sans-serif;
		font-size: 0.8em;
		border-top: 1px solid #CCCCCC;
	}

	.uesintern {
	color: #FF0000;
	font-style: italic;
	}

