/* 

Author:     Siem Vandenberg
Project:    Oggosodyssey.com
File:       oggos.css
Version:    1.0

*/

/* ###### Layout ###### */

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

p {
    padding: 10px 0px;
}

body {
    background: #5264a0;
    overflow-y: scroll;
}

#pageWrapper { 
    position: absolute;
    font-family: Verdana, Trebuchet MS, Arial, sans-serif;          
    font-style: normal;     
    font-size: 12px;
    color: #ffffff;
    height: auto;
    width: 100%; 
    z-index: 1;
}   

#sectionNavigation {
    position: absolute;   
    text-align: center;
    left: 50%;
    margin-left: -341.5px; 
    top: 125px;
    height: 37px;
    width: 683px;
    z-index: 6;
    background: url("/images/top_bar.png") top center no-repeat;    
}       #navBar ul li { 
        font-size: 14px;
        font-weight: bold;
        margin: 7px;
        display: inline;
        line-height:3em; 
        z-index: 10; 
        } #navBar a { 
        color: #003641;  
        text-decoration: none;  
        } #navBar a:hover { 
        color: #ffffff;
        text-decoration: none;    
        }
        
#bottomBar {
    position: absolute; 
    text-align: center; 
    left: 50%;
    margin-left: -341.5px;
    height: 120px;
    width: 683px;
    z-index: 6;
    background: url("/images/foot_bar.jpg") top center no-repeat;  
    clear: both;  
    padding-bottom: 10px;    
}   #bottomBar ul li { 
        font-size: 10px;
        font-weight: normal;
        margin: 3px;
        display: inline;
        line-height:3em; 
        z-index: 10; 
        } #bottomBar a {           
        color: #003641;      
        text-decoration: none;
        } #bottomBar a:hover {
        /*color: #003641;*/  
        color: #ffffff;  
        text-decoration: none;  
        }
                                                                   
#sectionMain { 
    clear: both; 
    position: absolute; 
    overflow: none;    
    width: 683px;
    left: 50%;
    margin-left: -341.5px;
    height: auto;
    top: 162px; 
    z-index: 5; 
}       #contentHolder {
            position: relative;
            clear: both;
            top: 0px;
            padding-left: 40px;
            padding-right: 40px;
            height: auto;
            background: transparent url("/images/slice_blauw.jpg") top center repeat-y;  
            z-index: 6;           
            }

#contentSpacer { 
    position: relative;
    height: 10px;
} 

#formSpacer { 
    position: relative;
    height: 500px;
} 

#trailerSpacer { 
    position: relative;
    height: 505px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

#headerImage { 
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -189.5px;
    width: 379px;
    height: 81px;
    background: url("/images/logo_english.png") top left no-repeat;
    z-index: 2;  
}

#bios { 
    position: absolute;
    clear: both;
    width: 675px;  
    height: 530px;
    margin-left: -36px;
    margin-top: -10px;
    background: url("/images/bios_bg.jpg") top right no-repeat; 
    z-index: 7;  
}

#oggo { 
    position: absolute;
    top: 160px;                               
    left: 315px;
    width: 386px;
    height: 309px;
    background: url("/images/oggo_eng.png") top left no-repeat;
    z-index: 666;  
}

#upperLeft {   
    position: absolute;
    float: left;
    top: 0px;
    width: 462px;
    height: 577px;
    background: url("/images/upper_left.jpg") top left no-repeat;
    z-index: 2;  
}

#upperRight { 
    position: relative;
    float: right;
    top: 0px;
    width: 431px;
    height: 587px;
    background: url("/images/upper_right.jpg") top right no-repeat;
    z-index: 2;   
}

#splashBG { 
    position: absolute;
    left: 100px; 
    width: 560px;
    height: 480px;
    background: url("/images/splash_taal.jpg");
    z-index: 657;   
}

#backdrop {    
    position: absolute;
    clear: both;
    margin-left: -20px;
    width: 640px;  
    height: 486px;
    background: url("/images/playnow_eng.jpg") top right no-repeat; 
    z-index: 7;   
}   #registerText {
        position: absolute;
        top: 150px;
        left: 30px;
        z-index: 20;
}

 #fixme {
      /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
      position:     fixed;
      left:         0px;
      bottom:       0px;
      padding:      0px;
      width:        100%;
      height:       57px;
      z-index:      9;
    }  
        
    #flash {
        position: fixed;
        left: 50%;
        margin-left: -535px;
        width: 260px;
        height: 180px; 
        z-index: 20;
        bottom: 10px;
    }

    #holder {
        position:   absolute;
        width:      950px;
        height:     645px;
        border:     none;
        left:       50%;
        top:        50%;
        margin-left: -425px;
        margin-top:  -322px;
    }

   #upperBar {   
        position: absolute;
        top: 0px;           
        width: 100%;
        height: 25px;
        background:  #ffffff;
        z-index: 10;  
    } #prev {
        font-weight: bold;
        padding: 5px;
        float: left;
        color: #492683; 
    } #next {
        font-weight: bold;
        padding: 5px;
        float: right;
        color: #492683;  
    } #upperBar a {
        color: #492683;
    } #upperBar a:hover {
        color: #2ac51f;
    }
                                   
    #current {
        position: absolute;
        width: 162px;
        left: 50%;
        margin-left: -81px;
        font-weight: bold;
        padding: 5px;
        color: #492683; 
    }
    
    #underBar {   
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 57px; 
        background:  url(/images/underbar.jpg) repeat-x scroll center center;
        z-index: 3;  
    } #visitLink {
        position: absolute;
        width: 100%;
        text-align: center;
        top:    16px;
        color: #492683;
        font-family: Verdana;
        font-size: 16px;
    } #underBar a {
        color: #2ac51f;
    } #underBar a:hover {
        color: #492683;
    }

/* ###### Text Opmaak ###### */

b {
    color: #56108d;  
}

b a {
    color: #56108d; 
    text-decoration: underline; 
}

b a:hover {
    color: #ffffff; 
    text-decoration: underline;
}

a {
    color: #56108d; 
    text-decoration: underline; 
}

a:hover {
    color: #9fd671; 
    text-decoration: blink;
}

li {
    color: #56108d;    
    font-size: 10px;  
    margin: 3px;  
    font-weight: normal;             
}

ul, li {
    list-style-position: inside;
    list-style-type: circle;
    line-height:1em; 
    z-index: 10; 
}

h1 {             
    font-style: oblique;     
    font-size: 18px;
    color: #003641; 
    z-index: 100;
    padding-bottom: 10px;
    padding-top: 10px;
}

#backdrop2 {    
    position: absolute;
    clear: both;
    margin-left: -20px;
    width: 640px;  
    height: 486px;
    background: url("/images/playsoon_eng.jpg") top right no-repeat; 
    z-index: 7;   
}

#oggo2 { 
    position: absolute;
    top: 160px;
    left: 430px;
    width: 386px;
    height: 309px;
    background: url("/images/oggo_soon.png") top left no-repeat;
    z-index: 666;  
}

#trailerHolder {
    position: relative;
    top: 156px;
    left: 201px;
}

