/* css prekel, Henning Heyne, heyne@redroot.de */

*{
	margin: 0;
	padding: 0;
}

html {
	background: #c2ccd3;
	font: .65em/1.5em Arial, sans-serif;
	margin: 0px;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 785px;
	min-height:620px;
	height:auto !important;  /* für moderne Browser */
 	height:620px;  /*für den IE */
}

div#links {
	float: left;
	width: 134px;
	min-height:620px;
	height:auto !important;  /* für moderne Browser */
 	height:620px;  /*für den IE */
	background: url(../images/bg_verlauf_links.jpg) repeat-y;
}
div#linksoben {
	float: left;
	width: 134px;
	height: 235px;
	background: url(../images/bg_linksoben.jpg) no-repeat top left;
}

#links ul {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#links ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#links ul li a {
	text-decoration: none;
	font-size: 1.4em;
}

#links ul li a:hover {
	text-decoration: underline;

}

div#rechts {
	width: 649px;
	min-height:620px;
	height:auto !important;  /* für moderne Browser */
 	height:620px;  /*für den IE */
	float: left;
	background: url(../images/bg_verlauf_rechts.jpg) repeat-y top right #FFF;
}

div#rechtsoben {
	width: 649px;
	height: 177px;
	float: left;
	background: url(../images/bg_rechtsoben.jpg) no-repeat top left;
}

div#rechts #textbereich {
	width: 625px;
}

div#rechts #textbereich .texteinleitung {
	display: block;
	float: left;
	margin-top: 180px;
	margin-left: 30px;
	text-align: center;
	font-size: 1.8em;
	color: #192967;
	line-height: 2em;
}

div#footer {
	width: 783px;
	height: 13px;
	background: url(../images/bg_footer.jpg) no-repeat top left;
	clear: left;
	float: left;
}


