@import url(forms.css);

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#b1b0b0;
	text-align:center;
}
a span {
	visibility:hidden;
}
.content {
	width: 924px;
	margin:0 auto;
	text-align:left;
}
#header {
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:154px;
}
#header .content {
	background-image:url(../images/header_content.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:154px;
	position:relative;
}
#header .content h1 {
	margin:0;
	padding:0;
}
#header .content h1 a {
	color:#26c60c;
	font-size:1px;
	display:block;
	width:580px;
	height:130px;
}
#header .content .promo {
	position:absolute;
	right: 135px;
	top: 5px;
	width:113px;
	height:105px;
	text-align:right;
	padding:0 ;
}
#header .content .promo a, #header .content .promo a:hover, #header .content .promo a:visited, #header .content .promo a:active {
	color:#000;
	line-height:160%;
}
/*
#header .content .promo {
	position:absolute;
	right: 35px;
	top: 14px;
	width:242px;
	height:82px;
	text-align:right;
	background-image:url(../images/shoptoppers_topbannerbg.jpg);
	background-position: right 14px;
	background-repeat:no-repeat;
	padding:0 8px 0 0;
}
#header .content .promo div.banner a{
	position:absolute;
	top:15px;
	right:8px;
}
*/
#header .content .tabs {
	position:absolute;
	bottom:15px;
	right:9px;
	height: 30px;
}
#header .content .tabs a span {
	color:#000000;
	visibility:visible;
	display:block;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding-top:11px;
}
#header .content .tabs a.uwshophier {
	float:left;
	display:block;
	height:30px;
	width:163px;
	background-image:url(../images/tab.jpg);
	overflow:hidden;
	padding: 0;
	text-decoration:none;
}
#header .content .tabs a.webshopstarten {
	float:left;
	display:block;
	height:30px;
	width:163px;
	background-image: url(../images/tab.jpg);
	text-decoration:none;
}
#content {
	background-color: #e3e3e3;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#content .content {
	min-height: 300px;
	_height: 300px;
	margin:0 auto;
	position:relative;
}
#footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
}
#footer .content {
	background-image:url(../images/footer_content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height: 47px;
	color: #030303;
	padding: 3px 0 0 40px;
	position:relative;
}
#footer .content a, #footer .content a:hover, #footer .content a:visited {
	color: #030303;
}
#footer .content span {
	display:block;
	clear:left;
	font-size:9px;
	color:#7d7d7d;
	padding: 3px 0 0 0;
}
#footer .content span a, #footer .content span a:hover, #footer .content span a:visited {
	color:#7d7d7d;
	text-decoration:none;
}
#footer .content span a:hover {
	text-decoration:underline;
}

#footer span.poweredby {
	position:absolute;
	top:1px;
	right:40px;
}
#footer span.poweredby img {
	border:none;
}
/**
 * content
 */
#content .content h2, #content .content h3 {
	margin:0;
	padding:3px 20px 5px;
	font-size:14px;
	font-weight:bold;
}
#content .content h3 {
	font-size:11px;
}
#content .content p {
	padding: 6px 20px;
	margin:0;
	width:70%;
}
#content .content table {
	margin: 6px 20px;
}
#content_text {
	position:absolute;
	width: 898px;
	min-height: 300px;
	background-color:#FFFFFF;
	top:-15px;
	left:14px;
}

/**
 * menu
 */
#menu {
	float:right;
	margin:1px 0 30px;
	_margin:1px 0 36px;
	padding: 46px 0 0 0;
	width: 473px;
	background-image:url(../images/menu_bg.jpg);
	position:relative;
}
#menu a span {
	visibility:visible;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:20px 0 0 55px;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
}
#menu a.categories {
	display:block;
	background-image:url(../images/categories.jpg);
	width:474px;
	/*height:35px;*/
	height:44px;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
}
#menu a.search {
	display:block;
	background-image:url(../images/zoek.jpg);
	width:239px;
	/*height:35px;*/
	height:44px;
	text-decoration:none;
	position:absolute;
	top:0;
	right:0;
}
#menu div.footer {
	clear:both;
	height:20px;
	background-image:url(../images/menu_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#categories {
	padding: 0 20px;
}
#categories a.category-link {
	display:block;
	float:left;
	width: 215px;
	line-height: 150%;
	color:#000000;
	font-weight:bold;
}
#search {
	padding:0 20px;
	height:135px;
}
div.search {
	padding: 40px 20px;
	margin: 10px 0 0 0;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
div.search form {
	margin:0;
	padding:0;
	display:inline;
}
div.search input {
	border: 1px solid #b1b0b0;
	font-size:10px;
	width:330px;
}
div.search input.submit {
	cursor:pointer;
	width:auto;
}
div.search span.logo {
	display:block;
	text-align:right;
	padding: 20px 20px 0;
}
/**
 * shoptoppers
 */
div.shoptopper {
	float:left;
	width:90px;
	height:90px;
	margin: 0px 4px;
	border:1px solid #e3e3e3;
	padding: 5px 1px 2px;
}
div.shoptopper:hover {
	background-color:#d7d7d7;
	border:1px dashed #1b9207;
}
div.shoptopper a {
	display:block;
	text-align:center;
}
div.shoptopper a.shoptopper_img {
	background-image:url(../images/background_topadvertentie.png);
	_background-image:url(../images/background_topadvertentie.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 1px 0 5px;
}
div.shoptopper a.ok_img {
	background-image:url(../images/ok.png);
	_background-image:url(../images/ok.png);
	background-position:center;
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	display:inline-block;
	margin:1px;
}
div.shoptopper a.false_img {
	background-image:url(../images/false.png);
	_background-image:url(../images/false.png);
	background-position:center;
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	display:inline-block;
	margin:1px;
}
div.shoptopper a.shoptopper_link {
	height: 36px;
}
/**
 * gratis link vermeldingen
 */
#content div.links {
	clear:both;
	padding:10px 20px 20px;
	text-align:justify
}
#content div.links div.banner {
	position:relative;
	float:right;
	width:242px;
	height:82px;
	text-align:right;
	background-image:url(../images/shoptoppers_bannerbg.jpg);
	background-position: right 14px;
	background-repeat:no-repeat;
	padding:0 8px 0 0;
}
#content div.links div.banner a{
	position:absolute;
	top:14px;
	right:8px;
}
#content div.links h3 {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
#content div.links a {
	line-height: 180%;
	color:#000000;
	text-decoration:none;
}

#google_result {
	padding:10px 0;
}
textarea.bannercode, textarea.textbannercode {
	width:640px;
	font-size:11px;
	border:1px solid #b1b0b0;
	heigth:50px;
}
textarea.bannercode {
	width:580px;
	margin-left:10px;
}