@charset "UTF-8";
/* CSS Document */

html {
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:12px;
}

body {
	/*text-align: center;*/
	padding:0;
	margin:0;
}

#main {
	position:relative;
	width: 955px;
	height: 600px;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	/*margin-left:auto;
	margin-right:auto;*/
	text-align: left;		/* Da der Internet-Explorer sonst seite und inhalt zentriert */
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border:1px solid #E4E5E7;
}

#header {
	position:absolute;
	height:99px;
	width:100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	position:absolute;
	top:100px;
	height:500px;
	width:100%;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	height:60px;
	width:100%;
}

#footer #anschrift {
	position:absolute;
	left:240px;
	top:10px;
	width:691px;
	height:15px;
	background-image: url(../images/footer-anschrift.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #tel {
	position:absolute;
	left:591px;
	top:25px;
	width:225px;
	height:23px;
	background-image: url(../images/footer-tel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #email {
	position:absolute;
	left:816px;
	top:25px;
	width:114px;
	height:22px;
}
