/* @import url(reset.css); */
@import url(fancybox.css);
@import url(nivo-slider.css);

/*

	STUDIOWEB.NL
	VERSION 2.0
	
	CONTENTS ----------
	
	   BODY
	   DEFAULT STYLING
	   FORMS
	   LAYOUT
	   NAVIGATION
	
    -------------------
    	
*/
	
/* BODY
---------------------------------------------------------------------- */

	
/* LAYOUT BASIC */
html,body 
{
	font-family: arial, helvetica, sans-serif;
	min-height:100%;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

* 
{
	margin:0;
	padding:0;
}

body 
{
	margin:0;
	padding:0;
	min-width:807px;
	text-align:left;
	background: #deecf9 url('../images/portal/bg_body.png') bottom center no-repeat;
	line-height: 24px;
}

* html body {
	behavior:url(../js/csshover.htc);
}

	
/* DEFAULT STYLING
---------------------------------------------------------------------- */
body 
{
	font:normal 12px Verdana, Helvetica, Arial, sans-serif;
	line-height:22px;
	color:#000;
}

body table,table p 
{
	font-size:100%;
}

p,div,h1,h2,h3,h4,ul,li,form,input,select,option 
{
	margin:0;
	padding:0;
}

p 
{
	margin-bottom:12px;
}

strong 
{
	font-weight:bold;
}

em 
{
	font-style:italic;
}

a 
{
	color: #fff;
	text-decoration: underline;
	border: none;
}

a:hover 
{
	color: #e1a055;
	text-decoration:underline;
}

a.active 
{
	color:#8d8a7f;
}


/* HEADINGS
---------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p 
{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 
{
	margin:0;
	display:block;
	font-size:21px;
	line-height:28px;
	margin-bottom:22px;
	color:#005ca4;
}

h2 
{
	display:block;
	font-size:14px;
	text-align:left;
	line-height:18px;
	font-weight: bold;
	color:#005ca4;
	margin-bottom: 5px;
}

h3 
{
	display:block;
	font-size:12px;
	line-height:16px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#005ca4;
}

h4 
{
	display:block;
	font-size:12px;
	text-align:left;
	line-height:16px;
	color:#005ca4;
}

h5 
{
	display:block;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-align:left;
	color:#c68f3e;
}

h6 
{
	display:block;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-align:left;
	color:#c68f3e;
}
	
/* LISTS
---------------------------------------------------------------------- */

ul,ol 
{
	margin:10px 20px;
	padding:0 20px;
}

ul 
{
	list-style-type: disc;
}

ul 
{
	margin:0px;
	padding:0;
	line-height:14px;
}

.grid ul{
	list-style: disc;
	padding:0 0 0 15px;
	line-height: 20px;
}
	
/* BLOCK QUOTES
---------------------------------------------------------------------- */

blockquote,pre 
{
	padding:10px 30px;
}

blockquote 
{
	font:italic 12px Georgia, Times, serif;
	margin:8px 0;
}

* html ul,* html ol 
{
	margin-left:22px;
}

img 
{
	margin:0;
	padding:0;
	border-color:#fff;
}

a:hover 
{
	border-color:transparent;
}


acronym 
{
	cursor:help;
	border-bottom:1px dotted #895F30;
}

blockquote 
{
	margin:15px 10px;
	padding:5px 7px 5px 40px;
	font-weight:normal;
	font-size:17px;
	line-height:1.6em;
	font-style:italic;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#80614D;
	border:1px solid #EEE8E1;
}


	
/* LAYOUT
---------------------------------------------------------------------- */
#wrapper 
{
	border:0;
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1080px;
	min-height:100%;
	height:auto;
	background-color: #fff;
	border-left: 1px solid #d9e8f5;
	border-right: 1px solid #d9e8f5;
}

html #wrapper 
{
	height:100%;
}

html>body #wrapper 
{
	height:auto;
}

/* HEADER
---------------------------------------------------------------------- */

#header 
{
	width:1080px;
	height: 153px;
	position: relative;
}

#logo 
{
	display: block;
	width:143px;
	height:121px;
	position:absolute;
	bottom:0;
	left: 25px;
	background:url('../images/portal/logo.png');
}

#logo_mz 
{
	display: block;
	width:279px;
	height:67px;
	position:absolute;
	top:35px;
	left: 370px;
	background:url('../images/portal/logo_mz.png');
}

#header-title
{
	position:absolute;
	top:105px;
	left: 470px;
	font-family: times, serif;
	font-style: italic;
	font-size: 23px;
	color: #004a8d;
}


/* SFEER
---------------------------------------------------------------------- */

#sfeer
{
	width: 1080px;
	height: 321px;
	margin: 0;
	position: relative;
}

#sfeeroverlay{
	background: url('../images/portal/sfeer_overlay.png');
	position: absolute;
	width: 1080px;
	height: 321px;
	top: 0;
	left: 0;
	z-index: 10;
}

/* CONTENT
----------------------------------------------------------------------*/

#content{
	width: 1080px;
}

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

#content-left{
	width: 635px;
	padding: 30px 20px 0 35px;
	float: left;
}

#content-right{
	width: 365px;
	float: left;
	padding: 32px 15px 0 10px;
}

	#content-right-inner{
		border: 1px solid #e7eff7;
		background-color: #f8fbfe;
		padding: 5px 20px 20px 20px;
	}

.block{
	border-bottom: 1px solid #e7eff7;
	padding: 15px 0;
}

.block.last{
	border: none;
}

.btn_green{
	display: block;
	width: 326px;
	height: 61px;
	margin: 10px 0 0 0;
	background: url('../images/portal/btn_green.png');
}
/* ALIGNMENT CLASSEN
---------------------------------------------------------------------- */

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

	
/* display and additional classes */
.no-border {
	border:none;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

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

/* SIDEBAR
---------------------------------------------------------------------- */

.sidebar-label{
	clear: both;
	display: block;
	float: left;
	width: 110px;
	margin-bottom: 10px;
}

.sidebar-controls{
	float: left;
}

.sidebar-inlog{
	background: url('../images/bg_cta.png') top left repeat-x;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 20px 20px 20px;
	margin-top: 10px;
}
	
	.sidebar-inlog label{
		display: block;
		clear: both;
		color: #fff;
		float: left;
		margin-top: 10px;
		width: 127px;
		font-size: 13px;	
	}
	
	.remember{
		margin-top: 13px !important;
	}
	
	.sidebar-inlog input[type="text"]{
		margin-top: 5px;	
	}
	
	.sidebar-inlog input[type="checkbox"]{
		margin-top: 18px;
	} 
	
	.login-controls{
		float: left;
		margin-top: 10px;
	}
	
	.divider{
		clear:both;
		height: 15px;
		border-bottom: 1px solid #d1ec14;
	}

.submit-control input[type="submit"], .btn_inlog{
	background-color: #2b78f6;
	border-radius: 3px 3px 3px 3px;
	border: none;
	margin-top: 10px;
	color: #fff;
	padding: 5px 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

	.btn_inlog{
		margin: 13px 0 0 0;
		padding: 5px 12px;
		float:right;
	}

.block.contact{
	display: none;
}

.block.info{
	margin-top: 25px;
	border-top: 1px solid #E7EFF7;
}

.fold{
	display: block;
	clear:both;
	float: right;
	text-decoration: none !important;
}

.fold:hover{
	text-decoration: underline !important;
}

