body {
	margin:0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#333;
	font-size: 12px;
	color:#49595f;
	border:0px;
	line-height:23px;
	vertical-align:center;
	font: 8pt Tahoma;
	background:#000000 url(images/bg4.jpg) no-repeat top left;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font: 8pt Tahoma;
}

.tabel{

}

.tabel td{
border-top:1px solid #e9e9e9;
}

a,.tabel a{
	color:#2F3B3F;
	text-decoration:none;
	font-weight:normal;
}

img {
border:0px;
}

.backs{
border: 10px solid #000;
width:60%;
height:100px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
margin-bottom:25px;
position:relative;
}


.wrapper {
	width:900px;
	margin-bottom:120px;
	margin-left:auto;
	margin-right:auto;
}

.menu{
	background-color:#fff;
	height:30px;
	text-align:right;
	float:right;
	line-height:30px;
	vertical-align:center;
	padding-right:15px;
	padding-left:15px;
	color:#5e5e5e;


}

.menu a{
	text-decoration:none;
	color:#5e5e5e;
}

.menu a:hover{
	color:#333;
}

.usermenu{
	height:30px;
	line-height:30px;
	vertical-align:center;
	padding-right:15px;
	padding-left:15px;
	color:#5e5e5e;

}

.usermenu a{
	text-decoration:none;
	color:#5e5e5e;
}

.usermenu a:hover{
	color:#333;
}

.top{
	background-color:#fff;
	height:15px;
	background:url(images/content_top.png) no-repeat;
	overflow:hidden;
}

.content{
	padding:10px;
	background-color:#fff;
	font-size: 12px;
	color:#49595f;
	border:0px;
	line-height:23px;
font: 8pt Tahoma;
}

.bottom{
	background-color:#fff;
	background:url(images/content_bottom.png) no-repeat;
	height:15px;
}

.arrow_down{
	background-color:#fff;
	margin-left:75px;
	background:url(images/text.gif) no-repeat;
	height:11px;
}

.arrow_up{
	background-color:#fff;
	margin-left:75px;
	background:url(images/text2.gif) no-repeat;
	height:11px;
}

.message{
padding-bottom:10px;
	font-size: 12px;
	color:#49595f;
	line-height:23px;
	vertical-align:center;
	font: 8pt Tahoma;
}

.message a{
	color:#2F3B3F;
	text-decoration:none;
	font-weight:normal;

}

.message :hover{

}

.footer{
margin-top:3px;
text-align:right;
color:#49595f;
color:#fff;
}

.footer a{
font-weight:bold;
text-decoration:none;
color:#49595f;
color:#fff;
}


.clear {
	height:25px;
}

/*
FORMULIEREN EN INPUT
*/

input.textbox {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
	padding: 1px;
}

input {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
	padding: 1px;
}

textarea {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

input.radio {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
}

input.checkbox {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
}

select {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
}

input.button {
	background: #ffffff url(images/input_bg.gif) top left no-repeat;
	border: 1px solid #aaaaaa;
	
}


/* notes */
.note_info{
background-color:#DAE6F1;
border: 1px solid #96999C;

padding:20px;
margin-top:10px;
margin-bottom:10px;
color:#666;
}

.note_good{
background-color:#DFE9B8;
border: 1px solid #CAD3A6;

padding:20px;
margin-top:10px;
margin-bottom:10px;
color:#666;
}

.note_bad{
background-color:#F8F2B7;
border: 1px solid #DBD6A1;
padding:20px;
margin-top:10px;
margin-bottom:10px;
color:#666;
}

