/****************************** CSS GWARS.DE    ******************************/
/****************************** Copyright 2008  ******************************/
/****************************** by Ralph Bieler ******************************/

/* Basics
---------------------------------------------------------------------------- */

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

body
{
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    color: #e0e0e0;
    padding: 0 0 20px;
    height: 100%;
    background-image: url(/_themepack/images/background/space.gif);
    background-attachment: fixed;
    text-align: center;
}

img
{
    position: relative;
    border: 0px;
}

h3
{
    position: relative;
    color: #e0e0e0;
    text-align: justify;
    margin-bottom: 10px;
}

ul
{
    position: relative;
    color: #e0e0e0;
    margin-left: 15px;
    line-height: 1.3em;
}

p
{
    position: relative;
    color: #e0e0e0;
    margin: 10px 0;
}

input, textarea, select, option
{
    position: relative;
    color: #000000;
}

hr
{
    position: relative;
    margin: 1em 0;
    background: #a0a0a0;
    height: 1px;
    color: #f2f2f2;
    border: none;
    clear: both;
}

table, span
{
    position: relative;
    color: #e0e0e0;
}

label
{
    position: relative;
    cursor: pointer;
}

.textInputLogin
{
    padding: 0.15em;
    width: 12em;
    height: 1.5em;
    border:1px solid #262626;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    border-radius: 0.4em;
}

.textInputRegistration
{
    padding: 0.15em;
    width: 16em;
    height: 1.5em;
    border:1px solid #262626;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    border-radius: 0.4em;
}

.space1     { height: 1px; overflow:hidden; padding:0; margin:0; }
.space5     { height: 5px; overflow:hidden; padding:0; margin:0; }
.space10    { height: 10px; overflow:hidden; padding:0; margin:0; }
.space15    { height: 15px; overflow:hidden; padding:0; margin:0; }
.space20    { height: 20px; overflow:hidden; padding:0; margin:0; }

.smallfont
{
    font-size: smaller;
    font-variant: normal;
}

.textorange
{
    color: #FFA500;
}

.textred
{
    color: #FF0000;
}

.textgreen
{
    color: #00FF00;
}

.metal
{
    color: #A0A0A0;
}

.silica
{
    color: #CA2E2E;
}

.tritium
{
    color: #0A64FF;
}

.gold
{
    color: #FFFF00;
}

.readmore
{
    background: transparent url(/images/main/readmore.gif) no-repeat;
    vertical-align: bottom;
    padding-left: 12px;
    font-variant: normal;
}

.overlibBG
{
    padding: 1px;
    background-color: #808080;
}

.overlibFG
{
    padding: 2px;
    background: #262626 url(/_themepack/images/style/cell22content2.png) repeat-x;
}

.tableBorder
{
    width: 800px;
    padding: 2px;
    border: 1px solid #5A5A5A;
}

.tableBorderFlex
{
    padding: 2px;
    border: 1px solid #5A5A5A;
}

.cellDarkHeader
{
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    line-height: 18px;
    background-color: #540000;
}

.cellLightContent
{
    background-color: #333333;
}

.cellDarkContent
{
    background-color: #262626;
}

/* Wrapper
---------------------------------------------------------------------------- */

#wrapper
{
    position: relative;
    min-width: 770px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

/* Header
---------------------------------------------------------------------------- */

#header
{
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
}

#logo
{
    background-image: url(/images/main/logo_g.gif);
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 80px;
    width: 316px;
    display: block;
    cursor: pointer;
}

#spaceship
{
    position: absolute;
    top: 40px;
    left: 450px;
    width: 75px;
    height: 50px;
    background-image: url(/images/main/kleinertransporter.png);
    z-index: 99;
}

#banner
{
    position: absolute;
    top: 0px;
    right: 0px;
}

#language-de
{
    background-image: url(/images/main/language/de/flag.gif);
    right: 59px;
}

#language-en
{
    background-image: url(/images/main/language/en/flag.gif);
    right: 0px;
}

#language-de, #language-en
{
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 65px;
    width: 49px;
    height: 30px;
    cursor: pointer;
}

#register[lang = "de"]
{
    background-image: url(/images/main/language/de/register_now_button.gif);
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 3px;
    left: 350px;
    height: 94px;
    width: 94px;
    display: block;
    cursor: pointer;
    z-index: 99;
}

#register[lang = "en"]
{
    background-image: url(/images/main/language/en/register_now_button.gif);
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 3px;
    left: 350px;
    height: 94px;
    width: 94px;
    display: block;
    cursor: pointer;
    z-index: 99;
}

/* Navigation
---------------------------------------------------------------------------- */

#nav
{
    position: relative;
    left: 0px;
    height: 30px;
    width: 100%;
    border: 1px solid #4a0000;
}

#nav ul
{
    position: absolute;
    top: 6px;
    margin-left: 0;
    color: #f0f0f0;
    float: left;
    width: 100%;
}

#nav ul li { display: inline; }

#nav ul li a
{
    padding: 0.2em 1em;
    color: #e0e0e0;
    text-decoration: none;
    font-weight: bold;
    float: left;
    border-right: 1px solid #a0a0a0;
}

#nav ul li a:hover
{
    background-color: #9E0000;
    color: #f0f0f0;
}

#nav-back
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 100%;
    background-image: url(/images/main/back_red.png);
    background-repeat: repeat;
    display: block;
}

