div{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-image:url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-color:#0A418B;
	font-family:tahoma,arial;
	font-size: 15px;
}

h1{
	font-size: 20px;
	font-family: tahoma, arial;
	margin-top: 15px;
}

#main-container{
	margin: 0px;

	width: 100%;
}

#top .center{
	height: 290px;
	width: 917px;
	background-image:url(../gfx/schwimmbad.jpg);
}


#content .left{
	width: 33px;
	height: 400px;
	float: left;
} 

#content .center{
	width: 884px;
	height: auto;
	min-height: 400px;
	overflow: show;
	background-image:url(../gfx/middle.gif);
	float: left;
} 


#bottom {
	background-position:bottom;
	background-repeat:y-repeat;
	background-image:url(../gfx/bottom-bg.jpg);
	width: 100%;
	float: left;
}

#bottom .center{
	width: 940px;
	background-position:left;
	background-image:url(../gfx/bottom.jpg);
	background-repeat:no-repeat;
	height: 218px;
	float: left;
}

#bottom .right{
	background-position:left;
	background-image:url(../gfx/bottom-bg.jpg);
	height: 100px;
	float: left;

}

#menu{
	width:166px;
	background-color: #E5E5E5;
	margin-left:39px;
	float:left;
	display:inline;
}

.main-content{
	float: left;
	width: 573px;
	display: inline;
	padding-left: 15px;
	padding-right: 0px;
}

.right-gfx{
	float:right;
	display: inline;
}
.style-image{
	padding: 0px;
	margin: 0px;
}

.clearer{
	clear: both;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.leftnav a{
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
	font-size: 15px;
	font-style: bold;
}

.leftnav1 a{
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
}

.leftnav2 a{
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
	font-size: 15px;
}

.leftnav {
	margin-top: 5px;
        margin-bottom: 6px;
	border-bottom: solid 1px;
	border-color: #45A247;
	padding-left: 5px;
}

.leftnav1 {
	margin-top: 5px;
        margin-bottom: 6px;
	border-bottom: solid 1px;
	border-color: #45A247;
	padding-left: 15px;
}

.leftnav2 {
	margin-top: 5px;
        margin-bottom: 6px;
	border-bottom: solid 1px;
	border-color: #45A247;
	padding-left: 25px;
}

a {
        text-decoration: none;
        color: #046706;
}
