/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.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 */

/* end Floatfix*/

body{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	background: #b40500;
}

img{
	border: none;
}

h1{
	color: #b40500;
	font-size: 16px;
}
a{
	color: #b40500;
	text-decoration: none;
}

#top{
	width: 760px;
	margin: 2px auto 5px;
	text-align: left;
}
#top a{
	color: #fff;
	margin: 0 10px 0 0;
	float: left;
}

#top p{
	display: inline;
	float: left;
}


#top ul{
	list-style: none;	
	width: 60px;
	float: right;
	margin-right: 8px;
}

/*
* html #top ul{
	list-style: none;	
	width: 60px;
	position: absolute;
	float: right;
	margin: 0 0 0 565px;
}
*+html #top ul{
	list-style: none;	
	width: 60px;
	position: absolute;
	float: right;
	margin: 0 0 0 565px;
}*/

#top ul li{
	display: inline;
}

#top ul li a{
	margin: 0;
}

#header{
	background: url(../img/bgheader.jpg) no-repeat;
	width: 760px;
	height: 101px;
	margin: 2px auto 0;
	text-align: right;
	overflow: hidden;
}
#header #home{

	display: block;

	width: 760px;

	height: 0px;

	padding: 100px;

}

/*Left in 2 of 3 kolommen*/
.left{
	width: 121px;
	float: left;
	color: #b40500;
	padding: 12px 8px 0 8px;
}

.left a{
	color: #b40500;
}
#sorteren form select{
	margin: 2px 0 7px 0;
}

/*1 kolom*/
#columnone{
	width: 770px;
	margin: 0 auto 0;
	
}

/*2 kolommen*/

#columntwo{
	width: 760px;
	margin: 5px auto 0;
	background: #fff;
}

.wrap{
	background: url(../img/bgtwowrap.gif) repeat-y 0 0;
}

.main{
	margin: 0 0 0 6px;
	width: 601px;
	float: left;
	padding: 12px 8px 0 8px;	
}
.main h1{
	border-bottom: 3px solid #b40500;
	width: 601px;
	margin: 0 0 10px 0;
}
* html .main{
	width: 590px;
}

#profielfoto{
	width: 200px;
	height: 150px;
}
.cam{
	width: 100px;
	float: left;
}	
.stats{
	width: 380px;
	float: right;
}
.stats ul{
	list-style: none;
	margin: 0 0 10px 0;
}
.stats ul li span{
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
.stats h2{
	clear: both;
	font-size: 11px;
}
.stats p{
	margin: 5px 0 10px 0;	
}
#fotokop{
	clear: both;
	color: #b40500;
	font-size: 13px;
	border-bottom: 1px dotted #b40500;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}
#info{
	margin: 0 0 10px 0;
}
.gallpic{
	margin: 0 7px 7px 0;
	display: block;
	float: left;
}
#inbellen{
    text-align:center;
}
#inbellen table{
    margin: 10px auto 0 auto;
}

#inbellen .lbl{
    width: 100%;
    text-align: center; 
}
#inbellen h1{
	border-bottom: 1px dotted #b40500;
}
#inbellen h2{
	margin: 0.5em 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #b40500;
}
#inbellen span{
	color: #b40500;
}
#inbellen form{
	margin: 10px 0;
}
#inbellen #code{
	width: 50px;
}
#inbellen a{
	
}

/*3 kolommen */

#columnthree{
	width: 760px;
	margin: 5px auto 0;
	background: #fff;
}

#columnthree .wrap{
	background: url(../img/bgthreewrap.gif) repeat-y 0 0;
}


#columnthree .main{
	margin: 0 0 0 6px;
	width: 381px;
	float: left;
	padding: 12px 8px 0 8px;	
}
#columnthree .main h1{
	border-bottom: 3px solid #b40500;
	width: 381px;
	margin: 0 0 10px 0;
}

#columnthree .camnav{
	color: #d288af;
	margin: 0 0 10px 0;
	color: #000;
}
#columnthree .camnav p{
	text-align:center;
}

#columnthree .camnav form{
	float: right;
	position: relative;
	top: -3px;
}

#columnthree .camnav form select{
	border: 1px solid #000;
}

#columnthree .right{
	width: 198px;
	float: right;
	padding: 12px 8px 0 8px;	
}

#columnthree .right h1{
	border-bottom: 3px solid #b40500;
	width: 198px;
}

