/* 
    Document   : intro.css
    Created on : 9-mrt-2012, 20:50:55
    Author     : jd
    Description:
*/

* {
    margin:0px;
    padding:0px;
    color: #909090;
    font-family: arial;
    font-size: 22px;
}

div#high {
    overflow-y:auto;
}

div#high td {
    font-size: 18px;
}

div#high h2{
    font-size: 22px;
    color: #505050;
}

div#high table {
    width:100%;
}

div#high td {
    cursor:pointer;
}

div#high tr:hover td{
    background-color:#e0e0e0;
}

body {
    background-color:#D4D0C8;
}

div#bovenbalk {
    height:49px;
    width:100%;
    border-bottom: 1px solid #000000;
}

div#intro, div#high {
    background-color:#ffffff;
    height:668px;
    width:100%;
    border-bottom: 1px solid #000000;
    position:relative;
}

div#intro div#content, div#high div#content {
    text-align:center;
    position:relative;
    height: 668px;
    margin-right:560px;
}

div#intro h1#back, div#high h1#back {
    font-size: 72px;
    text-align: center;
     color: #908080;
}

div#intro div#image, div#high div#image {
    position: fixed;
    top:50px;
    right:0px;
}

div#high div#image {
    margin-right:50px;
}

div#scrolltext {
    height: 580px;
    text-align: center;
}

button {
    background-color: #4B0E0A;
    border: 5px double #FFFFFF;
    border-radius: 50px;
    box-shadow: 0 0 20px #000000;
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
    cursor: pointer;
    font-weight: bold;
    height: 80px;
    margin: 23px auto;
    text-align: center;   
    width: 178px;
    background-image: url("images/littlemap.png");
    background-repeat: no-repeat;
}

button:hover {
    background-color: #7b0E0A;
    text-shadow: 2px 2px #000000;
    box-shadow: 0 0 20px #A00000;
    color: #FFFFFF;
    border-color:#ffcEcA;
}

#menu {
    position:absolute;
    top:16px;
    left:12px;
}

#menu a {
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
    float:left;
    margin-right:10px;
    font-family: arial;
}

#menu a:hover {
    text-decoration: underline;
}

#messagebox {
    background-color: #404040;
    color: #332918;
    cursor: pointer;
    display: none;
    font-size: 18px;
    height: 250px;
    padding: 25px;
    position: fixed;
    top: 100px;
    width: 800px;
    display:none;
    left:100px;
    border: 3px double #000000;
    border-radius: 15px 15px 15px 15px;
}

#messagebox .chartding {
    float: left;
    height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 250px;
    margin-right: 15px;
}

#messagebox .chartding h3, .highname{
    font-size: 33px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 250px;
    z-index: 1;
}

#messagebox .chartding h4{
    font-size: 12px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 250px;
}

#messagebox .chartding img{
    opacity:0.9;
    position: absolute;
    z-index: 2;
}

td.cpuvic {
    text-align: left;
    padding-left:100px;
}

div#creditinfo {width:975px; text-align:center; line-height:25px; height:25px; color:#a0a0a0; margin-left:auto; margin-right:auto; overflow:hidden;}
div#creditinfo a {color:#a0a0a0; text-decoration:none;}
div#creditshow {font-size:17px; margin-top:0px; margin-bottom:0px; padding:0px;}
div.highcolors {
    color:#303030;
}