/* CSS Renée van Wegberg

Lettertype:
Naamplaat: Segoe Script
Content: Verdana


*/

body, html {
	background:#000;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
	
#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#000 url(../../images/background_container.png) no-repeat;
}

.clearfloat {
	display:block;
}


/* LINKERGEDEELTE */

#links {
	float:left;
	width:315px;
	height:auto;
	background:#000;
}

#balk {
	width:315px;
	height:29px;
	background:#000 url(../../images/topbalk_links.png) no-repeat;
}

#nieuws {
	float:left;
	width:305px;
	height:auto;
	padding:20px 0px 20px 10px;
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#CCC;
}

#nieuws a {
	text-decoration:none;
	color:#CCC;
}

#nieuws a:hover {
	text-decoration:none;
	color:#F60;
}

.font {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00F;
}

#menu {
	float:left;
	width:315px;
	height:303px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding:40px 0px 0px 0px;
	background:#000 url(../../images/renee.png) no-repeat;
}

#menu a {
	text-decoration:none;
	color:#CCC;
}

#menu a:hover {
	text-decoration:none;
	color:#F60;
}

#subMenu {
	width:565px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#00F;
	text-align:left;
	padding:40px 20px 0px 50px;
	font-weight:bold;
}

#subMenu a {
	text-decoration:none;
	color:#CCC;
}

#subMenu a:hover {
	text-decoration:none;
	color:#F60;
}

#naam {
	clear:both;
	width:315px;
	height:50px;
	background:#000 url(../../images/naam.png) no-repeat;
}


/* CONTENTGEDEELTE */

#content {
	float:left;
	width:635px;
	height:auto;
	padding:0px 0px 20px 0px;
}

#banner {
	width:635px;
	height:29px;
	background:#000 url(../../images/topbalk.png) no-repeat;
}

#inhoud {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#CCC;
	line-height:20px;
	padding:30px 20px 0px 50px;
}

#inhoud a {
	text-decoration:none;
	color:#CCC;
}

#inhoud a:hover {
	text-decoration:none;
	color:#F60;
}

/* BODEMBALK */

#bottom {
	clear:both;
	width:940px;
	height:20px;
	text-align:right;
	background:url(../../images/bottom.png) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	padding:3px 10px 0 0;
}

#bottom  a {
	text-decoration:none;
	color:#000;
}

#bottom  a:hover {
	text-decoration:underline;
	color:#000;
}

/* Formulier elementen ---------------------------------------------------------- */
form {
	width:400px;
	margin:0;
	padding:0;
}

textarea {
	float:left;
	font:normal 11px verdana,arial,sans-serif;
	border:solid 1px #000;
	background:#FFFFFF;
	color:#333333;
	width:262px;
	height:100px;
	padding:5px 4px 4px 4px;
	overflow:auto;
}

.xx input {
	float:left;
	width:15px;
	text-align:left;
	border:none;
	height:22px;
}

input {
	float:left;
	font:normal 11px verdana,arial,sans-serif;
	border:solid 1px #000;
	background:#FFFFFF;
	color:#333333;
	width:220px;
	height:17px;
	padding:5px 4px 4px 4px;
	margin-bottom:10px;
}

label {
	float:left;
	font-weight:normal;
}

.frmKnop {
	background:#1A377D;
	margin:0px 0 0px 0px;
	width:160px;
	height:20px;
	color:#fff;
	padding:0 0 3px 0;
	font-weight:bold;
	cursor:pointer;
	border:none;
}

.divFoto {
    float:left;
	width:160px;
	height:120px;
    padding-right:10px;
    text-align:center;
	border:1px solid #999;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.divTekst {
	clear:left;
	padding-bottom:15px;
}