@charset "utf-8";

body {
    font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg/bg_color.jpg);
	/*background-color: #616161;*/
}

h3 {
    font-size: 1.2 em;
}

a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #084fa3;
    text-decoration: underline;
}


/*
 * Icons
 */
a.link {
    color: #05346D;
    padding-left: 20px;
}
a.link:hover {
    color: #000033;
}
a.link.edit {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../img/icon_edit.gif) no-repeat scroll left top;
    text-decoration: none;
}
img.datepicker {
    margin-bottom: -3px;
}

/*
 * Generic form settings
 */
.form.boxed, .display.boxed {
    margin: 10px 10px 10px 0;
    padding: 20px;
    border: 1px solid #CCC;
    background: #f8f8f8;
    width: 594px;
}
.form.grouped {
    margin: 10px 0 10px 0;
    padding: 10px;
    border: 1px solid #CCC;    
    background: #f0f0f0;
}
.form.grouped .formTussenKop, .form.grouped h2 {
    margin-top: 0px;
    padding-top: 0px;
}
.form label, .display label {
    display:inline-block;
    font-weight:bold;
    margin-bottom:6px;
    width:150px;
}
.form input {
    margin-top: 5px;
/*    width: 210px;*/
}

input[type="text"], textarea 
{
    border: 1px solid #CCC;
	padding: 3px;
}

a.button {
    text-decoration: none;
    text-align: center;
    padding: 5px 3px 3px 3px !important;
    width: 60px;
}

input[type="submit"], button, .button {
    width: 70px;
    background-color:#EEEEEE;
    background-repeat:no-repeat;
    border:1px solid #666666;
    color:#333333 !important;
    cursor:pointer;
    font-size:12px;
    line-height:13px;
    padding:3px 3px 3px 1px !important;
    text-decoration:none;
}

.button.right,
button.right,
input[type=submit].right,
input[type=button].right {
    margin-left: 5px;
}


.formFieldValidation {
	padding-left: 10px;
	font-weight: bold;
	color: #FF0000;
}

