*{
	margin: 0;
	padding: 0;
	}
	
img, fieldset{
	border: 0 none;
	}
	
	
body{
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 100%;
	color: #005d7c;
	}

a{
	color: #005d7c;	
	text-decoration: underline;
	}

#container{
	width: 990px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	}


#headerContainer{
	width: 100%;
	background: url(../img/header_bg.gif) repeat-x top left;
	}

#logo{
	position: absolute;
	top: 20px;
	left: 0px;
	}
	
#header{
	width: 990px;
	position: relative;
	margin: 0 auto;
	text-align: left;	
	height: 120px;
	}

#header a{
	text-decoration: none;
	}
		
p.functData{
	text-align: right;
	padding: 5px 0 0 0;
	color: #f37817;
	}
	
#content ul.flashMessenges{
	margin: 0 0 2em 0;
	list-style: none;
	padding: 10px;
}

#content p.formError{
	width: 700px;
	margin: 0;
	color: red;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
	margin: 10px 0;
}

#content ul.errors{
	margin: 5px 0 0 0px;
	color: red;
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
	background: #FFE390;
	padding: 5px;
}

#content ul.errors li{
	margin: 5px 0 5px 0px;
}

/*************************************** nav */

#nav{
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 0%;
	font-family: Georgia, serif;
	font-size: 20px;
	}

#nav li{
	float: left;
	margin-right: 10px;
	}
	
#nav li a{
	color: #004875;
	display: block;
	padding: 10px 20px;
	background: url(../img/nav_li_bg.gif) repeat-x top left;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	}

#nav li a:hover, #nav li a.selected{
	color: #fff;
	background: #11adc0;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	}

#nav li a.selected{
	color: #11adc0;
	background: #fff;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	}


/*******************************************/


#subNav{
	list-style-type: none;
	font-family: Georgia, serif;
	font-size: 18px;
	border-bottom: 1px solid #D1EDEF;
	float: right;
	}
	
#subNav li{
	float: left;
	margin-left: 5px;
	}

#subNav li a{
	padding: 7px 15px;	
	display: block;
	text-decoration: none;
	background: url(../img/nav_li_bg.gif) repeat-x top left;
	}

#subNav li a:hover{
	color: #fff;
	background: #11adc0;
	}
		
#subNav li a.selected{
	background: #D1EDEF;
	}
				
/*******************************************/

p{
	margin: 0 0 1em 0;
}

#content ul.btn{
	list-style-type: none;
	margin: 0 0 30px 0;
	clear: both;
		}	
	
#content ul.btn li{
	display: inline;	
	font-weight: normal;
	font-size: 18px;
	margin-left: 15px;
	font-family: Georgia, serif;	
	text-align: left;
	height: 40px;
	}


#content ul.btn li a{
	text-decoration: none;
	color: #fff;
	}

#content ul.btn li a:hover{
	text-decoration: none;
	color: #fff;
	}
	
	
#content ul.btn li a span{
	background: #ffe081 url(../img/h1_bg.gif) repeat-x bottom left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 6px 15px 6px 15px;	
	border: 1px solid #f37817;
	}
	
#content ul.btn li a:hover span{
	background: #f37817;
	}

h2{
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	color: #f37817;
	font-family: Georgia, serif;	

	}		
/*******************************************/
	
input{
	padding: 3px 4px;	
	color: #005d7c;
	font-size: 13px;
	/*width: 700px;*/
	}

input.hidden, input.checkbox, input.radio{
	width: auto;
}

label.radio, label.checkbox{
	margin: 0 1em 0 0;
	display: block;
	padding: 0 0 4px 0;
}

form.maakNieuwsbrief label.checkbox, form.maakNieuwsbrief label.radio{
	font-size: 13px;
	margin: 0;
	color: #005D7C;
	font-family:Lucida Grande,Arial,Helvetica,sans-serif;
	padding: 0 0 4px 0;	
	}

label.radio input.radio, label.checkbox input.checkbox{
	margin: 0 .25em 0 0;
}

#content{
	margin-top: 40px;
	}
	
#content ul{
	margin: 1em 0 2em 2em;
	}	
/***********************************************/


	
table {
	border-collapse: collapse;
	background: #D1EDEF;
	width: 100%;
	color: #008fa0;
	margin: 0;
	padding: 0;
	float: left;
	}
	
table a{
	text-decoration: none;
	color: #008fa0;		
	}	
	
table a:hover{
	color: #43d9eb;
	
	}

table td.naam{
	font-weight: bold;
	}	

table td.numeric{
	text-align: right;
	}	

table td.total{
	font-weight: bold;
	color: #005D7C;
	background: #E2F7F9;	
	}

table td.totalNr{
	font-weight: bold;
	color: #005D7C;
	background: #E2F7F9;	
	}

table td.last{
	border-bottom: 2px solid #fff;
	}	

		
table td.naam a{
	border-bottom: 1px solid #008fa0;
	color: #005D7C;		
	}	
	
