@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	bfont: 90% Georgia, "Times New Roman", Times, serif;

}
#container #header #logo {
	position: relative;
	top: 0px;
	right: 10px;
	height: 102px;
	width: 120px;
	float: right;
	overflow: visible;
	z-index: 5;
	background-image: url(../images/kopf_leo.gif);
	background-repeat: no-repeat;
}
#container #header #top {
	height: 50px;
	color: #000000;
	background-color: #C8CAE4;
	background-image: url(../images/kopf.gif);
	background-repeat: no-repeat;
}
#container #header #menu {
	height: 20px;
	background-color: #00135D;
	color: #FFFFFF;
	padding-left:15px;
}
#container #content #left {
	position: absolute;
	width: 300px;
		top:15px;
	padding-left:15px;
}
#container #content #contleft {
	position: absolute;
	height: 300px;
	width: 300px;
	background-image: url(../images/soft_li.gif);
	background-repeat: no-repeat;
	top: 60px;
}
#container #content #right {
	left: 300px;

	top:15px;
	position: absolute;
	width: 600px;
	margin-bottom:20px;
	padding-bottom:30px;
}
#container #content {
	top: 40px;
	position: relative;
}
#container {
	position: absolute;
	width: 920px;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	color: #00125C;
	margin-bottom: 12px;
	font-size: 20px;
}
 p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;

}

