/* Copyright by Patrick Deden Webentwicklung */


h1 {
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
}

a {
    color: #000;
    text-decoration: none;
}

submit, textarea, input, select {
    border: 1px solid #1B4A76;
    font-size: 10px;
    background: #F4F7FA;
}

body {
    background: url(/img/background.gif) repeat-x;
    background-color: #1B4A76;  
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
    font-family: arial;
}

p.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

div#box {
    width: 788px;
    margin: 0 auto;
}

div#welcome {
    background: #1B4A76;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

div#head {
    height: 42px;
    text-align: right;
    width: 400px;
    float: right;
}

div#logo {
    height: 32px;
    text-align: right;
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

div#logo a img {
    border: 0;
}

div#head img {
    border: 0;
}

div#navi {
    padding-top: 10px;
    float: left;
    width: 125px;
    
}

div#navi a img {
    border: 0;
}

div#navi ul {
    
    list-style: none;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

div#navi ul li {
    border-bottom: 1px solid #1B4A76; 
}
div#navi ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#navi ul li.bottom a {
    border-bottom: 1px solid #1B4A76;
}

div#navi ul li.current {
    background: #fff;
}

div#navi ul li a:hover {
    background: #fff;
}

div#content {
    float: right;
    width: 663px;
}

div#content #inner {
    width: 650px;
}

.game {
    display: inline;
}

.thumb {
    width: 100px;
    height: 100px;
    border: 3px solid #eee;
}

a:hover .thumb {
    border-color: #1B4A76;
}

.tt_header {
    background: #1B4A76;
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 2px;
    font-weight: bold;
    border: 1px solid #ccc;
}

.tt_body {
    background: #fff;
    font-size: 12px;
    text-align: left;
    padding: 2px;
    border: 1px solid #ccc;
    border-top: 0px;
}


.foot_nav {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.foot_nav a {   
    font-weight: bold;
    display: block;
    padding: 2px;
    border-bottom: 2px solid #000;
    background: #eee;
    display: inline;
}

.foot_nav a:hover { 
    background: #1B4A76;
    color: #fff;
}

div#top {
    background: url(/img/top.gif);
    height: 11px;
    font: 0;
}

div#main {
    background: url(/img/box_background.gif);
}

div#bottom {
    background: url(/img/bottom.gif);
    height: 11px;
    clear: both;
    font: 0;
}

div#order {
    float: right;
}

div#headline {
    border-bottom: 5px solid #D1DBE4;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
}

div#copyright {
    clear: both;
    text-align: right;
    margin-right: 10px;
}


p.fehler {
    background-color: #ff5555;
    padding: 5px;
}

p.erfolg {
    background-color: #55ff55;
    padding: 5px;
}

div#partner {
    border-bottom: 1px solid #D1DBE4;
    border-top: 1px solid #D1DBE4;
    float: right;
    margin-right: 8px;
    width: 645px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
}

