html,body {
    margin : 5px 0 10px 0;
    padding : 0;
    background-color : #353739;
    font-family : arial;
    font-size : 11px;
    color : #000000;
	
}


/* //////////////////// LINKS \\\\\\\\\\\\\\\\\\\\ */


A:link { color : #3E0022; font-weight : bold; text-decoration : none;}
A:visited { color : #3E0022; font-weight : bold; text-decoration : none;}
A:active { color : #3E0022; font-weight : bold; text-decoration : none;}
A:hover { color : #B07C9C; font-weight : bold; text-decoration : none;}


/* //////////////////// LIJSTEN \\\\\\\\\\\\\\\\\\\\ */


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
}

li { 
	margin : 3px 0 3px 0;
}

.altTextField {
background-color: #c0c0c0;
font-family: verdana;
font-size: 12pt;
color: #3e0022;
width: 200px
}

textarea { 
	background-color: #c0c0c0; 
	color: #3E0022; 
}



span { 
	font-weight : bold;
	font-family : arial;
    font-size : 12px;
	color: #ff0000; 
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
    margin-left : auto;
    margin-right : auto;
    /*width : 585px;*/
	width : 800px
}

.top {
	float : left;
    background-color : #353739;
	background-image : url(../images/banner.jpg);
	background-repeat : no-repeat;
	background-position : center center;
    padding : 35px 0 0 0;
    text-align : center;
    font-size : 22px;
    font-weight : bold;
    margin : 0 0 10px 0;
    height : 80px;
    /*width : 575px;*/
	width : 780px
}

.bottom {
	float : left;
    background-color : #353739;
	
	background-repeat : no-repeat;
	background-position : center center;
    padding : 35px 0 0 0;
    text-align : center;
    font-size : 22px;
    font-weight : bold;
    margin : 0 0 10px 0;
    height : 90px;
    /*width : 575px;*/
	width : 780px
}

.links {
	float : left;
	margin : 0 9px 0 0;
    width : 203px;
}

.menu_top {
	float : left;
    background-image : url(../images/menu_top.gif);
    padding : 9px 0 0 10px;
    font-weight : bold;
    color : #000000;
    width : 194px;
    height : 34px;
}

.menu_mid {
	float : left;
    background-image : url(../images/menu_mid.gif);
    padding : 0 0 0 10px;
    color : #000000;
    width : 194px;
	word-wrap : break-word;
}

.onlineusers {
height: 200px;
overflow: auto;
width: 325px;
 }


.menu_bottom {
	float : left;
    background-image : url(../images/menu_bottom.gif);
    margin : 0 0 10px 0;
	font-size : 0;
    width : 204px;
    height : 17px;
}

.rechts {
	float : left;
    width : 363px;
}

.content_top {
	float : left;
    background-image : url(../images/content_top.gif);
    padding : 10px 0 0 15px;
    font-weight : bold;
    color : #000000;
    width : 350px;
    height : 34px;
}

.content_mid {
	float : left;
    background-image : url(../images/content_mid.gif);
    padding : 0 15px 0 15px;
    color : #000000;
    width : 333px;
	word-wrap : break-word;
}

.content_bottom {
	float : left;
    background-image : url(../images/content_bottom.gif);
    margin : 0 0 10px 0;
	font-size : 0;
    width : 363px;
    height : 17px;
}

.pagina_navi {
	float : left;
    background-image : url(../images/pagina_navi.gif);
    text-align : center;
    padding : 10px 0 0 0;
    color : #000000;
    width : 363px;
    height : 34px;
}