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

/* body etc */ 
body {
	background:#000000;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	overflow-x: hidden;
	margin: 0;
	text-align: center;
}

/* Links etc */ 
a:link { 
	color: #D20000; 
	text-decoration: none;
}

a:visited { 
	color:#D20000; 
	text-decoration: none 
}

a:hover { 
	color: #FF0000; 
	text-decoration: none;
}

a:active { 
	color: #FF0000; 
	text-decoration: none 
}

/* Tekst classen etc */ 
.kop {
	font-size: 22px;
	font-weight: 900;
}

.tussenkop {
	font-size: 14px;
	font-weight: 900;
}

.tekst {
	font-size: 12px;
}

.tekstklein {
	font-size: 10px;
}

.agendageweest {
	font-size: 12px;
	color:#D20000;
}

.agendavandaag {
	font-size: 12px;
	color:#FFFF00;
}

.menu {
	font-size: 14px;
	color:#D20000;
}

/* Lijst stijl etc */ 
ul.niceList {
  margin-left:0em;
  padding-left:0.2em;
  margin-bottom:1em;
}
ul.niceList li {
  background:url(images/list-bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 0.8em;
  list-style: none;
}
.niceList ul li { background-image:url(images/list-bullet_child.gif); }

ol.niceList li, ul.niceList li { margin-bottom:0.5em; }

ol.niceList {
  margin-left:2.5em;
  padding-left:0px;
}
.niceList ol li {
  list-style:decimal;
  background-image:none;
  padding-left:0em;
}

/* P */

p {
margin-top:5px;
margin-bottom:5px;
}

/* Div classen etc */ 
div.normaal1s
{
	width:600px;
	background-color:#111111;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:left;
}
div.normaal2s
{
	width:600px;
	background-color:#111111;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:left;
}
div.home
{
	width:225px;
	background-color:#111111;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	text-align:left;
}
/* Divjes etc */ 
#frame {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#header {
	height: 275px;
	width: 800px;
}

#headerpng {
	background-image: url(images/TheAwfuls-Header.png);
	background-repeat: no-repeat;
	height: 211px;
	width: 800px;
	position:absolute;
	top:0px;
}

#content {
	border-width:2px; 
	border-color:#400000;
	border-left-style:solid;
	border-right-style:solid;
	width:760px;
	padding: 30px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background:url(images/TheAwfuls-Footer.png);
	height:16px;
	width:790px;
	text-align:left;
	padding-left:10px;
	padding-top:90px;
	color:#B00;
	margin-left: auto;
	margin-right: auto;
}

#fotobox {
	position: absolute;
	height: 94px;
	width: 800px;
	top: 213px;
	text-align:center;
}

#menu-1 {
	position: absolute;
	top: 137px;
	height: 26px;
	width: 800px;
	margin: 0px;
}

#menu-2 {
	position: absolute;
	top: 180px;
	height: 17px;
	width: 800px;
	margin: 0px;
	text-align:left;
}

#menu-2L {
	background-image:url(images/TheAwfuls-KnoppenDOWNL.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:17px;
	width:52px;
	margin:0px;
}

#menu-2R {
	background-image:url(images/TheAwfuls-KnoppenDOWNR.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:17px;
	width:52px;
	margin:0px;
}

#menu-2M {
	background-image:url(images/TheAwfuls-KnoppenDOWNM.png);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	height: 17px;
	margin: 0px;
	text-align:center;
}

#background-left {
	background: url(images/TheAwfulsBackgroundUPL.gif) top left;
	background-repeat:repeat-x;
	position: absolute;
	left: 0px;
	top: 0px; 
	height: 308px;
	width: 55%;
	margin: 0px;
}

#background-right {
	background: url(images/TheAwfulsBackgroundUPR.gif) top right;
	background-repeat: repeat-x;
	position: absolute;
	right:0px;
	top: 0px;
	height: 308px;
	width: 50%;
	margin: 0px;
}

#footerback {
	background-image:url(images/TheAwfulsBackgroundDOWNL.gif);
	background-repeat:repeat-x;
	width:100%;
	height:106px;
}

/* formulier stijl etc */ 
form
    {
	background-color:#111111;
	
    padding: 15px;
    width: 600px;
    
    font-size: small;
    }
label
    {
    float: left;
    width: 200px;
	font-size: 12px;
    text-align: right;
    
    margin-right: 15px;
    }
input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }
textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
    }
/* Light box*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }