/* link-pagina css */
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif; 
    color: #FCFCFC;
	font-size: 16px;
	background:#252525; 
	margin: 0;
	padding: 0;
	/*height: 100%; */
}

*, *:before, *:after
 {
    margin: 0;
    padding: 0;
	border: 0;
	box-sizing: inherit;
}
#wrapper {
background-color: #666;
margin: 25px 0;
position: relative;
}
/*
* Responsive menu
*
*/
nav {
    height: 40px;
    width: 100%;
    background: url(../img/nav-bg.png) #666 repeat-x 0 0;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
	z-index: 100;
}
nav ul {
	float: right;
    padding: 0;
    /* margin: 0 auto; */
	right: 50%;
    /*width: 600px;*/
    height: 40px;
	position: relative;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;

}
nav ul li {
    display: inline;
    float: left;
	left:50%;
	position: relative;
	/*background: url(../img/nav-bg.png) repeat-x 0 0;*/
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav a {
    color: #fff;
    display: inline-block;
    /*width: 100px;*/
	width: 130px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #444;
    box-sizing:border-box;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

li.active {
	background-color: #525252;
}

nav li:last-child a {
    border-right: 0;
}

nav li a:hover,
nav a:active {
    background-color: #525252;
}

nav ul ul {
	position: absolute;
	top: 100%;
}

nav ul ul li {
	/* background: url(../img/nav-bg.png) #666 repeat-x 0 0; */
	background-color: #666;
	position: relative;
	float:none;
	display: inline-block;
	border-bottom: 1px solid #444;
}

nav ul ul li:last-child {
	border-bottom: 0;
}
nav ul ul li a {
	text-align: left;
	padding: 0 0 0 18px;
}
nav ul ul li a:hover {
    background-color: #525252;
/*	text-align: left;	 */
}

nav a#pull {
    display: none;
}

@media screen and (max-width: 600px) {
    nav { 
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #444;
        border-right: 1px solid #444;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #525252;
        width: 100%;
        /*position: relative; */
    }
    nav a#pull:after {
        content:"";
        background: url('../img/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #444;
    }
}
/*
*	Responsive menu end
*/

#mainblock {
	/*height: 100%;*/
	width: 100%;
	text-align: left;
}
#content_container{
	/*height: 100%;*/
	margin: 0;
}

#login_container{
position: relative;
margin: 100px auto 10px;
max-width: 600px;
}

#footer_container{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 20px;
	padding: 0 10px 5px 0;
	/*background: #000;*/
	width: 100%;
	font-size: 12px;
	text-align: right;
	/*color: #FFF;*/
}
#myalert {
	position:relative;
	margin: 5px 0 20px 0;
	padding: 5px 20px;
	font-weight: bold;
	
}
.err {
	/* position:relative; */
	/* margin: 5px 0; */
	/* padding: 5px 5px 5px 20px; */
	/* font-weight: bold; */
	border-color: #DE7A7B;
	border-bottom: 3px solid;
	border-top: 3px solid;
	background-color: #E6C0C0;
	color:#CC0000;
}
.close-err {
	float: right;
	background-color: #E6C0C0;
	color:#CC0000;
	font-size:18px;
}

.inform {
	/* position:relative; */
	/* margin: 25px 0; */
	/* padding: 5px 5px 5px 20px; */
	/* font-weight: bold; */
	border-color: #84A7DB;
	border-bottom: 3px solid;
	border-top: 3px solid;
	background-color: #C3D2E5;
	color:#0055BB;
	font-weight: bold;
}
.close-inform {
	float: right;
	background-color: #C3D2E5;
	color:#0055BB;
	font-size:18px;
}

a:link,
a:active,
a:visited,
a:hover {
	/*font-size:12px; */
	font-size:16px; 
	color: #fff;
	text-decoration:none;
}

.access,
.access a:link,
.access a:active,
.access a:visited,
.access a:hover {
/* font-size: 12px; */
	display: inline;
	color: #1E1B1B;
	text-decoration:none;
}

/* Sexy Toolbar with CSS3 */
.normal {
	font-family: Delicious, "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
	color: #fff;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#barcontainer {
	border: none;
	background: #000;
}
h1 {
	font-size: 20px;
	margin: 0;
	padding: 10px 0 10px;
	color:#CBCBCB;
	}
