﻿/* CSS Document Bruins Organisatieadvies */
/* Author: Derk Bos */
/* Version 290508 */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #3C5D67;
	overflow:hidden;
	
}

img{
	border:0;
}

#wrapper{
position: absolute;
top: 50%;
left: 50%;
height: 568px;
width: 1024px;
margin: -284px 0 0 -512px;
	}

#main{
	width:1024px;
	height: auto;
	margin:auto; 
	background-image: url(gfx/achtergrond.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
/*
#banner{
	width:1024px;
	height: 50px;
	margin:auto; 
}
*/
#left{
	padding-top: 210px;
	height:421px;
	width:337px;
	float:left;
	z-index: 1;
	margin: auto;
}


#content{
	height:421px;
	width: 687px;
	font-size:12px;
	margin: 0;
	float: left;
}

.textBlock{
	width:auto;
	height: 421px;
	display:block;
	margin-top: 136px;
	scrollbar-arrow-color: #BD6003;
	scrollbar-track-color: #67868F;
	scrollbar-face-color: #003A49;
	scrollbar-highlight-color: #67868F;
	scrollbar-3dlight-color: #003A49;
	scrollbar-darkshadow-color: #003A49; 
	scrollbar-shadow-color: #67868F;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

.textBlock h1{
	margin:0;
	color:#BD6003;
	font-size: 18px;
	font-weight:bold;
	font-variant:small-caps;
	padding-top: 20px;
	padding-bottom: -10px;
}

.textBlock h2{
	margin:0;
	color:#BD6003;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
	padding-top: 10px;
	margin-bottom: -10px;
}

.textBlock h3{
	margin:0;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	padding-top: 10px;
	margin-bottom: -10px;
}

.textBlock ul { 
	list-style:none;
	padding-top: 0px;
}

.textBlock li {
	list-style-image:url(gfx/bullet.gif);
}
/*
#footer{
	background-color: #BD6003;
	width:1024px;
	height: 4px;
	margin:auto; 
	padding: 0 0 0 0;
}
*/
ul { 
list-style: none;
padding-top: 0px;
padding-right: 10px;
}

li {
 list-style-image:url(gfx/bullet.gif);
 margin-left: -10px;
}


.textBlock a {
	color: #FFFFFF;
	text-decoration: underline;
}
.textblock a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.textBlock a:hover {
	color: #BD6003;
	text-decoration: none;
}

/* menu */
#menu {
	width: 100%;
/*	padding: 0 0 0 0; */
	padding-top: 10px;
	margin-top: -45px;
	margin-left: 0px;
	text-align: left;
}

#menu a:link {
	display: block;
	padding-left: 10px;
	margin-top: -5px;
	font-weight: bold;
	font-size: 12px;
	font-variant:small-caps;
	color: #fff;
	text-decoration: none;
	background-color: #BD6003; 
	width: 206px;
	height: 14px;
}

#menu a:visited {
	display: block;
	padding-left: 10px;
	margin-top: -5px;
	font-weight: bold;
	font-size: 12px;
	font-variant:small-caps;
	color: #fff;
	text-decoration: none;
	background-color: #BD6003;
	height: 14px;
	width: 206px;
}

#menu a:hover {
	display: block;
	padding-left: 10px;
	margin-top: -5px;
	font-weight: bold;
	font-size: 12px;
	font-variant:small-caps;
	color: #003A49;
	text-decoration: none;
	background-color: #67868F;
	width: 206px;
	height: 14px;

}

/* formulier */
.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #BD6003;
	color: #FFFFFF;
	border: 0px solid #BD6003;
	cursor: hand;
}

.textInputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #FFFFFF;
}