.formTussenKop {
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.comment {
    margin-top: -10px;
    font-size: 12px;
    color: #888888;
}

div.validation-errors {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFCCCC url(../img/icon_error.gif) no-repeat scroll 5px 8px;
    border:1px solid Red;
    color:Red;
    font-weight:bold;
    margin-bottom:15px;
    padding:10px 10px 10px 25px;
}


/*
 * Filterbox for controlling filtered results
 */
.filterbox {
    background: #F3F3F3;
	border: 1px solid #CCC;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 20px 0px;
	height: 24px;
}
.filterbox .search {
    float: left;
}
.filterbox .label {
    font-weight: bold;
    display: block;
    width: 60px;
    float: left;
    margin-top: 5px;
}
.filterbox input {
    width: 550px;
}


/* useful */
.right {
	float: right;	
}
.left {
	float: left;	
}
.clearboth {
	clear: both;	
}
.invisible {
	visibility: hidden !important;	
}
.fullwidth {
    width: 100%;
}



td.title_1, td.title_2, td.title_3, td.title_4, td.title_5, td.title_6 {
    padding-left: 8px;
    height: 31px;
    width: 657px;
    font-size: 18px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right bottom;    
}

td.title_1 { background-image: url(../img/titelbalk/blauw.jpg); }
td.title_2 { background-image: url(../img/titelbalk/aqua.jpg); }
td.title_3 { background-image: url(../img/titelbalk/paars.jpg); }
td.title_4 { background-image: url(../img/titelbalk/geel.jpg); }
td.title_5 { background-image: url(../img/titelbalk/rood.jpg); }
td.title_6 { background-image: url(../img/titelbalk/bruin.jpg); }

td.content {
    margin: 0;
    padding: 8px 8px 0 8px;
    width: 657px;
    border-style: solid;
    border-bottom-style: none;
    border-width: 1px;
    border-color: #909090;
    background-image: url(../img/transparant.png);
    background-repeat: repeat;
}

td.content_bottom {
    padding: 0px 0px;
    margin: 0 0 0 0;
    float: left;
    line-height: 3px;
    height: 18px;
    width: 665px;
    background-image: url(../img/bg/kader_bottom.png);
    background-repeat: no-repeat;
    background-position: top;
}

table.gegevens tr.kop td, table.gegevens tr.paging td {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
}
table.gegevens .paging td {
    text-align: center;
}
table.gegevens .paging a {
    color: #FFFFFF;
    text-decoration: none;
}

table.gegevens td {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 7px;
	vertical-align: top;
}

table.gegevens tr.uneven td {
}

table.gegevens tr.even td {
	background-color: #F6EBEB;
}

/*
 * Resources
 */
table.resources tr.kop td {
	font-family: Arial;
	font-weight: bold;
    border-bottom: 1px solid #909090;
}

table.resources td.spacing {
    height: 5px;
}

table.resources td {
	font-family: Arial;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 7px;
	vertical-align: top;
}

table.resources tr.uneven td {
}

table.resources tr.even td {

}


/*
 * Voorpagina
 */
td.voorpagina_kop {
    font-family: Arial;
    font-size: 20px;
    border-bottom: 1px solid #909090;
}

td.voorpagina_datum {
    text-align: right;
    font-family: Arial;
    font-size: 17px;
    border-bottom: 1px solid #909090;
}

td.voorpagina_tekst {
    font-size: 14px;
}

div.voorpagina_image_box {
    padding: 3px 3px 0 3px;
    border: 1px solid #909090;
}

td.voorpagina_spacer {
    height: 10px;
}


/*.admin_link {
    font-weight: bold;
    background-image: url(../img/navigatie/menu_hidden_bg.png);
}
*/
.nav li li a.verborgen {
    background-image: url(../img/navigatie/menu_hidden_bg.png);
}
.nav li li a.verborgen:hover {
    background-image: url(../img/navigatie/menu_hidden_bg_over.png);
}


div.message
{
    /*float:left;*/
    width: 530px;
	height: auto;
	background: #F3F3F3;
    border: solid 1px #ccc;
	padding: 10px;
	margin: 20px 0px
}
.message {
    font-style: italic;
    margin: 10px 0;
    color: #666;
}

/*
div.message {
    margin: 10px 0 10px 5px;
    padding: 4px;
    border: 2px solid #000000;
    width: 500px;
}
*/


/* topbarnav */

td.topbar a:link, td.topbar a:visited, td.topbar a:hover, td.topbar a:active {
    color: #FFFFFF;
}

ul.topbarnav, ul.topbarnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.topbarnav ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

ul.topbarnav li {
    margin: 0 8px 0 0;
	float: left;
}

ul.topbarnav li:hover ul, ul.topbarnav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

ul.topbarnav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-decoration: none;
	display: block;
	font-family: Helvetica, Arial;
	color: #FFFFFF;
    background-color: #303030;
	padding: 4px 20px 3px 20px;
	font-size: 10pt;
}

ul.topbarnav li a:hover {
    background-color: #444444;
}

ul.topbarnav li li a {
	width: 157px;
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 3px 25px;
	background-repeat: repeat-y;
	background-position: right center; /* gaat kapot in ie;  fixen */
}

#topbar input {
    overflow: visible;
    vertical-align: top;
    margin: 0;
    padding: 2px 5px 2px 5px;
    width: 150px;
	height: 14px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #555555;
	color: #222;
	background-color: #aaa;
}

#topbar button.inloggen, #topbar .ingelogd button {
    vertical-align: top;
    padding: 1px 5px 3px 5px !important;
    width: 100px;
	height: 20px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #555555;
	color: #222 !important;
	background-color: #aaa;
}

#topbar a.inloggen {
    display: inline-block;
    padding-top: 8px;
    color: white;
    font-size: 9px;
}

#topbar button.inloggen {
    margin: 0;
}

#topbar .ingelogd button {
    margin-top: -4px;
}

#topbar .ingelogd {
    text-align: right;
    padding-top: 4px;
    padding-right: 2px;
}

#topbar .ingelogd span {
    color: #999999;
    padding: 5px;
}


