@charset "utf-8";
/* CSS Document */


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
} 
q:before,q:after {
	content:'';
}
abbr,acronym,iframe {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/bg.gif) repeat-x #1F3C61;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #4D90CD; font-size: 21px;}
h2 { color: #4D90CD; font-size: 17px;}
h3 { color: #4D90CD; font-size: 16px;}
h4 { color: #4D90CD; font-size: 15px;}
h5 { color: #4D90CD; font-size: 14px;}
h6 { color: #4D90CD; font-size: 13px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 970px;
	padding: 0 9px;
	background: url(../images/containerBg.png);
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 970px;
	height: 277px;
	overflow: hidden;	
}

#banner {
	width: 970px;
	height: 252px;	
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 970px;
	height: 25px;
	background: #FFF;
	overflow: hidden;
}
#menu li {
	float: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
#menu li a {
	display: block;
	width: 107px;
	height: 25px;
	margin: 0 1px 0 0;
	background: url(../images/menuBg.gif);
	color: #FFF;
	text-decoration: none;
}
#menu li a.last { width: 106px; margin: 0;}
#menu li a:hover, #menu li.active a { background: url(../images/menuHover.gif);}



/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	width: 970px;
	padding: 0 0 25px 0;
}


/*------------------------------- Aside ---------------------------------*/

#aside {
	float: left;
	width: 210px;
	padding: 20px;
	color: #25467F;
	font-size: 11px;
	line-height: 14px;
}
	#aside a { color: #25467F; text-decoration: none;}
	#aside a:hover { color: #4D90CD;}

/* adres */
#aside .adres {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(../images/hr.gif) no-repeat bottom;
}
#aside .adres .tel {
	height: 36px;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	background: url(../images/telIcon.gif) no-repeat left;
}

/* headlines */
#aside .headlines {}
#aside .headlines h3 { margin: 0 0 20px 0; color: #2A467F; font-size: 20px;}

#aside .headlines ul li { margin: 0 0 15px 0;}
#aside .headlines strong { display: block; color: #4D90CD; font-size: 11px; font-weight: bold;}
#aside .headlines small { display: block;}
#aside .headlines a { font-style: italic;}
#aside .headlines a strong { font-style: normal;}


/*------------------------------- Main ---------------------------------*/

#main {
	float: left;
	width: 430px;
	padding: 20px;
	color: #363636;
	font-size: 11px;
}
	#main a { color: #363636; text-decoration: underline;}
	#main a:hover { color: #25467F;}

#main h1 { color: #4D90CD; font-size: 21px;}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 210px;
	padding: 20px;
	color: #25467F;
	font-size: 11px;
}
	#sidebar a { color: #25467F; text-decoration: underline;}
	#sidebar a:hover { color: #25467F;}

/* pand */	
#sidebar .pand {
	position: relative; width: 209px; height: 287px;
	margin: 0 0 15px 0;
	padding: 0 0 25px 0;
	background: url(../images/hr.gif) no-repeat bottom;	
}
#sidebar .pand img { position: absolute; left: 0; top: 0;}


/* klanten */
#sidebar .klanten {}	
#sidebar .klanten h3 { color: #2A467F; font-size: 20px;}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 680px;
	padding: 20px;
	color: #363636;
	font-size: 12px;
}
	#content a { color: #363636; text-decoration: underline;}
	#content a:hover { color: #25467F;}
	
#content li { list-style: disc; margin: 0 0 0 15px;}
#content iframe { border: 1px solid #1D3364;}


/*------------------------------- Portfolio ---------------------------------*/

#portfolio {}
#portfolio .item { float: left; margin: 0 5px 5px 0;}
#portfolio .item.last { margin: 0 0 5px 0;}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 940px;
	height: 25px;
	margin: -25px auto 0 auto;
	padding: 0 15px;
	background: #0B1832;
	color: #FFF;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
}
	#footer a { color: #FFF; text-decoration: none;}
	#footer a:hover { color: #1F3C61;}


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */