/*Grund*/
body {
	background-image: url(../images/body_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-x;
	background-color:#00959d;
}

#bg_body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	}
#bg_links {
	background-image:url(../images/links.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
#bg_rechts {
	background-image:url(../images/rechts.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:right;
	}
#aussen {
	position:absolute;
	width:100%;
	height:auto;
	z-index:1;
	text-align:center;
}
#stern_rand {
	position:relative;
	width:27px;
	left:-494px;
	top:-18px;
	height:32px;
	z-index:2;
}
#stern_top {
	position:absolute;
	width:27px;
	height:32px;
	top:46px;
	margin-left:469px;
	z-index:2;
}
#beta {
	position:absolute;
	width:79px;
	height:38px;
	top:16px;
	margin-left:622px;
	z-index:2;
}
#oben_rechts {
	background-image:url(../images/oben_rechts.png);
	background-position:left top;
	background-repeat:no-repeat;
	}

#oben_links {
	background-image:url(../images/oben_links.png);
	background-position:right top;
	background-repeat:no-repeat;
	}

#ra_links {
	background-image:url(../images/ra_links_hg.png);
	height:600px;
	width:6px;
	vertical-align:top;
	}
#ra_rechts {
	background-image:url(../images/ra_rechts_hg.png);
	height:600px;
	width:7px;
	vertical-align:top;
	}
/* Links */
.link{
	font-weight: bold;
	text-decoration:underline;
	color:#FFFFFF;
}
.link a:link,
.link a:visited {
}
.link a:hover {
	color:234E65;
}
/* H´s */
h4 {
	font-size:24px;
	font-weight:bold;
	display:inline;
	}
.error {
	color:#FF3300;
	font-weight:bold;
	}