html, body, div, td, th, li, p, input, textarea, select { 			
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms",arial,helvetica,sans-serif;
	font-size: 13px;
}

body {
	text-align: center;
	background-color: #B8B8B8;
}

a {
	color: #0259db;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: auto;
	width: 1000px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	background-color: #EBEBEB;
}
	
#club {
	position: relative;
	width: 1000px;
	height: 236px;
	background: url(../img/bg_image.jpg) no-repeat; 
	background-position: top center;
	border-bottom: 2px solid #D5D5D5; 
	margin-bottom:10px;
}

#inlogbox {
	width: 222px;
	height: 75px;
	margin-top: 15px;
	margin-left: 50px; 
}


/* Navigatie
------------------------------------ */

#nav
{
	height:	22px;
	margin: 0;
	border-top: 0px solid #ccc;
	text-align: left;
}

div.navigator{
	padding:5px;
	text-align:center;
}

div.totalpagesdisplay{
	float:right;
	padding:5px;
	color: #454545;
}

.navigator a, span.inactive{
	margin-left:0px;
	padding: 0px 5px 2px 5px;
}

.navigator a:link, .navigator a:visited, .navigator a:hover,.navigator a:active{
	color: #454545;
	font-weight : bold;
	text-decoration: none;
}

span.inactive{
	color: #454545;
	font-weight : bold;
	font-style :italic;
}	

/* Form Elements 
------------------------------------ */

fieldset 
{
	padding-top:15px;
	padding-bottom:10px;
	padding-left:0px;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}

p.legend 
{
	background-color: #fff;
	padding: 5px 5px; 5px 5px;
	font-size: 13px;
	border:1px solid #ccc;
	position: relative;
	margin-bottom: -10px;
	width: 200px;
	margin-left: 15px;
	font-weight: bold;
}

label {
	position:absolute;
	font-weight: bold;
	padding-top: 4px;
}

input, select, textarea {
	margin-left:200px;
	width: 200px;
}

.error {
	border-color: #FF0000;
	border-style: solid;
}

.btn {
	background: #eee;   
    border: 1px solid #ccc;
	margin: 2px 4px 2px 0px;
    padding:4px;
    text-decoration:none;
}












.Article {
 	background: url(../img/rounded_corner_topleft.gif) top left no-repeat;
 }
.Article h2 {
	background: url(../img/rounded_corner_topright.gif) top right no-repeat;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
 	margin:0;
 	font-size: 18px;
}
.ArticleBody {
	background: url(../img/rounded_corner_rightborder.gif) top right repeat-y;
	margin:0;
  	padding-left:25px;
  	padding-right:25px;
}
.ArticleFooter {
  	background: url(../img/rounded_corner_bottomleft.gif) bottom left no-repeat;
} 
.ArticleFooter p {
	background: url(../img/rounded_corner_bottomright.gif) bottom right no-repeat;
	display:block;
  	padding-left:25px;
  	padding-right:25px;
  	margin:0;
}	



#header 
{
    height:36px;
    width:1000px;
	background:url("../img/bg_menu.jpg") repeat-x bottom;
    line-height:normal;
    border:0px solid black;
    /*float:right;*/
}

#header ul
{
    margin:0;
	padding:0;
    list-style:none;
}

#header li
{
    float:left;
    border-right:1px solid #FFFFFF;   
    margin:0;
    padding:0;
}

#header a, #header strong, #header span 
{
	float:left;
    display:block;
    padding:9px 6px 8px 6px;  
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
}

#header #current 
{
    background-image:url("../img/bg_menu_right_on.jpg");
}

#header #current a 
{
    text-decoration:none;
    color: #000000;
    background-color:#D5D5D5;
}

/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
	#header a {float:none;}
	#subheader a {float:none;}
/* End IE5-Mac hack */