/****** general styles ******/

body {
	margin:0px;
	padding:0px;
	font-family: Calibri, Arial, Tahoma, Geneva, sans-serif;
}

#container {
	min-height:100%;
}

#meldingen {
	width: 100%;
	background-color:#F00;
}

#header {
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /*Safari/Chrome */  
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Opera & hoe het zou moeten */  
	width: 100%;
	border-bottom: 4px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	height:114px;
	background-color:#F09609;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#banner {
	font-size:0.8em;
	position:relative;
	float:right;
	margin-right:100px;
	top:20px;
	width:400px;
}

#navigatie1 {
	margin-top:-5px;
	width: 100%;
	background-color: #CCC;
	height:200px;
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /*Safari/Chrome */  
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Opera & hoe het zou moeten */  
}
#user_1, #user_3 {
	margin-top:-10px;
	float:left;
	width:40%;
	text-align: center;
}
#user_1 ul, #user_2 ul, #user_3 ul, #user_4 ul, #user_5 ul{
	margin-top:-5px;
	padding:0px;
}
#user_2 {
	margin-top:-10px;
	float:left;
	width:20%;
	text-align: center;
}

#breadcrumb {
}

#navigatie2 {
	background-color: #CCC;
	height:100px;
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /*Safari/Chrome */  
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); /* Opera & hoe het zou moeten */
}
/*
#user_4, #user_5 {
	margin-top:-10px;
	float:left;
	width:auto;
	text-align: center;
}
*/
#user_4, #user_5 
{
   	margin-top:-20px;
	clear:both;
	text-align: center;
}

#main {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	width:999px;
	min-height:250px;
	margin-top:10px;
}

#footer {
	font-size:0.8em;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#F09609;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 20px;
}



h1 {
	color: #F09609;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
	font-size: 120%;
}
.alert-heading {
	color: inherit;
}
.alert .close {
	position: relative;
	right: -30px;
	top: -5px;
	line-height: 18px;
	float: right;
	font-size: 20px;
	font-weight: bold;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}