/* Algemeen */
a img { border: 0; }
* {
	font: 9pt calibri, verdana, sans-serif;
	margin: 0;
	padding: 0;
}


/* Layout */
html, body {
	text-align: center;

}

#container {
	background: url('../img/headercon.png') repeat-x;


}

.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	border-top: 0;
	background-color:#FFF;
	}

#head {
	height: 271px;
	background: url('../img/topbg.gif') left 94px repeat-x;
}

#head img#logo {
	margin-top: 25px;
	margin-left: 13px;
}

#head #topmenu {
	height: 110px;
	background: url('../img/head.gif') no-repeat 291px bottom;
	width: 550px;
	float: right;
}

#head #topmenu ul li {
	float: left;
	list-style: none;
	margin-top: 40px;
	margin-left: 60px;
}

#head #topmenu ul li a {
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 12pt;
}

#head #topmenu ul li a:hover {
	border-bottom: 2px solid #CCC;
}

#header {
	background: #09F url('../img/header.png') no-repeat;
	height: 161px;
	width: 100%;
	float: right;
}


#header2 {
	background: #09F url('../img/programmeren.jpg') no-repeat;
	height: 161px;
	width: 100%;
	float: right;
}

#header * {
	display: none;
}

#body {
	background: url('../img/bottombg.gif') top repeat-x;
	width: 100%;
	clear: both;
	padding-top: 35px;
}

#content {
	float: left;
	width: 513px;
	margin-left: 27px;
}

#column {
	float: right;
	width: 325px;
	margin-right: 20px;
}


#foothead {
	height: 16px;
	background: url('../img/topbg.gif') repeat-x;
	clear: both;
}


#foot {
	height: 130px;
	background: url('../img/fibrebytes_footer.gif') repeat-x;
	clear: both;
}

#foot p {
	color: #999;
	text-align: center;
	padding-top: 25px;
}

#colFooterContainer {
	display: block;
	width: 940px;
	padding: 16px 0 45px 0;
	margin:0 auto;
}

#colFooter1, #colFooter2, #colFooter3 {
	float: left;
	background: url(../img/fibrebytes_footer_sep.gif) left top no-repeat;
	width: 156px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9c9c;
	line-height: 18px;
	text-align: left;
	padding: 5px 0 0 26px;
}

#colFooter4 {
	float: left;
	background: url(../img/fibrebytes_footer_sep.gif) left top no-repeat;
	width:2px;
	height: 105px;
}

#colFooter1 .kop, #colFooter2 .kop, #colFooter3 .kop {
	font-weight: bold;
	padding-bottom:4px;
}

#colFooter3 #kop2 {
	font-weight: bold;
	padding: 18px 0 4px 0;
}
	


/* Main Content stylen */

#body { 
		font-family: Arial;
		font-size: 12px;
}

#body h3 {
	color: #0093F7;
	font-size: 18pt;
}

#body ul {
	list-style-position: inside;
	margin: 5px 0;
}

#body p {
	margin: 10px 0;
	font-family: Arial;
	font-size: 12px;
}

/* Nieuwsoverzicht */
#nieuws {
	background: #F3F3F3;
	color: #9E9E9D;
	padding: 15px;
}

#nieuws h3 {
	font-size: 15pt;
	text-align: center;
	color: #9e9e9d;
	background: url('../img/newsmarker.gif') no-repeat left 2px;
}

#nieuws h4 {
	margin-top: 22px;
	color: #0093f7;
	font-weight: bold;
	font-size: 11pt;
}

#nieuws p {
	margin: 3px 0 5px 0;
}

#nieuws a.readmore {
	color: #9f9f9e;
	font-weight: bold;
	font-size: 10pt;
}

#banner {
background-image: ./img/fibrebytes_banner;
background-color: #f3f3f3;
height: 300px;
width: 325px;

}

/* Opmaak */
.hr hr { display: none; }
.hr { height: 1px; background: #efefef; margin: 10px 0; }


#marqueecontainer{
position: relative;
width: 300px;; /*marquee width */
height: 150px; /*marquee height */
overflow: hidden;
padding: 10px;
padding-left: 15px;
margin-right: 20px;
background: #f3f3f3;


}





