/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.companyshaping.nl
# Platform:			CSS
# Date created: 	10-09-10 
#
    used colours for this website:
   	#ffcc33			yellow
   	#ececec			grey 
   	#ff0000			red
#
###########################################################
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    background-color: #ececec; 
	color: #000;
}

div.main {
	position: relative;
	width: 900px;
	height: 740px;
	margin: auto;
	border: 2px solid black;
    background-color: #fff; 
	color: #000;
}

div.logo {
	position: relative;
	width: 100%;
	height: 110px;
	font-size: 0pt;
	background-image: url(../img/back-logo.jpg);
	background-repeat: no-repeat;
	color: #000000;
}

img.logo {
	position: absolute;
	top: 6px;
	left: 6px;
}

div.topmenu {
	position: relative;
	top: 10px;
	text-align: right;
}

a.topmenu:hover {text-decoration: underline;}
a.topmenu, a.topmenus {
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
	color: #ffcc33;
}
a.topmenus {
	text-decoration: underline;
}

div.menu {
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 8px;
	background-color: #ffcc33;
	color: #000000;
}

a.menu:hover {color: #ff0000; text-decoration: underline;}
a.menu, a.menus {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
	color: #000;
}

a.menus {
	color: #ff0000;
}

a.menulinks:hover {color: #ff0000; text-decoration: underline;}
a.menulinks, a.menulinks_s {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
	color: #000;
}

a.menulinks_s {
	color: #ff0000;
}

div.news {
	position: absolute;
	padding: 20px;
	top: 240px;
	left: 0px;
	margin-left: -40px;
	width: 188px;
	height: 290px;
	z-index: 1000;
	background-image: url("../img/nieuws.png");
	background-repeat: no-repeat;
	color: #000000;
}

iframe.news {
	width: 194px;
	height: 250px;
	border: 0px;
}

iframe.newsbreed {
	width: 358px;
	height: 400px;
	border: 0px;
}

span.nieuwstitel {
	display: block;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

span.nieuwsitem {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background: transparent;
	color: #000;
}

span.nieuwsdatum {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: transparent;
	color: #888;
}

a.nieuwsleesmeer:hover {text-decoration: underline;}
a.nieuwsleesmeer {
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
	color: #000;
}

div.nieuwsstreep {
	display: block;
	height: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    letter-spacing: 2px;
    background: transparent;
	color: #ffcc33;
}

img.imgmiddle {
	position: absolute;
	left: 220px;
	bottom: 70px;
	border: 0px;
	background: transparent;
}

div.content {
	position: absolute;
	padding: 24px;
	top: 160px;
	right: 0px;
	margin-right: -40px;
	width: 357px;
	height: 510px;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
	background-image: url(../img/tekst.png);
	background-repeat: no-repeat;
	color: #000000;
}

ul,ol {
	margin-top: -10px;
}

div.content_breed {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #000000;
}

h1.titel {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	text-align: center;
}

.voorwaarden{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #ececec;
    color: #000000;
}

div.partner {
	display: none;
}

a.partnerlink:hover {color: #000; text-decoration: none; }
a.partnerlink {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
    background: transparent;
    line-height: 22px;
	color: #f00;	
}

a.link:hover {color: #ff0000; text-decoration: underline; }
a.link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    /*font-weight: bold;*/
    text-decoration: underline;
    background: transparent;
	color: #000000;
}

div.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background-color: #ffcc33;
	color: #000000;
}

span.bottomtext {
	position: relative;
	top: 6px;
	left: 6px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

a.bottomlink:hover {text-decoration: none; color: #ff0000;}
a.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    /*font-weight: bold;*/
    text-decoration: underline;
    background: transparent;
	color: #000;
}

span.bottomcopy {
	position: absolute;
	bottom: 6px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a.copylink:hover {text-decoration: underline; color: #000;}
a.copylink {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
	color: #fff;
}

.knop {
	width: 120px;
	height: 24px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	border-style: outset;
	border-color: #ececec;
	background-color: #ffcc33;
	color: #000;
}


.textbox {
	width: 226px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #ffcc33;
	background-color: #dfdbdb;
	color: #555;
}

.selectbox {
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #ffcc33;
	background-color: #dfdbdb;
	color: #000;
}

.areabox {
	width: 226px;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #ffcc33;
	background-color: #dfdbdb;
	color: #555;
}


