@import url(resetclearfix.css);
@import url(lightbox.css);

body {
	background:#121212;
	text-align:center;
	font:12px "Arial";
	color:#414141;
}

td {
	font:12px "Arial";
	color:#414141;
}

a {
	color:#304999;
}

h1 {
	margin-bottom:0.5em;
	font-size:25px;
        color: #006cb3;
}

hr {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    height: 1px;
}

div#main {
	margin:0 auto;
	width:864px;
	text-align:left;
}
	div#header img {
		margin-top:26px;
		width:452px;
		height:130px;
	}

    div#header_home {
            background:url(/images/header/home.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_overmofo {
            background:url(/images/header/overmofo.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_links {
            background:url(/images/header/links.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_locaties {
            background:url(/images/header/locatie.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_fotoboek {
            background:url(/images/header/fotoboek.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_contact {
            background:url(/images/header/contact.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_spare {
            background:url(/images/header/spare.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_snowlessen {
            background:url(/images/header/snowlessen.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_freeride {
            background:url(/images/header/freeride.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_freestyleheavy {
            background:url(/images/header/freestyleheavy.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_carveclinic {
            background:url(/images/header/carveclinic.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_agenda {
            background:url(/images/header/agenda.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_freestylebasic {
            background:url(/images/header/freestylebasic.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_lawine {
            background:url(/images/header/lawine.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

    div#header_nieuws {
            background:url(/images/header/nieuws.jpg);
            margin-top: 40px;
            width:864px;
            height:337px;
    }

div#menu {
        background: url(/images/menu_bg.jpg);
        width: 864px;
        height: 48px;
}
	
div#menu ul {
}

div#menu li {
        margin-top: 7px;
        float:left;
}

div#menu ul a {
        display:block;
        margin-left:7px;
        height:41px;
        text-decoration:none;
}
	
	a#home {
		background:url(/images/home_off.gif);
                width:108px;
	}
	a#home:hover {
		background:url(/images/home_on.gif);
                width:108px;
	}
	
	a#over_mofo {
		background:url(/images/over_mofo_off.gif);
                width:158px;
	}
	a#over_mofo:hover {
		background:url(/images/over_mofo_on.gif);
                width:158px;
	}
	
	a#locaties {
		background:url(/images/locaties_off.gif);
                width:136px;
	}
	a#locaties:hover {
		background:url(/images/locaties_on.gif);
                width:136px;
	}
	
	a#mofoboek {
		background:url(/images/mofoboek_off.gif);
                width:152px;
	}
	a#mofoboek:hover {
		background:url(/images/mofoboek_on.gif);
                width:152px;
	}
	
	a#contact {
		background:url(/images/contact_off.gif);
                width:131px;
	}
	a#contact:hover {
		background:url(/images/contact_on.gif);
                width:131px;
	}
	a#links {
		background:url(/images/links_off.gif);
                width:108px;
	}
	a#links:hover {
                background:url(/images/links_on.gif);
                width:108px;
	}

div#holder {
	width:864px;
	background:#FFF;
        padding-bottom: 20px;
}

div#submenu {
        background: #f0f0f0;
	float:left;
	width:173px;
        border: 1px solid #aaaaaa;
        margin: 29px 0px 0px 17px;
}

	div#submenu ul {
	}
	
	div#submenu ul ul {
		margin:0;
	}

	div#submenu li {
		margin:0px 12px 0px 12px;
                color: #006bb2;
                padding: 8px 0px 8px 0px;
	}

            div#submenu li li {
                    margin:0px 0px 0px 12px;
            }

            div#submenu li.menuborder {
                border-bottom: 1px solid #c2c2c2;
            }
	
	div#submenu a {
		text-decoration:none;
		font-weight:bold;
                color: #006bb2;
	}
	
	div#submenu li li a {
		font-weight:normal;
	}
	
	div#submenu a:hover, div#submenu a.active {
		color:#304999;
	}

div#content {
    margin-left: 25px;
	float:left;
	width:630px;
    margin-top: 29px;
}

div#content_padding {
	padding-right:10px;
        padding-bottom: 20px;
}

div#content_padding img {
    padding: 3px;
    border: 1px solid #c2c2c2;
}

    div#content_padding img.noborder {
        padding: 0px;
        border: none;
    }

div#contactfooter {
	width:864px;
    height: 28px;
	background:url(/images/footer.jpg) no-repeat;
    color: #fff;
    font-size: 21px;
    padding: 15px 0px 5px 14px;
}

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

div.slideshow {
    width: 864px;
    height: 157px;
}

.slideshow .slide {
}

div#footer {
	width:864px;
	padding-top:20px;
	padding-bottom:20px;
}

	div#footer, div#footer a {
		font-size:11px;
		color:#fff;
		text-decoration:none;
	}

.agendatitel {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.overviewdatetimefont {
	text-align:left;
	padding-left:5px;
}

.overviewlefttable, .overviewrighttable {
	margin-top:15px;
	margin-bottom:5px;
}

#admium {
    float: right;
}

    #admium a:link, #admium a:visited, #admium a:active {
        text-decoration: underline;
    }

    #admium a:hover {
        text-decoration: none;
    }