#radio
{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
}

#radio a
{
    padding: 0.2em 0.2em;
    text-decoration: none;
    font-weight: bold;
    color: #FFFF00;
}

#radio a:hover
{
    background-color: #9E0000;
}

/* Content
---------------------------------------------------------------------------- */

#contentwrapper
{
    position:relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:100%;
    background: transparent url(/images/main/content_wrap_bg.gif) repeat-y 30px 0;
    min-height: 1100px;
    border: 1px solid #262626;
}

#utility
{
    position: absolute;
    top: 10px;
    left: 25px;
    width: 165px;
    padding-bottom: 25px;
}

#content
{
    margin: 0 25% 0 235px;
}

#content-back
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(/images/main/back.png);
    background-repeat: repeat;
    display: block;
}

#sidebar
{
    position: absolute;
    top: 10px;
    right: 35px;
    width: 20%;
    padding-bottom: 25px;
}


/*- Menu 4--------------------------- */

#menu
{
    width: 165px;
    margin: 0;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li a
{
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}

#menu li a:link, #menu li a:visited, #menu li a:active
{
    color: #e0e0e0;
    display: block;
    background:  url(/images/main/left_menu_back.png);
    padding-left: 10px;
    font-weight: bold;
}

#menu li a:hover
{
    color: #000000;
    background:  url(/images/main/left_menu_hover.png);
    padding-left: 10px;
    font-weight: bold;
}


/* Screenshots
---------------------------------------------------------------------------- */

#screenshots
{
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #002458;
}

#screenshots-back
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(/images/main/back_blue.png);
    background-repeat: repeat;
    display: block;
}

#registeredusers
{
    position: relative;
    font-weight: bold;
    color: #FF0000;
}

#countdowncontainer
{
    position: relative;
    font-weight: bold;
    color: #FF0000;
}

#screenshot1, #screenshot2, #screenshot3, #screenshot4, #screenshot5, #screenshot6
{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 71px;
    width: 105px;
    z-index: 50;
    margin: 0 auto;
}

/* Info
---------------------------------------------------------------------------- */

.info
{
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.info h3
{
    position: relative;
    text-align: justify;
}

.info ul
{
    position: relative;
    margin-left: 15px;
    margin-top: 10px;
}

.info p
{
    position: relative;
}

.info-back
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: url(/images/main/infobox.png) top right;
}

/* Links
---------------------------------------------------------------------------- */

a:link
{
    color: #ffffff;
}

a:visited
{
    color: #ffffff;
}

a:active
{
    color: #ffffff;
}

a:hover
{
    color: #00ff00;
}

/* Footer
---------------------------------------------------------------------------- */

#footer
{
    position: relative;
    left: 0px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: 1px solid #4a0000;
}

#footer span
{
    margin-left: 10px;
    font-weight: bold;
}

#footer-back
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 100%;
    background-image: url(/images/main/back_red.png);
    background-repeat: repeat;
    display: block;
}

/* Password strength bar
---------------------------------------------------------------------------- */

#PasswordBarContainer
{
    position: relative;
    width: 200px;
    height: 18px;
    line-height: 18px;
    border: 0px;
    float: left;
    display: inline;
}

#PasswordBarBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 18px;
    background-image: url(/_themepack/images/other/pwdstrengthbar.png);
    background-repeat: no-repeat;
}


#PasswordBarMask
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 18px;
    font-size: 1px;
    background-color: #E0E0E0;
}

#PasswordBarText
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 18px;
    font-weight: bold;
    color: #A0A0A0;
    font-size: 11px;
    text-align: center;
}

/* Tables
---------------------------------------------------------------------------- */

.table-red
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.halloffame
{
    width: 100%;
    border-collapse: collapse;
}

.halloffametop
{
    width: 825px;
    border-collapse: collapse;
}

.halloffamenav
{
    width: 700px;
    border-collapse: collapse;
}

.bold
{
    font-weight: bold;
}

.padding3
{
    padding: 3px;
}

.border-bottom
{
    border-bottom: 1px solid #808080;
}

.border-right
{
    border-right: 1px solid #808080;
}

a.halloffame:link
{
    font-weight: bold;
    text-decoration: none;
    color: #c00000;
}

a.halloffame:visited
{
    font-weight: bold;
    text-decoration: none;
}

a.halloffame:hover
{
    text-decoration: none;
    background-color: #808080;
}

a.halloffame:active
{
    font-weight: bold;
    text-decoration: none;
}
