body{
	background-color: #000000;
	margin: 0px;
	color: #;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*kop | head van de pagina*/

#container{
	width: 550px;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 550px;
}

/*content | invulling van pagina */
#logo{
	margin: 0px 50px 0px auto;
	width: 100px;
}
#actie_logo_index{
	display: block;
	position: absolute; 
	margin-top: 350px;
	margin-left: -35px;
	width: 150px;
	height: 150px;
	background-image:;
	background-repeat: no-repeat;
	z-index: 2;
}

#content{
	margin: -25px 50px 25px;
	float: left;
}
#content_2{
	margin: -25px 50px 0px;
	float: left;
}

#mediabox{
	float: right;
	padding: 0px 0px 15px 15px;
	
}

/*footer*/
#footer {
	margin: 5px auto;
	width: 550px;
	text-align: center;
	color: #786854;
	font-variant: small-caps;
	font-weight: bold;
}
/*navigatie*/

#navigatie {
	margin: 0px auto;
	width: 550px;
	color: #786854;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
#navigatie  ul{
	list-style: none;
	padding: 0px 0px;
	margin: 20px 0px;
}
#navigatie  li{
	display: inline;
	margin: 0 0 0 0;
}
#navigatie  a{
	font-weight: bold;
	text-decoration: none;
	color: #786854;
	display: inline;
	padding: 5px;
}
#navigatie  a:link, a:visited{
	color: #786854;
}
#navigatie  a:hover, a:active{
	color: #9A141B;
} 

/*spacer*/
#spacer{
	clear: both;
}

/*tekstopmaak*/
h1{
	color: #9A141B;
	font-size: 16px;
}
h4{
	font-size: 10px;
	font-weight: normal;
	line-height: 2px;
}
.bruin{
	color: #786854;
}
.rood{
	color: #9A141B;
}
.bold{
	font-weight: bold;
}
.bold-bruin{
	color: #786854;
	font-weight: bold;
}
.bold-rood{
	color: #9A141B;
	font-weight: bold;
}
.italic{
	font-style: italic;
}

/*links*/
a:link {
	color: #786854;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #786854;
}
a:hover {
	text-decoration: none;
	color: #9A141B;
}
a:active {
	text-decoration: none;
}

/*blitz_payoff_link*/
#blitz {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	height: 20px;
}
.blitz{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF
}
a.blitz:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.blitz:visited {
	color: #2C2C5B;
	text-decoration: none;
}
a.blitz:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.blitz:active {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#tekst_01 {
	margin: 50px 40px;
}
hr{
	color: #786854;
}

/*formulier*/
form{
}
label{
    float: left;
    width: 75px;
    text-align: right;
    
    margin-right: 15px;
}
input{
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #857664;
	width: 300px;
}
select{
	width: 120px;
	background-color: #FFFFFF;
	border-color: #9E9283;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}
textarea{
	width: 300px;
	height: 75px;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #786854;
}
.typehover {
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	border-color: #857664;
	background-color: #9A141B;
} 
.buton{
width: 120px;
	background-color: #FFFFFF;
	border-color: #9E9283;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}
.buton a:hover{
width: 120px;
	background-color: #f5f5f5;
	border-color: #9E9283;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}
	
	
.klein{
	font-size: 9px;
}