/* breadcrumbs */

div.breadcrumbs, div.breadcrumbs li a:link, div.breadcrumbs li a:visited {
  color: #444444;
}

div.breadcrumbs {
    padding: 2px 0 3px 3px;
}

div.breadcrumbs ul {
	margin-left: 3px;
	padding-left: 0;
	display: inline;
	border: none;
}

div.breadcrumbs li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

div.breadcrumbs li a:link, div.breadcrumbs li a:visited, a.adminlink:link, a.adminlink:visited {
	text-decoration: none;
}

div.breadcrumbs li a:hover, div.breadcrumbs li a:active, a.adminlink:hover, a.adminlink:active {
	text-decoration: underline;
}


/* zijmenu */

div.zijmenu {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 4px;
}

ul.zijmenu {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

ul.zijmenu li {
    font-size: 12px;
}

td.zijmenu {
    vertical-align: top; 
    width: 150px;
    padding-top: 5px;
}

.zijmenu_submenu, .zijmenu_submenu a:link, .zijmenu_submenu a:visited, .zijmenu_submenu a:hover, .zijmenu_submenu a:active {
    color: #FFFFFF;
}

.zijmenu_submenu ul {
    list-style-position: inside;
    padding: 0 0 0 10px;
    margin: 0;
}

.zijmenu_submenu ul li {
    padding: 2px 0px;
    margin: 0;
    list-style-image: url(../img/leftmenu_druif.png);
}

.zijmenu_submenu ul li:hover, ul.zijmenu li.ie_does_hover ul {
    list-style-image: url(../img/leftmenu_druif_hover.png);
}

.zijmenu_submenu .zijmenu_title {
    width: 185px;
    padding: 0;
    margin: 0;
    margin-top: -5px;
    padding-left: 10px;
    font-size: 22px; 
    background-image: url(../img/leftmenu_mid.png);
    background-repeat: repeat;
}

.zijmenu_submenu .zijmenu_item {
    width: 185px;
    font-size: 12px;
    background-image: url(../img/leftmenu_mid.png);
    background-repeat: repeat;
}

.zijmenu_submenu .zijmenu_top {
    width: 195px;
    height: 14px;
    background-image: url(../img/leftmenu_top.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.zijmenu_submenu .zijmenu_bottom {
    width: 195px;
    height: 14px;
    background-image: url(../img/leftmenu_bottom.png);
    background-repeat: no-repeat;
    background-position: right top;
}


/* Fixed menu */

td.fixedmenu_top {
/*    padding-left: 8px;*/
    height: 14px;
    width: 197px;
    background-image: url(../img/zijmenu_fixed/zfx_top_transp.png);
    background-repeat: no-repeat;
}

td.fixedmenu_bottom {
    height: 14px;
    width: 198px;
    background-image: url(../img/zijmenu_fixed/zfx_bottom_transp.png);
    background-repeat: no-repeat;
}

td.fixedmenu_center {
    width: 198px;
    background-image: url(../img/zijmenu_fixed/zfx_mid.png);
    background-repeat: repeat-y;
}

td.fixedmenu_left {
    width: 2px;
    background-image: url(../img/zijmenu_fixed/zfx_left.png);
    background-repeat: repeat-y;
}

td.fixedmenu_right {
    width: 5px;
    background-image: url(../img/zijmenu_fixed/zfx_right.png);
    background-repeat: repeat-y;
}

/* Framework */
#topbar {
    height: 28px;
    background-color: #222222;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

#topbar_center {
    width: 884px; /* hoe breder, hoe meer hij naar links schuift */
    padding: 4px;
    margin: 0px auto;
}

#midden {
    width: 898px; /* hoe breder, hoe meer hij naar links schuift; met zijpaneel is 920 mooi */
    margin: 0px auto;
}

h1.invisible {
    display: none;
}

div#logo {
    margin: 0;
    width: 898px;
    height: 206px;
    background-image: url(../img/bg/logo.jpg);
}
div#logo a {
    
}
div#logo img {
    width: 870px;
    height: 180px;
    margin-top: 2px;
    margin-left: 15px;
    border-width: 0;    
}

