@import "text.css";

body {
	margin-top: 0;
	color: #000000;
	font: 11pt Tahoma, Verdana, Arial, sans-serif;
	
	text-align: center;
	min-width: 900px;
	}

#spacer {
	height: 20px;
	}

#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	
	}

#header {
	height: 100px;

	background-image: url(grafiken/header.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 100 px;
	}
	
#headertext {
	height: 70px;
	min-height: 70 px;

	text-align:right;
	padding-right: 200px;
	background-color: #33cc00;
	/*border: 2px solid #336699;*/
	background-image: url(grafiken/headertext.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#navi {
	float: left;
	text-align: left;
	
	background-color: #33cc00;
	/*border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;*/
	
	/*background-image: url(grafiken/navi.png);
	background-repeat: no-repeat;*/
	
	width: 200px;
	min-height: 670px;
	
	}
	
#main {
	padding: 10px;
	text-align: left;
	float: left;
	
	min-height: 500px;
	
	
	}

#gedanken {
	float: right;
	width: 250px;
	min-height: 500px;
	

	
	
	/*background-color: #3399cc;*/
	
	/*background-image: url(grafiken/gedanken.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	
	/*border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;*/
}

#footer {
	clear: both;
	min-height: 108px;
	
	background-image: url(grafiken/footer.png);
	background-repeat: no-repeat;
}