/* CSS Document */



body {
background-color: #000000;
color: #FFFFFF;
}

#homecontainer {
margin: auto auto auto auto;
width: 1000px;
/*height: 850px;*/
border: 0;
background-color: #000000;
color: #ffffff;
padding-bottom: 10px;
}

#container {
margin: auto auto auto auto;
width: 1000px;
/*height: 850px;*/
border: 1px solid #999999;
background-color: #000000;
color: #ffffff;
padding-bottom: 10px;
}

#home {
margin-top: 150px;
margin-bottom: 100px;
}

#header {
/*position: absolute;
top: inherit;
left: inherit;*/
display: block;
height: 50px;
z-index: 3;
text-align: left;
margin: 1px;
}



#subheader {
/*position: absolute;
top: inherit;
left: inherit;*/
display: block;
z-index: 2;
width: inherit;
text-align: center;
width: 798px;
}

#enter {
margin: 10px auto O auto;
text-align: center;
}

#enter a {
text-decoration: none;
font: bold 1.5em Courier, serif;
color: #ff6600;
}

#enter a:hover {
color: #ffffff;
}


div#menu {
/*position:absolute;
top: inherit;
left: inherit;
display: block;*/
float: right;
z-index: 3;
margin: 1px 0 0 2px;
text-align: right;
}



div#menu a {
display: inline;
text-decoration: none;
color: #ffffff;
background-color: #000000;
width: 125px;
padding: 1px 5px 1px 5px;
font: normal 1em Courier, serif;
margin-right: 5px;
}

div#menu a:hover {
color: #FF6600;
background-color: #000000;
}

div#menu a.active {
color: #FF6600;
background-color: #000000;
}

#vip {
float: left;
margin-left: 10px;
}

#textbox {
float: left;
padding: 30px 0 0 40px;
width: 600px;
font: normal 0.9em Courier, serif;
}

#textbox a {
font: normal 1em Courier, sans-serif;
text-decoration: none;
color: #bbbbbb;
}


#textbox a:hover {
color: #ff6600;
}


#textbox p {
margin-top: 0;
margin-bottom: 20px;
}





/* PORTFOLIO */

#catcontainer {
float: left;
width: 250px;
/*display: block;*/
padding: 60px 0 0 20px;
}

#catcontainer ul {
list-style: square outside;
}

#category {
font: bold 1.3em Courier, serif;
margin-bottom: 20px;
}

#categories {
float:left;
width: 220px;
font: normal 0.9em Courier, serif;
color: #FFFFFF;
}

#categories a {
color: #FFFFFF;
text-decoration: none;
display: block;
}


#categories a:hover {
color: #FF9900;
}


#categories .active {
color: #FF6600;
}


#subcategories {
clear: left;
float:left;
width: 220px;
font: normal 0.9em Courier, serif;
padding-top: 30px;
}


#subcategories a {
color: #FFFFFF;
text-decoration: none;
display: block;
}

#subcategories a:hover {
color: #FF9900;
}

#subcategories .active {
color: #FF6600;
}


h3 {
font: normal 1em Courier, sans-serif;
text-decoration: underline;
color: #CCCCCC;
margin-bottom: 5px;
margin-top: 0;
}


#slideshow {
float: left;
width: 500px;
height: 550px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}



#prevnext {
margin-bottom: 20px;
font: normal 1em Courier, serif;
}

#prevnext a {
color: #FFFFFF;
text-decoration: none;
}

#prevnext a:hover {
color: #FF6600;
}

#prevnext .inactive {
color: #999999;
}


#photo {
margin: 0 auto 15px auto;
/*margin-bottom: 15px;*/
}



#description {
font: normal 0.9em Courier, serif;
}

/* LINKS */
#links p {
margin-bottom: 5px;
}


/* FOOTER */

#footer {
clear: left;
height: 1em;
border-top: 1px solid #333333;
color: #444444;
font: normal 0.6em Times, serif;
}


#footer p {
margin: 0;
padding: 0 20px 0 20px;
}


#footer .copy {
font: normal 2em Courier, serif;
vertical-align: middle;
}


#footer a {
color: #444444;
}

#footer a:hover {
color: #666666;
}


/* ALGEMEEN */

h1 {
font: bold 1.2em Courier, serif;
color: #ff6600;
margin: 5px 0 5px 0;
}


h2 {
font: normal 1.2em Courier, serif;
color: #003366;
margin: 5px 0 5px 0;
width: 800px;
background-color: #d0dddd;
padding: 2px 0 2px 0;
}


.floatL {
float: left;
}

.floatR {
float: right;
line-height: 2em;
}