body {
    background-color:#CCC;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
    color: #F60;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    color: #F60;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
    color: #F60;
}

table.winkel {
    margin-bottom: 18px;   
}

.winkel td {
    border-bottom: 1px solid #06C;
}

p {
    margin-bottom: 18px;
}

a {
    text-decoration: none;
    color: #03C;
}

a:hover {
    color: #F60;
}

img {
    margin-bottom: 18px;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 30px;
	clear:both;
        border-top: 1px solid #06C;
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 9px;
        } 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#header {
    background-color: #03C;
    background-image: url(../img/gradient_header.gif);
    background-repeat: repeat-x;
    height: 128px;
    position: relative;
}

#logo {
    margin: 8px;
}

#titel {
        position: absolute;
	bottom: 8px;
	left: 10px;
	color: #FFF;
	font-size: 36px;
        line-height: 36px;
}

#titel span {
	color: #F60;
	font-size: 40px;
	font-weight: bold;
}

#titel a {
    text-decoration: none;
    color: #fff;
}

#titel a:hover {
    color: #F60;
}

#content {
    padding: 25px 50px 100px 25px;
}

#navigation {
    width: 100%;
    height: 24px;
    background-color: #03C;
}

#nav, #nav ul {
}

#nav a {
	display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        margin: 3px 15px 3px 25px;
        
}

#nav a:hover {
        color: #F60;        
}




#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
        width: 80px;
	left: -999em;        
        margin-left: 20px;
}

#nav li ul li {
	background-color: #93a5d9;
        width: 80px;
}

#nav li ul li a {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    margin: 0px 5px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

li#jaar {
}

li#jaar a {
    color: #F60;
    text-transform: uppercase;
}

li#jaar a:hover {
    color: #fff;
}




