body {
	background-color: #fff;
	margin-top: 5px;
	text-align: center;
}

/* Strukturelemente */

#right {
	position: absolute;
	left: 50%;
	margin-top: 200px;
	width: 50%;
	height: 330px;
	background-image: url("../bilder/green_line.gif");
	repeat: repeat-y;
}

#content {
	width: 800px;
	height: 600px;
	margin: 0px auto;
	text-align: justify;	
}

#header {
	position: relative;
	height: 150px;
	width: 100%;
	min-width: 760px;
	background-image: url('../bilder/tschipsi_logo_neu.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: right;
	padding-top: 50px;	/* 90px */
}


#mitte {
	position: relative;
	width: 400px;
	height: 330px;
	float: left;
	background-color: #118233;
}

#left {
	margin-top: 200px;
}


#rechts {
	position: relative;
	width: 200px;
	height: 330px;
	float: left;
	clear: right;
	background-color: #118233;
	text-align: left;
	overflow: auto;
	color: white;
}

#rechts div {
	margin-left: 10px;
	width: 160px;
}

#rechts div img {
	
	margin-left: 30px;
	margin-top: 40px;
}

#rechts div, #rechts div * {
	font-size: 8pt;
}

#rechts div ul li {
	margin-left:10px;
}

div#rechts a, div#rechts a:link, div#rechts a:visited, div#rechts a:active, div#rechts a:hover, div#rechts a:focus {
	color: #fff;
}


#footer {
	position: relative;
	clear: left;
	margin-left: 200px;
	padding-top: 4px;
	/* height: 70px; */
	color: #118233;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bolder;
	text-align: justify;
}


