@charset "UTF-8";

/*
Theme Name: Hoogsterente
Description: speciaal ontwikkeld voor Hoogsterente.nl.
Version: 1.0
Author: Rishard Stoffer & Victor Swane
Author URI: http://www.ristodesign.nl/
*/


/* -------------------- MASTER RESET --------------------  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 	padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; font-size: 62.5%; /* 10px */ line-height: 1.5em;  }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table /*cellspacing="0" */ { border-collapse: collapse; border-spacing: 0; }
* a:hover { text-decoration: none; }

/* -------------------- BEGIN CSS --------------------  */


body {
	font-family:Helvetica, Arial, sans-serif; color:#A3A510;
	}


html, body { height: 100%; width:100%;  }


div#container{
	width:775px;
	height:auto;
	left:50%;
	margin-left:-387px;
	position:absolute;
	background:url(img/dots.gif) no-repeat -100px 35px;
}
div#header{
	width:775px;
	height:245px;
	float:left;
	margin-bottom:20px;
	background:url(img/uitroepteken.gif) 50px 35px no-repeat;
}




div#planty_logo{
	width:140px;
	height:75px;
	float:left;

	margin-left:631px;
	margin-top:15px;	
}



div#img_header{
	width:535px;
	height:138px;
	float:left;
	margin-top:12px;
	margin-left:203px;
	border:solid 2px #A3A510;
}



div#menu{
	width:auto;
	height:auto;
	float:left;
	margin-left:55px;
	list-style:none;
}
div#menu a{
	font-size:1.7em;
	line-height:1.7em;
	color:#A3A510;
	font-weight:bold;
	text-decoration:none;
}

div#menu a:hover{
	color:#A3A510;
	text-decoration:underline;
}
.current_page_item{
	text-decoration:underline;
}

div#content_holder{
	width:515px;
	height:auto;
	min-height:150px;
	float:right;
	margin-right:33px;
	padding:10px;	
	border:solid 2px #A3A510;
	
}


div#content{
	margin-left:3px;
	font-size:1.2em;
	color:#333;
	line-height:1.2em;
	float:left;
}


div#content a{
	color:#666;
	text-decoration:none;
}

div#content a:hover{
	color:#666;
	text-decoration:underline;
}
div#content ul li {
	list-style:disc;
	padding:3px 0px 3px 5px;
	margin-left:13px;
}

div#content ol li{
	padding:3px 0px 3px 5px;
	margin-left:19px;
	list-style:decimal;
}

div#content p{margin:10px 0px 10px 0px;
}

div#titel_content{
	float:left;
	width:520px;
	height:auto;
	font-size:1.7em;
	color:#A3A510;
	font-weight:bold;
	margin:7px 0px 7px 0px;
}


div#footer{
	margin-top:20px;
	text-align:right;
	width:535px;
	height:20px;
	float:right;
	margin-right:37px;

	
}