body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/bgr.png);
	background-repeat: repeat-x;
	background-color: #225289;
	margin: 0;
	padding: 0;
}

a {
	color: #0041e1;
}

h1 {
	font-size: 16px;
	color: #0041e1;
}

h2 {
	font-size: 14px;
	padding: 5px 0px 5px 0px;
} 

p {
	margin: 0;
	padding: 0;
}

#header {
    background-image:url(images/header-pool-ueberdachung-com.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    width: 100%;
    min-width: 1000px;
    height: 362px;
    z-index:-100;
    position: relative;
}

#main {
    width: 100%;
    min-width: 1000px;
    position: relative;
	margin: 0;
	padding: 0;	
}

#content {

	width: 722px;
	background-color: #E8E8E8;
    position: relative;
	margin: -80px 0px 0px -52px;
	padding: 0px;
	text-align: left;
}

#text {

	width: 652px;
	background-color: none;
    position: relative;
	text-align: left;
	margin: 0px 0px 0px 35px;
}

#footer {

	width: 722px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
    position: relative;
	margin: 0px 0px 0px -52px;
	padding: 20px 0px 20px 0px;
	text-align: right;
	color: #639cdd;
}

#footer a {

	color: #639cdd;
	text-decoration: none;
}

#footer_left {

        float: left;
}