table td.naam a:hover{
	border-bottom: 1px solid #008fa0;
	color: #008fa0;		
	}

table.nieuwsbrievenLijst{
	margin-bottom: 20px;
	}	
	
table#subscribersTable.nieuwsbrievenLijst{
	margin-bottom: 0px;
	}		
	
th{
	text-align: left;
	padding: 8px 10px;
	color: #fff;
	border-bottom: 2px solid #fff;
	background: #41A4AF;
	font-weight: normal;
	}		
td {
	vertical-align: top;
	border-bottom: 1px solid #e2f7f9;
	padding: 8px 10px;
	margin: 0;
	}

form.maakNieuwsbrief label{
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	color: #f37817;
	font-family: Georgia, serif;	
	}

table.nieuwsbrievenLijst a{
	}

table.nieuwsbrievenLijst a:hover{
	}
			
table.nieuwsbrievenLijst{

	}
	
table.nieuwsbrievenLijst td{
	
	}
	
.formElement{
	/*background: #D1EDEF;*/
	width: 700px;
	margin: 5px 0 15px 0;
	}	

.formElement input.text{
	width: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}	

fieldset{
	margin: 0 0 20px 0;
	background: #D1EDEF;
	width: 700px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0 15px 15px 15px;
	}

fieldset legend{
	font-weight: bold;
	color: #f37817;
	margin-bottom: 25px;
	font-size: 14px;
	}

	
p.hint{
	font-style: italic;
	font-size: 11px;
	color: #f37817;
	margin: 0;
	
	}
			
.titleInput{
	}	

fieldset#fieldset-submitBtn{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: none;
	margin: 0;
	}

.submitBtn{
	background: #ffe081 url(../img/nav_li_bg.gif) repeat-x bottom left;
	font-family: Georgia, serif;
	font-size: 18px;	
	font-weight: normal;
	padding: 6px 10px 6px 10px;	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 20px 0 20px 0px;
	border: 1px solid #008FA0;
	color: #fff;
	}

.zoekInput{
	font-size: 14px;	
	padding: 6px 45px 6px 10px;
	float: right;
	margin: 40px 0 0px 0px;
	background: url(../img/zoek.png) no-repeat top right;
	color: #008FA0;
	width:  400px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	}			
	
form .zoekInput{
	margin-top: -20px;
	margin-bottom: 10px;
} 	

form{
	clear: both;
	}
p.zoek{
	float: right;
	width: 500px;
	}	

div.acties{
	background: #fff;
	color: #004875;	
	font-size: 12px;
	width: 100%;
	float: left;
	clear: right;
	margin-bottom: 10px;
	}	
		
p.pager{
	float: right;
	padding: 15px 15px 15px 0;
	text-align: right;
	width: 40%;
	}	

p.viewer{
	float: left;	
	text-align: left;
	padding: 23px 0 0px 8px;
	margin: 0;
	font-size: 11px;
	color: #41A4af;
	}	

p.wis{
	margin: 0;
	padding: 0;
	}
p.wis a{
	background: url(../img/trash.png) no-repeat top left;	
	display: block;
	width: 21px;
	height: 21px;
	}

p.wis a:hover{
	background: url(../img/trash_over.png) no-repeat top left;	
	}

p.wis span{
	display: none;
	}

/************************************************  pagination */

/**************** pagination */

.pagination {
	margin: 8px 8px 4px 8px;
	/*height: 20px;*/
	float: right;
	font-size: 11px;
}

.pagination ul {
	list-style-type: none;
}

.pagination li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.pagination li a {
	color: #008FA0;
	background: #D1EDEF;
	padding: 4px 6px;
	border: 1px solid #d9f5f8;
	text-decoration: none;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.pagination li a:hover {
	background: #008FA0;
	color: #fff;
}

.pagination li.nolink {
	color: #CCC;
	padding: 3px 6px;
}

.pagination li.current {
	color: #FFF;
	padding: 4px 6px 4px 6px;
	background: #004875;
	border: 1px solid #004875;
}

.pagination li.next, .pagination li.last{
	padding: 0px 0px 0px 0px;
	color: #41A4af;

}

.pagination li.prev, .pagination li.first {
	padding: 4px 0px 0px 0px;
	color: #41A4af;

}

.pagination li.next a, .pagination li.last a, .pagination li.prev a, .pagination li.first a{
	padding: 4px 6px 4px 6px;
}


div.menu{
	margin-bottom: 10px;
	}

div.menu a.selected, div.menu a:hover {
	color: #F37817;
	}


select#subscriber-list-id{
	font-size: 13px;
	color: #005D7C;
	padding: 2px 6px 2px 2px;
	}

select#subscriber-list-id option{
	font-size: 13px;
	padding: 0 0 0 5px;
	color: #005D7C;
	}


/****************************************************/


/********************************************** fixes voor explorer 6 en 7 */		
.clearfix{
	clear: both;
	}	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
	
