/* Copyright by freeware-archiv.de */

* {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
}

h1 {
    font-size: 22px;
    margin-bottom: 5px;
}

a {
    color: #000;
    text-decoration: underline;
}
submit, textarea, input, select {
    border: 1px solid #1B4A76;
    font-size: 10px;
    background: #F4F7FA;
}

body {
    background: repeat-x;
    background-color: #fff;  
    text-align: center;
    font-size: 10px;
}

div#box {
    margin: 0 auto;
    text-align: left;
    width: 700px;
    background: #fff;
    float: left;
    border: 1px solid #004455;
}


div#box div#content {
    padding: 10px;
}

#logo {
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    background: url(/img/header.png) no-repeat;
    width: 702px;
    height: 142px;
    float: left;   
}

p.ort {
    margin-bottom: 10px;
}

div.view_around {
    width: 500px;
    float: left;
}

div.view {
    width:100%;
    float: left;
    margin-bottom: 20px;
}

div.view div.content {
    padding: 10px;
}

div.view_game {
    width: 100%;
    text-align: center;
}

div.view_game p a img {
    border: none;
    margin: 2px;
}

#fullbanner {
background-color:transparent;
left:225px;
position:absolute;
top:35px;
}



/* Navigation */

div.navi_around {
    width: 150px;
    float: right;
}

div.navi {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

div.navi div.center {
    text-align: center;
}

div.navi ul {
    margin-top: 10px;
    margin-left: 25px;
}

li a {
    display: block;
    width: 100%;
}

ul li a, ul li {
    list-style-image:url(/img/list_off.gif);        
}

ul li a:hover, ul li:hover {
    list-style-image:url(/img/list_on.gif);
}

.lang li a{
    text-decoration: none;
    font-weight: bold;
    
}

.lang li a img {
    position: relative;
    top: 2px;
    border: 0px;
    margin-right: 4px;
    height: 11px;
    width: 16px;
}

li.strong {
    font-weight: bold;
}

.top_left{
    position: relative;
    bottom: 6px;
    width: 36px;
    height: 28px;
    float: left;
}

p.top {
    background: url(/img/list_top.gif);
    margin-bottom: 16px;
    color: #fff;
    font-weight: bold;
}

p.clear {
    clear: both;
}

div.game {
    float: left;
    width: 234px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 5px;  
    margin-right: 0px;  
    margin-bottom: 3px;  
}

div.game:hover {
    border: 1px solid #1B4A76;
    background-color: #f4f7fa;
}

div.game img.thumb {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #000;
    margin-right: 5px;
}

p.spielen {
    text-align: center;
}

p.spielen a img {
    border: 0px;
}

a.bottom {
    clear: both;   
    background-color: #1F5F9B;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

p.footer {
    margin: 0 auto;
    width: 700px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    float: left;
}

p.fehler {
    border: 1px solid #ff0000;
    padding: 2px;
    background: #F4F7FA;
    margin-bottom: 20px;
}

p.ok {
    border: 1px solid #00ff00;
    padding: 2px;
    background: #F4F7FA;
    margin-bottom: 20px;
}

p.info {
    background: #F4F7FA;
    border: 1px solid #1B4A76;
    margin-bottom: 10px;
    padding: 2px;
}

/* blaettern */

.blaettern a {
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 1px;
    text-decoration: none;
    width: 10px;
    display: inline;
}

div.blaettern {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.blaettern a:hover {
    border-color: #1B4A76;
    background: #F4F7FA;
}

div.blaettern p {
    padding: 3px;
    border-bottom: 1px solid #000;
    background-color: #fff;
    margin: 1px;
    margin-right: 1px !important;
    margin-right: 5px;
    text-decoration: none;
    width: 10px;
    display: inline;
    
}
