html,body {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: #fff;
    height: 102%;   
    width: 100%;
}

div {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

body,td {
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
}

span.kop {
    font-size: 14px;
    font-weight: bold;
    color: #81ac5c;
}

input,textarea {
	border: 1px solid #c7c7c6;
	background-color: white;
    font-family: Arial;
    font-size: 11px;
}

input {
    height: 18px;
    line-height: 18px;    
    padding-left: 2px;
}

/* etc-------------------------------------------------------*/

div#background {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 65px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;    
}

div#bottombackground {
    width: 100%;
    height: 1px;
    border-top: 1px solid #262626;
}

div#centered {
    position: relative;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    padding-top: 20px;
}

div#footer {
    position: relative;
    width: 960px;
    left: 50%;
    margin-top: 10px;
    margin-left: -480px;
    color: #515151;
}

/* --------------------- */

div#slider {
    display: block;
    position: relative;
    width: 960px;
    height: 540px;
}

div#leftbutton {
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    width: 50px;
}

div#bigwindow {
    display: block;
    position: absolute;
    left: 50px;
    top: 0px;
    width: 860px;
    height: 540px;
    overflow: hidden;
}

div#rightbutton {
    display: block;
    position: absolute;
    left: 910px;
    top: 15px;
    width: 50px;
    text-align: right;
}

/* etc-------------------------------------------------------*/

div#slidestrip {
    position: absolute;
}

div.picture {
    position: absolute;
    text-align: center;
    width: 860px;
}

/* etc-------------------------------------------------------*/

div#text {
    width: 570px;
    padding-bottom: 50px;
}

div#documentaries {
    padding-bottom: 50px;
}

/* etc-------------------------------------------------------*/

div#top {

    margin-bottom: 20px;    
}

div#header {
    padding-bottom: 25px;
}

div#singles {
    display: table-cell;
    float: left;
    width: 160px;    
}

div#stories {
    display: table-cell;
    float: left;
    width: 430px;
    margin-left: 60px;
}

div#about {
    display: table-cell;
    float: left;
}

div.menutitle {
    padding-bottom: 5px;
    
}

span.minibrowser-text {
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
}

td#minibrowser-line {
    background-image: url(/assets/img/striped.gif);
    background-repeat: repeat-x;
    background-position: center left;
    width: 200px;    
    text-align: center;    
}

/* etc-------------------------------------------------------*/

img.menubutton {
    margin-right: 5px;
}

img.ball {
    margin-right: 5px;
}

/* etc-------------------------------------------------------*/

div#caption {
    display: block;
    width: 800px;
    margin-left: 80px;
}

div#photo_title {
    float: left;
}

div#photo_balls {
    float: right;
}

div#photo_description {

}

span.doctitle {
    font-weight: bold;
}

/* etc-------------------------------------------------------*/

div#news {
    width: 400px;
    position: absolute;
    left: 400px;
    top: 200px;
}

div#black_news {
    width: 100%;
    background-color: #000;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);    
}

div#padded {
    width: 350px;
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #cfcfcf;
}

/*-------------------------------------------*/

a {
    font-size: 11px;
    font-weight: bold;
    color: #fee402;
    text-decoration: none;
}
a:hover {
    color: white;
}