html {
	overflow-y: scroll;
}
body {
	font-family:tahoma, verdana, arial, helvetica;
	font-size:12px;
	margin:0;
	padding:0;
	color:#0000c0;
	/*	background-image: url(images/background2.jpg);*/
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	background-color: #F5F5FC;
	background-image: url(images/bg_shadow.png);
}
img {
	border:0px;
}
ul {
	padding-left: 12px;
}
a {
	color:#0000c0;
	text-decoration: underline;
}
a:hover {
	color:#ff8000;
}
#header {
	width: 900px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 140px;
}
#logo {
	position: absolute;
	top: 25px;
	width: 255px;
	background-image: url(images/logo_sm.png);
	background-repeat: no-repeat;
	height: 90px;
}
#cloud {
	position: relative;
	top: 25px;
	width: 355px;
	background-image: url(imgcloud.php5);
	background-repeat: no-repeat;
	height: 90px;
	float: right;
}
#head {
	width:180px;
	height:45px;
	position:absolute;
	left:35px;
	top:30px;
	font-weight:bold;
	font-variant:small-caps;
}
#text {
	width:151px;
	height:131px;
	position:absolute;
	left:34px;
	top:81px;
}
#inhaltblock {
	width:930px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}
#menu {
	width: 140px;
	float: left;
	margin-left: 0px;
	background-image: url(images/menu_border.png);
	background-repeat: repeat-y;
	height: 170px;
}
#menu_text {
	width:99px;
	height:155px;
	position:absolute;
	left:891px;
	top:99px;
	color:#0000c0;
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
}
#block_content {
	width: 780px;
	float: left;
	margin-right: 10px;
}
.feld_heading {
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
	line-height: 150%;
}
.feld_content {
	width:750px;
	height:auto;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
	text-align: left;
	line-height: 130%;
}
.feld_ref {
	width:750px;
	height: auto;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
	text-align: left;
	line-height: 130%;
}
.feld {
	width:355px;
	height:auto;
	background-image: url(images/text-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px;
	text-align: left;
	line-height: 130%;
}
.block1 {
	width: 385px;
	float: left;
	margin-right: 10px;
}
.big {
	background-image: url(images/text-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 10px;
}
.big_content {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 10px;
}
.white {
	color: #ffffff;
}
.green {
	color: #00CC00;
}
.red {
	color: #FF0000;
}
.rechts {
	float: right;
}
.links {
	float: left;
}
.clear {
	clear: both;
}

