/******************************
	BODY & CONTAINERS
******************************/

body {
	background-image: url(../images/bg-body.gif);
	background-color: #00adef;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	color: #333333;
}

img{
	border: 0px;
}

#container {
	width: 732px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 20px;
}

/******************************
	TYPOGRAPHY
******************************/

a:link, a:visited, a:active{
	color: #00adef;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

strong{
	font-weight: bold;
	color: #00adef;
}

.subtitle{
	font-size: 12px;
	font-weight: bold;
	color: #00adef;
	margin-bottom: 10px;
}

/******************************
	FORMS
******************************/

form{
	margin: 0;
	padding: 0;
}

.formLijn {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	height: 27px;
	width: 400px;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.formLijn2 {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	height: 27px;
	width: 400px;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.formVeld {
	width: 110px;
	float: left;
	margin-right: 15px;
	height: 27px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 3px;
}

.input {
	background-color: #ffffff;
	border: 1px solid #00adef;
	font-size: 11px;
	padding: 2px;
	width: 200px;
	color: #333333;
}

.button {
	background-color: #00adef;;
	border: 0px;
	color: #ffffff;
	font-size: 10px;
	padding: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

/******************************
	TOP
******************************/

#nav{
	width: 731px;
	height: 56px;
	margin: 0px;
}

#nav_imageviewer{
	width: 731px;
	height: 163px;
	margin-bottom: 2px;
	margin-top: 10px;
}

#nav_line{
	width: 731px;
	height: 2px;
	margin-bottom: 2px;
	margin-top: 10px;
	background-color: #00adef;
}

*html #nav_line{
	display: none;
}

h1{
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	cursor: pointer;
	width: 179px;
	height: 53px;
	background: url(../images/logo.gif);
}

h1 span{
	display: none;
}

#aanspreking{
	width: 500px;
	text-align: right;
	float: right;
	margin-top: 33px;
	margin-right: 10px;
}

#aanspreking_alt{
	width: 400px;
	text-align: right;
	float: right;
	margin-top: 53px;
	margin-right: 10px;
}

/******************************
	MIDDLE
******************************/

.text{
	padding: 15px;
	padding-left: 0px;
	width: 480px;
	text-align: justify;
}

/******************************
	SIDEBAR
******************************/

.sidebar{
	margin-top: 15px;
	width: 204px;
}

.block{
	margin-bottom: 25px;
	margin-top: 5px;
}

.item{
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 3px 7px;
	font-size: 11px;
	line-height: 15px;
	width: 315px;
}

.item a:link, .item a:active, .item a:visited{
	color: #333333;
	text-decoration: none;
}

.subitem a:link, .subitem a:active, .subitem a:visited{
	color: #666666;
	text-decoration: none;
}

.item a:hover, .subitem a:hover{
	text-decoration: underline;
}

.subitem{
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 3px 7px;
	font-size: 11px;
	line-height: 15px;
	width: 150px;
	margin-left: 13px;
}

.doc{
	background-image: url(../images/icon_doc.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	padding-left: 19px;
	width: 173px;
}

/******************************
	RIGHT
******************************/

.current{
	font-size: 11px;
	font-weight: bold;
}

.rightitem{
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 3px 7px;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	clear: both;
	height: 16px;
	margin-bottom: 2px;
	background-image: url(../images/bullet.gif);
	background-position: 7px 8px;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.linkitem{
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 3px 7px;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	clear: both;
	margin-bottom: 5px;
	background-image: url(../images/bullet.gif);
	background-position: 7px 8px;
	background-repeat: no-repeat;
	padding-left: 19px;
}

.groter{
	height: 30px;
}

.rightitem .name{
	float: left;
}

.rightitem .function{
	color: #00adef;
	float: right;
}

.rightitem a:link, .rightitem a:active, .rightitem a:visited{
	color: #333333;
	text-decoration: none;
}

.rightitem a:hover{
	text-decoration: underline;
}

.functiontitle{
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.foto{
	float: left;
	margin: 3px 10px 5px 0;
	border: 6px solid #00adef;
}

/******************************
	FOOTER
******************************/
	
#footer{
	background: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	width: 715px;
	height: 23px;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 8px 5px 8px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/******************************
	COMMON USED
******************************/

.clear{
	clear: both;
}

.blauw{
	color: #00adef;
}

.left{
	float: left;
	margin-left: 15px;
}

*html .left{
	margin-left: 7px;
}

.right{
	float: right;
	margin-right: 5px;
}


#homeleft{
	width: 350px;
}

#homeright{
	width: 334px;
}

/******************************
	BEHEER
******************************/

#nobg {
	background-image: none;
	background-color: #ffffff;
	padding: 5px;
}

.beheerformLijn {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	min-height: 27px;
	width: 700px;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.beheerformLijn2 {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1px;
	height: 27px;
	width: 700px;
	margin-top: 2px;
	float: left;
	padding-top: 3px;
}

.beheerformVeld {
	width: 130px;
	float: left;
	margin-right: 15px;
	height: 27px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 3px;
}

.beheerinput {
	background-color: #ffffff;
	border: 1px solid #00adef;
	font-size: 11px;
	padding: 2px;
	width: 500px;
	color: #333333;
}

.groter2{
	height: 68px;
}

/* EDITZONE */

.edit{
	background-color: #ececec;
	padding: 5px 15px 5px 12px;
	margin-bottom: 10px;
}

.edit_type2{
	padding: 7px 15px 3px 5px;
	margin-top: 8px;
	background-image: url(../images/dotborder.gif);
	background-repeat: repeat-x;
}

.edit_type3{
	padding: 7px 15px 3px 5px;
	margin-top: 8px;
	background-image: url(../images/dotborder.gif);
	background-repeat: repeat-x;
}

.edit_links{
	float: left;
}

.edit_rechts{
	float: right;
}

.edit a, .edit_type2 a{
	display: block;
	float: left;
	cursor: pointer;
}

.edit_type2 a{
	height: 18px;
	padding-top: 3px;
}

.edit_type3 a{
	height: 20x;
	padding-top: 2px;
	padding-bottom: 2px;
}

.edit a:link, .edit a:active, .edit a:visited, .edit_type2 a:link, .edit_type2 a:active, .edit_type2 a:visited, .edit_type3 a:link, .edit_type3 a:active, .edit_type3 a:visited{
	color: #333333;
	text-decoration: none;
}

.edit a:hover, .edit_type2 a:hover, .edit_type3 a:hover{
	text-decoration: underline;
}

.edit .edit_toevoegen{
	padding-left: 20px;
	background-image: url(../images/edit_toevoegen.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.edit .edit_bewerken, .edit_type2 .edit_bewerken, .edit_type3 .edit_bewerken{
	padding-left: 20px;
	background-image: url(../images/edit_bewerken.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.edit .edit_verwijderen, .edit_type2 .edit_verwijderen, .edit_type3 .edit_verwijderen{
	padding-left: 20px;
	background-image: url(../images/edit_verwijderen.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.edit_boven{
	padding-left: 20px;
	background-image: url(../images/edit_boven.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.edit_beneden{
	padding-left: 20px;
	background-image: url(../images/edit_beneden.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.edit_opslaan{
	padding-left: 20px;
	background-image: url(../images/edit_opslaan.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.edit_annuleren{
	padding-left: 20px;
	background-image: url(../images/edit_annuleren.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.document_veld{
	margin-bottom: 5px;
}

.knop{
	padding-left: 70px;
}

.document_veld_tag{
	float: left;
	width: 70px;
}

.document_item{
	background-color: #f4f4f4;
	padding: 8px;
	margin-bottom: 8px;
}
