@charset "utf-8";
/* CSS Document */

/*default*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


body 
{
	background: #e4e4e4 url("../images/layout/bg.jpg") repeat-x;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*links*/
a:active, a:link, a:visited {
	color: #535353;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Wrappers */
#mainWrapper
{
	width: 800px;
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 10px;
}
#topWrapper
{
	width: 800px;
	height: 30px;
	background: transparent url("../images/layout/logo.png") no-repeat;
	background-position: left center;
}
#navWrapper
{
	width: 800px;
	height: 70px;
	background: #fff url("../images/layout/nav_bg.jpg") repeat-x;
}

#bannerWrapper {
	height: 118px;
}

#contentWrapper {
	background: #fff;
	height: 100%;
	padding: 0 3px 3px 3px;
}
#bottomBar {
	background: #F4F4F4;
	border-top: 1px solid #e3e3e3;
	text-align: right;
	vertical-align: middle;
	padding: 5px 0 2px 0;
}
#bottomFooter p {
	height: 25px;
	font-size: 10px;
}

#bottomFooter {
	height: 25px;
}

#adsense {
	background: #FFFFFF;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 2px 0;
}

.admargin {
	margin: 0 0 4px 0;
}

/*small*/
.clear {
	clear: both;
}
.center {
	text-align: center;
}

/*content*/
#contentLeft {
	float: left;
	margin: 3px 0 3px 2px;
	background: #f4f4f4;
	border: 1px solid #e3e3e3;
	width: 500px;
	padding: 5px;
}

#contentRight {
	float: right;
	width: 260px;
	background: #f4f4f4;
	border: 1px solid #e3e3e3;
	margin: 3px 2px 3px 0;
	padding: 5px;
}

.contentImage {
	vertical-align:top;
	float: left;
	margin-right: 5px;
}

.blockTitle {
	background: #fff url("../images/layout/titleBg.jpg") repeat-x;
	padding: 7px;
	color: #fff;
	font-weight: bold;
}

.blockLeftContent {
	background: #fff;
	padding: 4px;
	margin-bottom: 7px;
	border: 1px solid #e3e3e3;
	border-top: 0px;
}

.blockRightContent {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-top: 0px;
	padding: 4px;
	margin-bottom: 7px;
	text-align: center;
}

.dzLogoRight {
	float: right;
	padding: 0 5px 0 0;
}

h1 {
	font-size: 12px;
}

.blockLeft li {
	list-style-type: none;
}

/*newsfeed*/
.feedTitle {
	padding-top: 5px;
	font-weight: bold;
}

.feedText {
	padding-bottom: 5px;
}

.feedDate {
	margin-bottom: 5px;
	color: #A3A3A3;
	font-size: 9px;
}

.feedColor0 {
	background: #fff;
	padding: 2px 2px 2px 5px;
}

.feedColor1 {
	background: #EAEAEA;
	padding: 2px 2px 2px 5px;
}


/*top*/
#navTop { background: url("../images/layout/topRounding.png") no-repeat; height: 10px; }
#topBottom { background: url("../images/layout/topBottom.jpg") repeat-x; height: 8px; }
#bottomTop { background: transparent url("../images/layout/bottomRounding.png") no-repeat; height: 10px; }

/*navigatie*/
#navWrapper li 
{
	float: left;
	display: inline;
	margin: 0px;
	height: 70px;
	text-align: center;
	background: url(../images/layout/nav_btn.jpg) right top repeat-x;
}

#navWrapper li a 
{
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	font-weight: bold;
	padding: 40px 10px 0 0;
	text-decoration: none;
	height: 30px;
	width: 122px;
}

#navWrapper li a:hover {
	background: url(../images/layout/nav_hover.jpg) right top no-repeat;
	display: block;
	height: 30px;
	width: 122px;
}

#navWrapper li.active a {
	background: url(../images/layout/nav_active.jpg) right top no-repeat;
	display: block;
	height: 30px;
	width: 122px;
}

/*categorieen links*/
.catContent p {
	padding: 3px 0 3px 2px;
}

/*zoeken*/

.searchField
{
	width: 160px;
	height: 22px;
	background-color: #FFFFFF;
	background-image: url('../images/layout/background_searchfield.png');
	background-repeat: no-repeat;
	padding: 3px 30px 0 25px;
	float: left;
	color: #496068;
	font-size: 11px;
}
.submit
{
	height: 21px;
	width: 52px;
	background-image: url('../images/layout/submit.png');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	font-size: 9px;
}

/*floats*/

#bottomBar .floatLeft {
	float: left;
	padding: 0 0 0 17px;
}
#bottomBar .floatRight {
	float: right;
	height: 100px;
}


#domainWrapper .toprounding
{
	background-image: url(http://images.topdomainsnetwork.nl/templates/default/vlaggen/images/layout/companyItem_top_background.gif);
}

#domainWrapper .bottomrounding
{
	background-image: url(http://images.topdomainsnetwork.nl/templates/default/vlaggen/images/layout/companyItem_bottom_background.gif);
}

