html, body {
margin: 0;
padding: 0;
background: url(../img/wand.jpg);
color: #C0C0C0;
font-family: verdana;
font-size: 0.9em;
}

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: 0;
	line-height: normal;
	height: 1px;
}

#wrap {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-485px;
	margin-top:-285px;
	width: 970px;
	height: 570px;
	border: 1px solid #C0C0C0;
	background: url(../img/wand2.jpg)}
	
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/schild-farb.jpg) no-repeat 10px 20px }


#main {
	position: absolute;
	top: 100px;
	right: 66px;
	width: 666px;
	height: 434px;
	overflow: hidden;
	line-height: 1.2em;
	}
	
#main p {
	margin: 176px 15px 15px 15px;
	font-size: 1.1em;
	text-align: right;
	}
	
#eingang {
	display: block;
	width: 135px;
	height: 175px;
	background: url(../img/klingel-start-off.jpg) no-repeat;
	position: absolute;
	bottom: 30px;
	right: 30px;
	}

#eingang:hover {
	display: block;
	width: 135px;
	height: 175px;
	background: url(../img/klingel-start-on.jpg) no-repeat;
	position: absolute;
	bottom: 30px;
	right: 30px;
	}

#eingang span {
	display: none;
	}

		
#text-klein {
	position: absolute;
	left: 0;
	bottom: 30px;	
	width: 484px;
	text-align: right;
	margin-right: 30px;
	font-family: verdana; 
	font-size: 87%;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #666;
	}

#footer a {
	color: #666;
	text-decoration: none;
	vertical-align: middle;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* Linkklassen */

.link-ex {
	color: #000;
	text-decoration: none;
	}
	
.link-ex:hover {
	color: #FF4500;
	text-decoration: none;
	}
	
.img-li {
	float: left;
	margin: 0 10px 0 15px;
	border: 1px solid #999;
	}
	
.img-re {
	float: right;
	margin: 222px 10px;
	}

h4 {
	font-family: verdana; 
	font-size: 90%; 
	color: #FF4500;
	font-weight: normal;
	}
