@import url("http://www.bergrecreatie.nl/media/css/frontpage.css");
@import url("http://www.bergrecreatie.nl/media/css/content.css");
 
#calendartable td.aankomstdag {
    background: #FEC959;
}

#calendartable td.aankomst {
    background-image: url("../img/cal_half.gif");
	background-position: top right;
    background-repeat: no-repeat;
}

#calendartable td.vertrek {
    background-image: url("../img/cal_half.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#calendartable td.midden, table.prijzentabel td.midden {
    background-color: #0089A3;
    color: #fff;
}

#calendartable td.hoog, table.prijzentabel td.hoog {
    background-color: #42C4DD;
    color: #fff; 
}

#calendartable td.laag, table.prijzentabel td.laag {
    background-color: #004956;
    color: #fff;
}

#calendartable td.bezet {
    color: #FFD0D0;
    background: #F00;
}

table.prijzentabel td {
	border: 1px solid #fff;
}

#main {
    position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	border: 4px solid #f5f5f5;
	border-top: none;
}

#mainmenu {
	    position: absolute;
    left: 10px;
}

#mainmenu li {
    display: block;
    float: left;
    margin-left: 7px;
    padding-right: 7px;
    border-right: 1px solid #fff;
}

#mainmenu li.active a {
    color: #ffbc16;
}

#mainmenu li.last {
    border: 0;
}

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

#mainmenu li a:hover {
    color: #ffbc16;
	text-decoration: underline;
}

#footer {
    clear: both;
    background: url("../img/bgbottom.jpg") top left no-repeat;
    height: 22px;
    padding-top: 3px;
    padding-left: 10px; 
}

    #footer span {
        float: right;
        margin-right: 10px;
        color: #ffbc16;
        font-weight: bold;
    }
    
    #footer span strong {
        color: #FF6800;
        font-weight: bold;
        margin-left: 0px;
		margin-right: 9px;
    }
    
	#footer span img {
		position: absolute;
		right: 120px;
		bottom: 0px;		
	}
	
    #footer h2 {
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }
	
	#nieuwsholder {
		overflow: hidden;
		height: 20px;
		position: absolute;
		bottom: 2px;
		left: 60px;
	}
	
	#nieuwsholder ul {
		margin-left: 10px;
		position: relative;
		top: 0px;
	}
	
	#nieuwsholder li {
		display: block;
	}
	

