/* CSS Document */

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/site/contentschatten.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#dddddd;
}
#bg {
	width:100%;
	height:448px;
	background-image:url(../images/site/sitebg.jpg);
	background-repeat:repeat-x;
}
#container {
	width:881px;
	margin:0 auto;
}
#site {	
	position:absolute;
	width:881px;
	top:0;
}
#top {
	width:881px;
	position:absolute;
	top:0px;
	left:0px;
	height:123px;
	background-image:url(../images/site/top.jpg);
}
#menuediv {
	width:847px;
	position:absolute;
	top:123px;
	left:0;
	padding-left:17px;
	padding-right:17px;
	height:31px;
	background-image: url(../images/site/menuebg.jpg);
}
#content {
	width:847px;
	position:absolute;
	top:154px;
	left:0;
	height:294px;
	padding-left:17px;
	padding-right:17px;
	background-image:url(../images/site/contentbg.jpg);
	background-repeat:no-repeat;
}
#inhalt {
	width:790px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}


/*Restlichen Divs*/
#adresse {
	width:360px;
	float:left;
}
#kontakt {
	width:420px;
	float:left;
}
#pr {
	width:380px;
	float:left;
	height:100px;
	background-color:#eeeeee;
	border-right:3px solid #1575B1;
	border-bottom:1px solid #1575B1;
	margin-right:10px;
	margin-bottom:10px;
}

#text {
	width:500px;
	float:left;
	margin-right:20px;
}
#ausland {
	width:255px;
	border-left:1px solid #1575B1;
	padding-left:5px;
	float:left;
}
