/* CSS Document */

body {
	background-image: url(images/Saxofoonles_bg.jpg);
	background-repeat: no-repeat;
	background-color: #0E1E22;
	font-family: Verdana, Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

div#wrapper {
   	margin-left: 199px;
	width: 756px;
}

/*HEADER*/
div#top {
    background: url(images/top_bg.jpg) 0 0 no-repeat;
   	width: 756px;
	height: 156px;
}

div#logo {
	background: url(images/saxofoonles_titel.gif) 0 0 no-repeat;
    position: absolute;
	left: 341px;
	top: 95px;
	width: 437px;
	height: 61px;
	
}

/*CONTENT*/
div#main_wrapper {
    background: url(images/main_bg.jpg) 0 0 repeat-y;
   	width: 756px;
	height: auto;
	
}

div#nav {
	background: url(images/nav_bg.jpg) 0 0 no-repeat;
    position: relative;
	margin-left: 0;
	margin-top: 0;
	width: 171px;
	height: 153px;
	
}

div#titel {
	position: relative;
	margin-left: 431px;
	margin-top: -153px;
	width: 149px;
	height: 24px;
	
}

div#content {
	position: relative;
	margin-left: 175px;
	margin-top: 20px;
	margin-bottom: -15px;
	width: 513px; /*330*/
	height: auto;
	padding-bottom: 10px;
}

.adimg {
	margin-top: -40px;

}

/*FOOT*/
div#foot {
    background: url(images/foot_bg.gif) 0 0 no-repeat;
   	width: 756px;
	height: 88px;
	margin-top: 0;

	
}

.clr {
	clear: both;
}

h1 {
	padding: 0;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica ,Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
	color: #214654;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	margin-bottom: 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica ,Arial,sans-serif;
	color: #214654;
	text-align: left;
}

.contenttekst {
	margin-right: 50px;

}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #214654;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #3A6700;
}

