/*
##########################################
##   Auteur: Gaming Power               ##
##                                      ##
##   ©2009 - Alle rechten voorbehouden  ##
##########################################
*/

body {
background            :  #808080;
color                 :  white;
font-size             :  100%;
 }

a.links:link {
font-weight           :  bold;
color                 :  #FFFFCC;
text-decoration       :  none;
 }
 
a.links:visited {
color                 :  #FFFF66;
font-weight           :  bold;
text-decoration       :  none;
 }
 
a.links:hover {
background            :  #C0C0C0;
 }
 
a.inlink:hover {
background            :  #808080;
 }
 
a.inlink:link {
font-weight           :  bold;
color                 :  #FFFFCC;
text-decoration       :  none;
 }
 
a.inlink:visited {
color                 :  #FFFF66;
font-weight           :  bold;
text-decoration       :  none;
 }
 
#header {
background-color      :  black;
text-align            :  center;
font-size             :  350%;
width                 :  70%;
height                :  80px;
margin                :  2% 0% 2% 15%;
padding               :  2% 0px 0px 0px;
border                :  white solid 1px;
 }
 
#inhoud {
background-color      :  black;
text-align            :  center;
width                 :  68%;
height                :  550px;
margin                :  2% 0% 0% 15%;
padding               :  1%;
 }
 
#footer {
font-style            :  oblique;
font-size             :  70%;
text-align            :  center;
margin                :  0% 0% 2% 0%;
 }
 
#browser {
font-size             :  100%;
 }
 
#navigatie {
list-style            :  none;
margin                :  0;
padding               :  0;
width                 :  100%;
 } 
 
#navigatie li {
background            :  #808080;
font-weight           :  bold;
border-style          :  solid none solid none;
border-width          :  1px;
border-color          :  white;
padding               :  5px 0px 3px 0px;
text-align            :  center;
width                 :  25%;
float                 :  left;
margin                :  0px 0px 10px 0px;
 }
 
#navigatie a {
text-decoration       :  none;
font-weight           :  bold;
 }
 
#navigatie a:link {
color                 :  white;
 }
 
#navigatie a:visited {
color                 :  #CCCCCC; /* lichtgrijs */
 }
 
#navigatie a:hover {
border-style          :  solid none solid none;
border-width          :  5px 0px 3px 0px;
border-color          :  #555; /* lichtgrijs */
 }
 
#huidig {
color                 :  #B4B4B4;
text-decoration       :  underline;
font-style            :  oblique;
 }
 
#screenshots {
font-size             :  70%;
font-style            :  oblique;
 }
 
#klaar {
color                 :  #00FF00;
 }
 
#bezig {
color                 :  #FF9933;
 }
 
#todo {
color                 :  #FF0000;
 }
 
#downloadinfo {
font-style            :  oblique;
font-size             :  60%;
 }
 
#mirror {
font-size             :  80%;
font-style            :  oblique;
 }