h1 small{
	font: 0.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}	
h2 {
	color:#CBCBCB;
	font-size:18px;
}
h3 {
	color:#CBCBCB;
	text-decoration:bold;
	margin-bottom:5px; 
	font-size:16px;
}
h4 {
	padding:0; 
	margin: 4px 0 4px 0; 
	font-size:16px;
	color:#CBCBCB;
}
h5 {
	padding:0; 
	font-size:12px;
	font-weight: normal;
	/* color:yellow; */
}

.container {width: 750px; margin: 0 auto;}
/*
.block  {
	display:inline; 
	width:auto; 
	min-width:100px; 
	float:left; 
	font-size:16px;
	padding:4px;
}
.block-right {
	display:inline; 
	width:auto;  
	float:right; 
	font-size:16px;
	padding:4px;
}
*/
/* header van een vak met links binnen .linkcontainer*/
.list1 {
	text-align:center; 
	background-color:#434343; 
	/*font-size:12px;*/
	padding:0;
	border:1px solid #727373;
	border-radius: 4px 4px 0 0;
}
/* vak met links binnen .linkcontainer */
.list2 {
	background-color:#999999; 
	font-size:16px;
	text-align:left;
	padding:8px;
	margin: 0 0 12px;
	/*line-height:18px;*/
	line-height:25px;
    border-radius: 0 0 4px 4px;	
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 0 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* linktank bepaald de breedte van het scherm waar de kolommen (linkcontainer) in opgebouwd worden*/
/* .linktank.width moet tenminste $aantalkolommen*(.linkcontainer.width+.linkcontainer.margin-right+.linkcontainer.margin-left) */
#linktank {
	/*height: 10px;*/
	margin: 0;
	width: 100%;
}

/* linkcontainer is een kolom (niet een vak) */
.linkcontainer {
	position: relative;
	left: 50%;
	float: left;
	margin: 0 6px; 
	/*width: 220px;*/
	width: 300px;

 }
 .float_center {
	float: right;
	position: relative;
	left: -50%;
}
/*
.menuactief
{border:0 solid #1881CC;
	font-size:11px;
	padding:4px;
	margin-left:5px; 
	background:#434343; 
	color:#CBCBCB;
 }
 .menunonactief {
	border:0 solid #1881CC; 
	font-size:11px;
	padding:4px;  
	margin-left:5px;
	color:#CBCBCB; 
	background:#434343;
}
.menunonactief  a {
	text-decoration:none;
	color: #CBCBCB;
	background:#434343; 
}
.menunonactief  a:link {
	text-decoration:none;
	color: #CBCBCB;
	background:#434343;
}
.menunonactief  a:hover {
	text-decoration:none;
	color: #E04962;
	background:#434343;
}
*/
/* Formulieren  */

input, select, textarea, .input-box {
    -moz-transition: all 0.3s ease-in-out 0s;
	background: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 1px, #E3E3E3 20px) repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD; 
    border-radius: 4px 4px 4px 4px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 4px;
    margin-right: 12px;
	font-size: 16px;
	outline: medium none;
    z-index: 2;
    position: relative;
	color:#3D3D3D;
	text-shadow:0 1px 0 #FFF;
	display: inline-block;
}

select option {
	background: #E3E3E3;
}
select option:disabled {
	font-weight: bold;
	padding: 0 20px;
}

div.formCaption {
    display: block;
    float: left;
    /*height: 12px;*/
    width: 30%;
	padding: 5px;
	font-size:16px;
}
div.formBody {
    display: block;
    padding: 0 30px 2px;
}
div.formset {
    background-image: none;
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
}
fieldset.formFieldset ol.formContainer {
    margin: 0;
    padding: 0;
}
fieldset.formFieldset ol.formContainer li {
    background-image: none;
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
}
fieldset {
    border: 1px solid #C8C8C8;
	background-color: #999999;
	border-radius: 3px 3px 3px 3px;
    margin: 10px 0;
	margin-left: auto;
	margin-right: auto;
    padding: 10px 10px 10px;
	max-width: 1200px;
}
p.header {
    color: #E8E8E8;
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0 10px 10px;
    padding: 2px;
	text-shadow: 0 -1px 0 #6D6D6D;
}
.fixedbutton {
	position: fixed;
	top: 150px;
	right: 150px;
	width: auto;
	padding: 1px 5px 2px;
	margin: 0 5px 0 0;
}
.button {
    float: right;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px;
    width: auto;
}
a:link.updatebutton,a:active.updatebutton, a:visited.updatebutton, a:hover.updatebutton,
.updatebutton {
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	margin: 0 5px 0 0;
    padding: 1px 5px 2px;
    width: auto;
	color:#3D3D3D;
	position: relative;
	font-size: 16px;
	
}
/*
/* @group Tooltip */

