/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
background-color : #282828;
color : #383838;
text-align : center;
} 

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
color: #282828;
page-break-before: auto;}
#wrapper { 
 margin: 0 auto;
 width: 703px;
}
#faux {
 background: url(faux-1-2-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
width: 703px;}

#header {
display:none;
}

a:link, a:visited { 
color : #fa6627;
text-decoration : none;
} 
a:hover, a:active { 
color : #383838;
color: #bfbfbf;} 

#links { 
 display:none;
}

#rechts { 
 }
 
#footer { 
 display:none;
}

.clear { clear: both; background: none; }

/*
extra vanaf  hier
*/

div#links h2 { 
font-size : 12px;
font-weight : normal;
background-color : inherit;
color : #fff;
margin : 0;
padding : 12px 0 0 15px;
background-image : url(images/left_content_header.gif);
height : 25px;
width : 115px;
} 
ul#leftnav { 
margin : 0;
padding : 0;
} 
ul#leftnav li { 
list-style-type : none;
display : block;
margin : 0;
background-image : url(images/left_nav_link_bg.gif);
} 
ul#leftnav li a:link, ul#leftnav li a:visited { 
background-color : inherit;
color : #000;
text-decoration : none;
display : block;
height : 22px;
padding : 6px 0 0 20px;
} 
ul#leftnav li a:hover, ul#leftnav li a:active { 
background-image : url(images/left_nav_link_bg_hover.gif);
display : block;
height : 22px;
} 

h2 { 
font-size : 12px;
font-weight : normal;
color : #f9ffff;
margin : -3px 0 0 0;
background : #fff url(images/main_content_header.gif) no-repeat;
height : 25px;
padding : 12px 0 0 15px;
}

.tableheader {
color : #ffffff; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
background-image : url(images/tableheader.gif);
height : 25px;
text-align: center;
}

.poulerank {
background-color: #ffffff;
}

.row0 {
    background-color: #ffffff;
}

.row1 {
    background-color: #f0f0f0;
}

.rgrey {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
text-align : right;
background : #c0c0c0; 
}

.lgrey {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
background : #c0c0c0;
text-align: left;
}

.cgrey {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
background : #c0c0c0;
text-align: center;
}

.lwit {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
text-align : left; 
} 

.rwit {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
text-align : right; 
} 

.cwit {
color : #000000; 
font-family : verdana, arial, sans-serif; 
font-size : 8pt; 
text-align : center; 
}  

ul#stats { 
display : none;
} 
body > ul#stats { 
margin : 0;
} 
ul#stats li { 
list-style-type : none;
float : left;
display : block;
margin : 0;
padding : 11px 0 0 0;
} 
ul#stats li#comments { 
padding-left : 35px;
} 
#stats li#hits { 
padding-left : 45px;
} 
#stats li#online { 
padding-left : 45px;
} 

ul#topnav { 
margin : 0;
padding : 0;
height : 33px;
background : #282828 url(images/top_nav_right_bg.gif) no-repeat bottom right;
} 
ul#topnav li { 
list-style-type : none;
float : left;
display : block;
margin : 0;
padding : 0;
} 
ul#topnav li.bigtab { 
background : #282828 url(images/top_nav_large_tab.gif) no-repeat;
height : 24px;
width : 131px;
padding : 9px 0 0 0;
text-align : center;
font-size : 14px;
font-weight : bold;
color : #f15f10;
} 
ul#topnav li a.smalltab:link, ul#topnav li a.smalltab:visited { 
background : #282828 url(images/top_nav_small_tab.gif) no-repeat;
height : 23px;
width : 131px;
padding : 10px 0 0 0;
text-align : center;
font-size : 14px;
color : #515151;
text-decoration : none;
display : block;
} 
ul#topnav li a.smalltab:hover, ul#topnav li a.smalltab:active { 
background : #282828 url(images/top_nav_small_tab_hover.gif) no-repeat;
color : inherit;
height : 23px;
width : 131px;
padding : 10px 0 0 0;
text-align : center;
font-size : 14px;
display : block;
} 