body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 200%;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: black;
	text-align: center;
}

img {
	border: 0;
}

div#kegel {
	background-image:  url("../images/lichtkegel2.gif");
	background-repeat: no-repeat;
	z-index: 0;
}

div#content {
	background: none;
	position: relative;
	width: 750px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}


div#content h2 {
	margin-top: 0px;
	font-size: 17px;
	letter-spacing: 0px;
	margin-bottom: 25px;
	font-weight: normal;
}

div#content h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0;
	padding: 0px;
	padding-left: 0;
	line-height: normal;
}

div#content h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

div#content a,
div#content a:visited,
div#content a:active,
div#content a:hover {
	color: #5D7F97;
	background-color: #E1EDFC;
	font-weight: normal;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content div.infobox {
	line-height: normal;
	float: left;
	width: 160px; /* nur IE 5.x */
	width/**/:/**/ 120px; /* alle anderen User-Agents */
	padding: 20px;
	margin: 0;
	background-color: white;
	color: #999999;
	border: 1px solid #DDDDDD;
	font-size: 11px;
}

div#content div.infobox h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

div#content div.infobox p {
	line-height: 150%;
	margin-bottom: 20px;
}

div#content div.text { 
	margin-left: 190px;
}

div#header {
	width: 100%;
	height: 30px;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	background-image: url("../images/headerbackground.jpg");
	background-repeat: repeat-x;
}

div#footer {
	clear: both;
	height: 50px;
}