#main_outer {
    width: 898px;
}

#main_outer {
    position: relative;
    background-image: url(../img/bg/both_shadow.jpg);
    background-repeat: repeat-y;
}

/* Bevat hoekjes bovenaan */
#main_hoekjes {
    padding-left: 7px;
    padding-right: 10px;
    background-image: url(../img/bg/top_shadow.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

/* Bevat hoofd-inhoud */
#main {
    width: 874px;
    padding: 6px 6px 6px 6px;
}

#zijpaneel {
    position: absolute;
    top: 20px;
    width: 177px;
    right: -167px;
}

#zijpaneel_top {
    height: 70px;
    background-image: url(../img/bg/bg_fold_top.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#zijpaneel_tussen {
    padding-left: 20px;
    background-image: url(../img/bg/bg_fold_tussen.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#zijpaneel_bottom {
    height: 39px;
    background-image: url(../img/bg/bg_fold_bottom.png);
    background-repeat: no-repeat;
    background-position: left top;            
}

#main_bottom {
    width: 898px;
    height: 30px;
    background-image: url(../img/bg/bottom_shadow.jpg);
}

#menu {
    clear: both;
}

#breadcrumbs {
    clear: both;
}

#leftmenu {
    float: left;
    width: 200px;
    padding-top: 5px;
}

#content {
    float: left;
    margin: 0;
    padding: 0;
    width: 674px;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: right top;
}
#main {
    background-repeat: no-repeat;
}
/* Foto's als achtergrond */
#main.photo_1 {
    background-image: url(../img/bg/bg_druiventros.jpg);
    background-position: 100px bottom;
}
#main.photo_2 {
    background-image: url(../img/bg/bg_gloeilamp.jpg);
    background-position: 580px bottom;
}
#main.photo_3 {
    background-image: url(../img/bg/bg_vergrootglas.jpg);
    background-position: 450px 100px;
}
#main.photo_4 {
    background-image: url(../img/bg/bg_blokken.jpg);
    background-position: 80% bottom;
}
#main.photo_5 {
    background-image: url(../img/bg/bg_puzzel.jpg);
    background-position: 360px bottom;
}
#main.photo_6 {
    background-image: url(../img/bg/bg_wijnglas.jpg);
    background-position: 660px 125px;
}

.clear {
    clear: both;
}



/*
* Linkjes
*/

.link {
	color: #05346D;
	padding-left: 20px;
}
.link:hover {
	color: #003;
}

a.link.edit {
	background: url("../img/icon_edit.gif") left top no-repeat;
}
a.link.add {
	background: url("../img/icon_add.gif") left top no-repeat;
}
a.link.delete {
	background: url("../img/icon_delete.gif") left top no-repeat;
}
a.link.save {
	background: url("../img/icon_save.gif") left top no-repeat;
}


/*
* Foto-albums
*/
div.control {
    width: 622px;
	height: auto;
	background: #F3F3F3;
    border: solid 1px #ccc;
	padding: 10px;
	margin: 20px 0px;
}

div.results {
    width: 622px;
	height: auto;
	background: #F3F3F3;
    border: solid 1px #ccc;
	padding: 10px;
	margin: 20px 0px;
}
a.fotoalbum, a.foto {
	float: left;
    text-decoration: none;
    color: black;
	text-align: center;
}
a.fotoalbum {
	height: 190px;
	width: 134px;
}
a.foto {
	height: 130px;
	width: 130px;
}
/*
div.fotoalbum, div.beheerfoto, div.foto {
    display: inline-block !important;
    padding: 1px;
    text-align: center;
}*/
span.beheerfoto {
	height: 170px;
	width: 134px;
	padding: 9px;
	float: left;
	text-align: center;
}
a.fotoalbum, a.foto {
    padding: 9px;
}
a.fotoalbum:hover, a.foto:hover {
    padding: 8px; /* compensatie border */
    border: solid 1px #777;
}
a.fotoalbum img, span.beheerfoto img {
	padding-bottom: 5px;
}
a.fotoalbum span.naam {
    font-weight: bold;
}