/* De tooltip kan afbeeldingen bevatten */
/*
a.tooltip span img {
    border:none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
*/
/* De afbeeldingen in de tooltip in eindpositie */
/*
a.tooltip:hover span img {
    opacity: 1;
}
 */
/* De tooltip in startpositie */
/*
a.tooltip span{
    font:14px bold Arial, Helvetica, sans-serif;
    display:block;
    white-space:pre;
    position:absolute;
    padding:8px 8px;
    top:-10px;
    margin:1em 0 3em;
    color:#fff;
    left:-5000px;
    background-color: #312612;
    border: 2px solid #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 39, 19, 1)), to(rgba(0, 0, 0, 0.6)));
    background: -moz-linear-gradient(280deg, rgba(49, 39, 19, 1), rgba(0, 0, 0, 0.6));
    -moz-transition: top 0.7s ease;
    -webkit-transition: top 0.7s ease;
    -o-transition: top 0.7s ease;
    transition: top 0.7s ease;
} 
*/ 
/* De tooltip in eindpositie */
/*
a.tooltip:hover span{
    left:-10px;
    margin:25px 0 0 10px;
    top:0;
}
a.tooltip {
    text-decoration:none;
}
a.tooltip:hover{
    z-index:10;
    position:relative;
}
 */
/* Het driehoekje in startpositie */
/*
a.tooltip:before{
    z-index:15;
    position:absolute;
    text-decoration:none;
    content:"\00a0";
    display:none;
    width:0;
    height:0;
    border-style:solid;
    top:7px;
    left:15px;
    opacity:0;
    border-width:10px 7px 10px 7px;
    border-color:transparent;
}
*/
/* Het driehoekje in eindpositie */
/*
a.tooltip:hover::before{
    display:block;
    border-color:transparent transparent #312612;
    opacity:1;
} 
*/   
/*
/* not in use? */
/*
#header_container{
	width: 100%;
	height: 75px;
	padding: 0;
	/*background: #666;
	color: #FFF;
	text-align: center;
}

#links_container{
	float: left;
	width: 10%;
	height: 100px;
}
#rechts_container{
	float: right;	
	width: 10%;
	height: 100px;
}
*/



/* Context Menu */

.box {
/*   color: #EEE;*/
    background: #666;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
}

.box:hover {
    background: #777;
}
.box > * {
    display:block;
}

.menu-one:before {
/*	content: "URL menu";*/
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background:#DDD;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.menu-one :first-child {
	margin-top: 20px;
	font-size: 14px;
}

.menu-two:before {
/*	content: "Categorie menu"; */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background:#DDD;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.menu-two :first-child {
	margin-top: 20px;
	font-size: 14px;
}

.menu-three:before {
/*  content: "Sectie menu"; */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background:#DDD;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.menu-three :first-child {
	margin-top: 20px;
	font-size: 14px;
}
.context-menu-submenu :first-child {
	margin-top: 0;
}

/* @end */

.bookmarkHolder{
	background-color:lightyellow;
	border:1px solid #FFDA5B;
	padding:20px;
	margin-bottom:25px;
}

.bookmarkButton{
	/*background-color:#70BA4C;*/
	background-color:#E3E3E3;
	/*border:1px solid #448B22;*/
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:20px;
	padding:6px;
	font-size:11px;
	cursor:move;
	text-shadow:1px 1px 0 black;
}

a.bookmarkButton:hover{
	text-decoration:none;
}

.bookmarkHolder,
.bookmarkButton{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}