body {
margin: 0px;
padding: 0px;
font-family: Verdana;
color: 666666;
font-size: 11px;
}

.bg{
background-color: #999999;
}

hr{
height: 1px;
border:1px solid #cccccc;
}

li{
list-style-image: url(../images/list.gif);
list-style-position: 4px;
}

.bg_head{
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
	width: 966px;
	height: 134px;
}

.bg_content{
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	width: 966px;
	height: 400px;
}

.text10{
font-family: Verdana;
font-size: 10px;
color: #666666;
}

.text{
font-family: Verdana;
font-size: 11px;
color: #666666;
}

.text_rood{
font-family: Verdana;
font-size: 11px;
color: #cc0000;
}

.titel{
font-family: Verdana;
font-size: 13px;
color: #006699;
}

a{
font-family: Verdana;
color: #006699;
text-decoration: none
}

a:hover{
font-family: Verdana;
color: #006699;
text-decoration: underline;
}

a.link{
padding: 1px;
background-color: #ffffff;
border: 1px solid #006699;
display: block;
}

a.link:hover{
padding: 1px;
background-color: #006699;
border: 1px solid #006699;
display: block;
}

a.rood{
font-family: Verdana;
font-size: 11px;
color: #cc0000;
}

a.rood:hover{
font-family: Verdana;
font-size: 11px;
color: #000000;
}

/************************************* form ***********************************/

.btn{
	background-color: #0092d8;
	color: #ffffff;
	height:18px;
	border-width:0px;
	cursor:hand;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 10px;
}

.textfield{
	border:#999999 1px solid;
	width: 250px;
	height: 18px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.textarea{
	border:#999999 1px solid;
	width: 250px;
	height: 60px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}