#camsites ul{
	margin: 10px 0;
	list-style: none;
	border-top: 1px solid #b40500;
}
#camsites ul li a{
	display: block;
	width: 171px;
	height: 22px;
	background: #960a06;
	border-bottom: 1px solid #b40500;
	border-right: 1px solid #b40500;
	border-left: 1px solid #b40500;	
	padding: 4px 0 0 25px;
	color: #fff;
}
#camsites ul li a:hover{
	display: block;
	width: 171px;
	height: 22px;
	background: #de0e08;
	border-bottom: 1px solid #b40500;
	border-right: 1px solid #b40500;
	border-left: 1px solid #b40500;	
	padding: 4px 0 0 25px;
	color: #fff;
}

/*Onderdelen*/

#puredutch{
	margin: 0 0 10px 0;
}

/*top10*/
#top10{
	margin: 10px 0;
	border-bottom: 3px solid #b40500;	
	color: #000;
}
#top10 ol{
	margin: 10px 0 10px 0;
	color: #269cd9;	
	list-style-position: inside;
}
#top10 h1{
	border-bottom: 3px solid #b40500;
	width: 121px;
	margin: 0 0 5px 0;
}

/*webmasterpromodiv*/
#webmasterpromodiv p{
	margin: 0 0 10px 0;
	color: #000;
}

/*Zoeken en RSS boven overzicht*/
#zoekrss{
	width: 100%;
	margin: 0 0 5px 0;
}
#zoek{
	float: left;
}
#ctl00_ctl00_content_CenterContent_visibleContent_btnSearch{
	position: relative;
	top: 3px;
}
#rss{
	float: right;
	padding: 4px 0 0 0;
}
/*Cam overzicht*/
#columnthree table .cam{
	width: 119px;
	padding: 0;
	margin: 0;
}
#columnthree .row{
	width: 376px;
	height: 138px;
	margin: 0 auto 10px;
}
#columnthree .cam{
	float: left;
	width: 119px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0 6px 0 0;
	height: 138px;
}
#columnthree .cam a .camplaatje{
	display: block;
	margin: 5px auto 6px;
}
#columnthree .icons{
	width: 108px;
	text-align: right;
}
#columnthree .icons img{
	display: inline;
	margin: 0;
}


/*Topcammer*/
#topcammer{
	border-bottom: 3px solid #b40500;
	padding: 0 0 5px 0;
}
#topcammer img{
	width: 180px;
	margin: 0 0 5px 0;
}

#topcammer h1{
	margin: 0 0 10px 0;
}
#topcammer a{
	color: #b40500;
}

#footer{
	width: 760px;
	margin: 10px auto 0;
	text-align: center;
	color: #fff;
}

#footer a{
	color: #fff;
}

#inbellen .lbl
{
    width: 100%;
    text-align: center; 
}

.camnav .lbl
{
    display:inline-block;
    float: none;
    width: 150px;
    text-align: left;
}


.highlight
    {
        margin: 0 0 6px 0;
        background-color:#EEEEEE;
    }
    
    .nohighlight
    {
        margin: 0 0 6px 0;
        background-color:Ivory;
    }
    
.lbl
{
    display: block;
    text-align: right;
    float: left;
    width: 125px;
    margin-right: 5px;
}

fieldset
{
    margin-bottom: 1em;
    padding: 1em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    
}

legend
{
    font-size: 1.3em;
}

* html legend
{
    padding: 0.5em;
}

.ddl
{
    font-size: 1em;    
    margin: 2px 2px 4px 0px;
    width: 146px;
}

#companypanel
{
    display: none;    
}

#ibanpanel
{
    display: none;    
}

textarea
{
    margin: 0 0 6px 0;
    height: 100px;    
}

div#warning
{
    color: #FF0000;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

div#warningok
{
    color: #00B700;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.imgfloatleft
{
    float: left;
    display: inline;
    margin: 0 5px 0 0;
}

.modalBackground
    {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
    .modalPopup
    {
        width: 768px;
        height: 576px;
        text-align: center;
    }
    .imgpopup
    {
        max-width: 90%;
        max-height: 90%;
        margin-left: auto;
        margin-right: auto;
    }

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.paymentinput
{
	width: 50px;	
}

.paymentbutton
{
	width: 50px;	
}

#newflashpanel
{
    background-color: yellow; 
    
}
