body{
    background-color: black;
    font-family: sans-serif, Helvetica;
    font-size: 12px;
}

p {font-family: sans-serif, Helvetica;
   font-size: 12px;
}
h1 {color:white; font-size: 18px;}
h2 {color:white; font-size: 13px;}

a { color: white; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}

input.text, textarea {
    width: 250px;
    font-family: sans-serif, Helvetica;
    font-size: 12px;
    padding: 3px;
}

textarea {height: 140px}

#container {
    width: 900px;
    margin: 40px auto 0px auto;
}

#header {
    height: 80px;
    color: #ffffff;
}

#logo {
    float: left;
}

#menuDiv {
    top : 0px;
    height : 20px;
    float: right;
    margin-top: 20px;
}

#header ul{
    padding: 0px;
    list-style: none;
    right: 30px;
    font-size: 14px;
    float: right;
}
#header ul li {
    float: right;
    width: 110px;
    right: 20px;
    text-align: center;
}
#header ul li a
{
    display: block;
    width: 100%;
    height: 18px;
    font-size: 12px
}


#s3slider { 
    width: 1000px; /* important to be same as image width */
    height: 640px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#s3sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
}

.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}

.s3sliderImage span {
    position: absolute; /* important */
    font: 13px sans-serif, Helvetica;
    padding: 20px;
    background-color: #000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */

    /*
        if you put
        top: 0; -> the box with text will be shown at the top of the image
        if you put
        bottom: 0; -> the box with text will be shown at the bottom of the image
    */
}

.clear {
    clear: both;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
    height: 80px;
}
.left {
    top: 0;
    left: 0;
    width: 110px !important;
    height: 280px;
}
.right {
    right: 0;
    bottom: 0;
    width: 150px !important;
    height: 563px;
}
.rightbottom {
    right: 0;
    bottom: 0;
    width: 300px !important;
    height: 140px;
}
.nodisplay
{
    display:none;
}

#contactpage {
    background-image: url('http://neographikal.ams-host.nl/contact-IMG_2463.jpg');
    top: 0;
    left: 0;
    width: 900px !important;
    height: 600px;
}

#referentiespage {
    background-image: url('http://neographikal.ams-host.nl/referentie-IMG_9273.jpg');
    top: 0;
    left: 0;
    width: 900px !important;
    height: 600px;
}

#werkwijzepage {
    background-image: url('http://neographikal.ams-host.nl/werkwijze-30-11-2006.jpg');
    top: 0;
    left: 0;
    width: 900px !important;
    height: 599px;
}

#portfoliopage {
    background-image: url('http://neographikal.ams-host.nl/portfolio-CRW_3556.jpg');
    top: 0;
    left: 0;
    width: 900px !important;
    height: 600px;
}

.leftbox {
    float: left;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 260px;
    height: 563px;
    padding:20px;

}

.leftbox p {
    color: white;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-family: sans-serif, Helvetica;
    font-size: 12px;
}

.leftbox h1 {
    color: white;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-family: sans-serif, Helvetica;
}

.rightbox {
    float: right;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 260px;
    height: 563px;
    padding:20px;

}

.rightbox p {
    color: white;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-family: sans-serif, Helvetica;
    font-size: 12px;
}

.rightbox h1 {
    color: white;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-family: sans-serif, Helvetica;
}