body {
    margin: 0 auto;  
    width: 1000px;     
    background-color: #181818;
}

body.intro {
	background-color: #000000;
}

div.nonCompatible {
	background-color: #8A0808;
	color: #FFFFFF;
}

header, footer, aside, nav, subnav {  
    display: block;  
} 

nav {
	position : relative;
	display : block;
	clear: both;
	height: 25px;
	background-color: #000000;
}

nav ul, nav ul li {
	list-style-type: none;
	padding : 0;
	margin : 0;
}

nav ul li {
	float: left;
	padding: 0 20px;
	margin: 0 2px 0 0;
	background-color: #fbca21;      
	background-position: right top;    
	background-repeat: no-repeat;    
	color: #000000;    
	border-radius: 7px;
	transition: background-color 1s linear;
      -moz-transition: background-color 1s linear;    /* FF3.7+ */
      -o-transition: background-color 1s linear;      /* Opera 10.5 */
      -webkit-transition: background-color 1s linear; /* Saf3.2+, Chrome */	
    font-size: 16px;
}

nav ul li:hover {
	background-color: #8A0808;
}
subnav {  
    margin: 0 auto;  
    background-color: #000000;
    width: 1000px; 
    padding: 0;  
    text-align: right; 
    color: #FFFFFF;	
    font-family: sans-serif;	
    font-size: 12px;	
    margin-left: 0px;	
    margin-right: 0px;
}
    subnav a {  
        margin-right: 2px;  
    }
    
    subnav a:hover {
    	color: #fbca21;
    }
    
article {
	position : relative;
	display : block;
	clear: both;
	background-color: #000000;
}

sponsor {
    margin: 0 auto;
    text-align: left;
}  

#content {  
    background-color: #000000;
    display: table; 
    width: 1000px; 
}  
      
    #mainContent {  
        display: table-cell;  
        width: 650px;  
        padding-right: 1px;  
    }
    
    div.stats {
    	display: table-cell;
    	width: 300px;
    	padding-right: 1px;
    	font-size: 11px;
    }  
      
    aside {  
        display: table-cell;  
        width: 346px;  
    }   

div#MainFrame {    
	background-color: #000000;    
	width: 1000px;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div.MainFrame {    
	background-color: #000000;    
	width: 1000px;
  	margin-left: auto ;
  	margin-right: auto ;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div#Header {    
	background-color: #000000;    
	text-align: left;    
	width: 100%;
}   

div#Footer {    
	background-color: #FFFFFF;    
	clear: both;    
	text-align: center;    
	width: 100%;
}

img {
	text-decoration: none;
}

img.HeaderImage {
	background-color: #000000;
	transition: background-color 1s linear;
      -moz-transition: background-color 1s linear;    /* FF3.7+ */
      -o-transition: background-color 1s linear;      /* Opera 10.5 */
      -webkit-transition: background-color 1s linear; /* Saf3.2+, Chrome */
}

img.border {
	border-color: #eee;
	border-style: solid;
	border-width: thick;
	border-radius: 7px;
	width: 270px;
}

img#ploegfoto {
	border-color: #eee;    
	border-style: solid; 
	border-width: thick;
	border-radius: 7px;
	width: 500px;
}

img.spelerfiche { 
	border-color: #eee;    
	border-style: solid; 
	border-width: thick;
	border-radius: 7px;
	text-decoration: none;
	width: 150px;
}

img.speler { 
	border-color: #eee;    
	border-style: solid; 
	border-width: thick;
	border-radius: 7px;
	text-decoration: none;
	width: 150px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

img.speler:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

img.links {    
	margin-bottom: 1em;    
	text-decoration: none;
}

datatable {
	padding-left: 1em;
}

datatable tbody tr:nth-child(odd) {
   background-color: #101010;
}

table#menu {    
	text-align: center;    
	width: 100%;
}

td.menuButton {    
	background-color: #fbca21;      
	background-position: right top;    
	background-repeat: no-repeat;    
	color: #000000;    
	margin-right: 0em;    
	padding: 0em;
	border-radius: 7px;
	transition: background-color 1s linear;
      -moz-transition: background-color 1s linear;    /* FF3.7+ */
      -o-transition: background-color 1s linear;      /* Opera 10.5 */
      -webkit-transition: background-color 1s linear; /* Saf3.2+, Chrome */
}

td.menuButton:hover {
	background-color: #8A0808;
}

#login_form {
	width: 300px;
	margin : 50px auto 0;
	padding : 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=text],input[type=password] {
	display : block;
	margin : 0 0 1em 0;
	width: 280px;
	border-radius: 5px;
	padding: 1px;
	font-size: 18px;
}

input[type=submit]{
	border : none;
	border-radius: 5px;
	font-size: 12px;
	background-color: #fbca21;
}

td.MenuButtonSelected {    
	background-color: #ffffff;    
	color: #000000;    
	margin-right: 0em;    
	padding: 0em;
}

a.menuLink {    
	color: #000000;    
	font-family: sans-serif;    
	text-decoration: none;
}
h1 {    
	color: #fbca21;    
	background-color: #202020;    
	font-family: sans-serif;    
	font-size: 22px;    
	font-stretch: unchanged;    
	font-variant: normal;    
	font-weight: bold;    
	text-align: left;
	margin: 0em;
	padding-top: 0px;
	padding-bottom: 2px;
}

h2 {    
	color: #FFFFFF;    
	background-color: #282828;    
	font-family: sans-serif;    
	font-size: 20px;    
	margin-left: 10px;    
	text-align: left;
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 2px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
}

h3 {    
	color: #FFFFFF;    
	background-color: #282828;    
	font-family: sans-serif;    
	font-size: 16px;    
	margin-left: 20px;    
	text-align: left;
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 2px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
}

b{
	color:#fbca21;
}

hr{
	color: #FFFFFF;
	height: 1px;
}

p {	
	color: #FFFFFF;	
	font-family: sans-serif;	
	font-size: 14px;	
	margin-left: 20px;	
	margin-right: 20px;	
	text-align: justify;
}
p.Center { 
	color: #FFFFFF;	
	font-family: sans-serif;	
	font-size: 14px;	
	margin-left: 20px;	
	margin-right: 20px;	
	text-align: center; 
}
ul {	
	color: #FFFFFF;	
	list-style-image: none;	
	list-style-position: inside;	
	text-align: left;
}
	
table {	
	color: #FFFFFF;
}

th {	
	background-color: #FFFFFF;	
	color: #000000;	
	text-align: 
	center;
}

a {	
	color: #FFFFFF;
}

p.nieuwsdatum {	
    font-size: 12px;	
    text-align: right;
}
table.klassementT {	
	color: #FFFFFF;	
	margin-right: 20px;	
	text-align: center;
}

.klassementTB {	
	color: #FFFFFF;	
	font-weight: bold;	
	margin-right: 20px;	
	text-align: center;
}

table td.klassement {	
	color: #FFFFFF;	
	margin: 20px;	
	padding: 5px;
}

hr {	
	background-color: #FFFFFF;	
	color: #FFFFFF;	
	height: 2px;	
	margin-right: 3px;	
	padding: 0px;
}
