/*body*/
* {
    margin: 0;
    padding: 0;
}

body{
    margin:0;
    padding:0;
    font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background: #394781;
    color: #fff;
}

/*###########################*/
/*overall*/
#overall{
    margin: 20px auto 10px;
    padding: 0;
    width: 842px;
    position: relative;
    background-color: #0b0e1a;
    /*padding-top: 8px;*/
    border-left: 5px solid #0b0e1a;
    border-right: 5px solid #0b0e1a;
    -moz-border-radius-bottomleft: 20px; /* Firefox */
    -moz-border-radius-bottomright: 20px; /* Firefox */
    -webkit-border-bottom-left-radius : 20px; /* Webkit */
    -webkit-border-bottom-right-radius : 20px; /* Webkit */
}

#overall ::selection{
    background: #394781;
    color: #fff;
}


#overall ::-moz-selection {
    background: #394781;
    color: #fff;
}
/*###########################*/
/*header*/
#header{
    height: 120px;
    background: #394781 url(../images/css/header_background2.gif) no-repeat top left;
    padding: 0 20px;
    position: relative;
    margin: 0 -5px;
}

h1 {
    background: url(../images/css/banner.png) no-repeat; 
    position: absolute; 
    left: 20px; 
    top: 30px; 
    width: 441px; 
    height: 60px; 
    z-index: 10; 
    margin:0;
}

h1 a{
    position: absolute;
    width: 441px; 
    height: 60px; 
}
h1 span {
    text-indent: -9999px;
    left: -9999px;
    position: absolute;
    font-size: 0;
    margin:0;
}

/*###########################*/
/*nav*/
#nav{
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
}

.nav_1{
    position: absolute;
    line-height: 2em;
    list-style-type: none;
    left: 0;
    top: 0;
    background-color: #2d303f;
}

.nav_1 li{
    float: left;
    color: #fff;
    padding: 2px 5px;
    border-right: 1px solid #6f8590;
    border-bottom: 1px solid #6f8590;
    position: relative;
}

.nav_1 li div{
    background-color: #767d98;
}

.nav_1 li a{
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    z-index: 100;
    display: block;
}
.nav_1 li a:focus{
    background: #767d98;
}

.nav_1:first-child{
    border-left: 1px solid #6f8590;
}

.nav_1 li a:active{
    position: relative;
    top: 1px;
}

li.current_nav_item{
    background-color: #c6cbdb;
    color: #000;
}

.nav_1 li.current_nav_item a{
    color: #000;
}
/*###########################*/
/*content*/
#content{
    clear: right;
    margin-top: 30px;
    font-size: 0.9em;
    background: #d6d9e3 url(../images/css/content_bg.gif);
    color: #000;
}

/*###########################*/
/*sub_nav*/
#sub_nav{
    padding: 50px 20px 0px;
    color: #fff;
    background: #0b0e1a;
}

#sub_nav p, #sub_nav h2{
    margin: 5px 0 10px;
}

#sub_nav h2{
    font-size: 2em;
}

#sub_nav p{
    font-size: 0.9em;
}

#sub_nav a{
    color: #fff;
    padding: 2px 4px;
}

#sub_nav a:hover{
    color: #0b0e1a;
    background: #d6d9e3;
    text-decoration: none;
}

/*###########################*/
/*sidebar*/
#sidebar{
    text-align: right;
    float: right;
    width: 282px;
    background-color: #8790b2;
    background-image: url(../images/css/content_bg.gif);
    background-repeat: repeat-y;
    background-position: 560px 0;
    padding: 10px 20px;
}

#sidebar h3{
    margin: 20px 0 5px;
}

#sidebar_images{
    list-style-type: none;
    height: 170px;
}

#sidebar_images li{
    float: left;
    margin: 0 4px 4px;
    position: relative;
}

#sidebar_images li img{
    width: 70px;
    height: 55px;
    border: 3px solid #171c34;
    padding: 2px;
    opacity: 0.6;
}

#sidebar_images li img:hover{
    opacity: 1;
}

#sidebar_bilder{
    background: url(../images/css/bilder.png) no-repeat top right;
    height: 21px;
    text-indent: -9999px;
    font-size: 0;
}

#sidebar_bilder span, #sidebar_links span{
    left: -9999px;
    position: absolute;
}

#sidebar_links{
    background: url(../images/css/links.png) no-repeat top right;
    height: 21px;
    text-indent: -9999px;
    font-size: 0;
}

#sidebar ol{
    list-style-type: none;
}

#sidebar a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
}

#sidebar a:hover, #sidebar a:focus{
    text-decoration: underline;
}

/*###########################*/
/*main_content*/
#main_content{
    padding: 20px;
    width: auto;
    margin-right: 322px;
    line-height: 1.5em;
}

#main_content p, #main_content blockquote{
    margin-top: 15px;
    text-indent: 20px;
}

#main_content p:first-letter{
    /*font-size: 1.15em;*/
}

#main_content blockquote{
    font-style: italic;
    font-weight: bold;
    font-size: 0.95em;
    padding: 0 50px;
    margin: 25px 0;
    background: url(../images/css/quote.png) no-repeat;
}

#main_content a, #gallery_div a{
    color: #024e7c;
    padding: 2px 4px;
}

#main_content a:active, #gallery_div a:active{
  position: relative;
  top: 1px;
}
/*#main_content a:visited{
    color: #756099;
}*/

#main_content a:hover, #gallery_div a:hover, #main_content a:focus, #gallery_div a:focus{
    text-decoration: none;
    color: #fff;
    background: #394781;
    border-radius : 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #0b0e1a; 
    padding: 1px 3px;
}

.tag_list, .tag_list li{
    display: inline;
}

.tag_list li:before{
    content:", ";
}

.tag_list li:first-child:before{
    content:"";
}

.tag_list{
    background: url(../images/icons/icon-rel-tag.png) no-repeat;
    padding-left: 30px;
}
/*###########################*/
/*footer*/
#footer{
    clear: both;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}

#footer a{
    color: #fff;
}

#footer a:focus{
    font-weight: bold;
}

#footer address{
    display: inline;
}
/*###########################*/
/*gallery_div*/
#gallery_div{
    background: #d6d9e3;
    padding: 20px 0;
}

#gallery_list{
    position:relative;
    list-style: none;
    margin: 10px auto;
    width: 740px;
}

#gallery_list li{
    display: inline;
    margin: 10px;
    padding: 10px 0;
    position: relative; 
}

#gallery_list img{
    border: 5px double #0b0e1a;
    vertical-align: middle;
    margin: 10px 0;
}

#gallery_list img:hover{
    border: 5px solid #fff;
}

#gallery_list a:hover, #gallery_detail ul a:hover{
    text-decoration: none;
    background: none;
    border-radius : 0; 
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0; 
    padding: 2px 4px;
}

#gallery_detail{
    margin: 10px;
    text-align: center;
}

#gallery_detail a[rel]{
    border: 1px solid #0b0e1a; 
    text-decoration: none;
}
#gallery_detail a[rel]:hover{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#gallery_detail img{
    border: 0;
}

#gallery_overview{
    margin: 20px;
}
/*###########################*/
/*startseite_article*/
.article{
    margin: 0 0 15px;
    padding: 10px 0 5px;
    border-bottom: 1px solid #000;
}

.article p{
    margin-top: 10px !important;
}

.article ul, .article_list{
    list-style-type: circle;
    margin-left: 25px;
    font-size: 0.95em;
}

.article_list{
    margin-bottom: 20px;
}

.article h4{
    margin-top: 20px;
}

.article h3{
    padding-top: 5px;
}

.date{
    float: left;
    width: 32px;
    height: 32px;
    background-color: #0b0e1a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 0.85em;
    border-radius : 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius : 5px; 
}

.date abbr{
    border-bottom: 0;
}

.month{
    font-size: 0.8em;
}

.day{
    font-size: 1.1em;
}
/*###########################*/
/*player_list*/
#player_list{
    list-style: none;
    margin-top: 20px;
}

#player_list li{
    margin: 5px 0;
}

#player_list h3, #player_list h4{
    margin-top: 20px;
}

#player_list ol{
    list-style: none;
    margin: 0 0 10px 10px;
}

#player_list ol li div{
    float: left;
    width: 20px;
    margin-right: 5px;
    text-align: right;
}

#player_list hr{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    border: 2px solid #0b0e1a;
}
/*###########################*/
/*player_details*/
#player_image{
    float: left;
}

#player_image img{
    border: 5px solid #0b0e1a;
    margin: 0 40px 0 5px;
    padding: 0;
}

#player_details{
    list-style-type: none;
    padding-top: 5px;
}

#player_details li{
    margin: 13px 0;
}

.vcard{
    margin-bottom: 20px;
}
/*###########################*/
/*tournaments*/
.tournament_list{
    list-style: none;
    margin-left: 25px;
}
/*###########################*/
/*guestbook*/
#guestbook_list{
    list-style-type: none;
    margin-top: 20px;
}

#guestbook_list li{
    border: 1px solid #0b0e1a;
    margin-bottom: 15px;
}

#guestbook_list li p{
    margin: 0;
    padding: 5px;
    border: 1px solid #0b0e1a;
    text-indent: 0;
}

#guestbook_list li p:first-letter{
    font-size: 1em;
}

.form_left{
    float: left;
    text-align: right;
    padding: 10px;
    width: 180px;
}

.form_right{
    width: auto;
    padding: 10px 5px;
}

.form_right span, .form_submit span{
    font-size: 0.92em;
}

.form_field{
    clear: left;
}

.form_submit{
    text-align: center;
}

input:focus, textarea:focus, input:hover, textarea:hover{
    background-color: #fff7b0;
    color: #000;
}

.error_list{
    list-style-type: circle;
}

.error_list, .error_message{
    color: #000;
    background-color: #FFBABA;
    padding: 5px 5px 5px 0;
    border: #D8000C 2px solid;
}

.error_message{
    background-image: url('../images/css/error.png');
}

.error_message, .info_message{
    text-indent: 0;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding:15px 10px 15px 35px;
}

.info_message{
    color: #00529B;
    background-color: #BDE5F8;
    border: #00529B 2px solid;
    background-image: url('../images/css/information.png');
    padding-left: 50px;
}

.error_list li{
    margin-left: 40px;
}
/*###########################*/
/*stats - also used for imprint*/
.stats{
    margin-left: 30px;
}

.stats li{
    margin: 7px 0;
}
/*###########################*/
/*paginate*/
.paginate{
    text-align: center;
    text-indent: 0;
    margin-top: 10px;
}

.paginate li{
    display: inline;
}

#main_content a.paginate_link, #gallery_div a.paginate_link{
    border: 1px solid #024e7c;
    text-decoration: none;
    padding: 3px 5px;
}

#main_content span.current_page, #gallery_div span.current_page, #main_content span.current_page:hover, #gallery_div span.current_page:hover{
    border: 3px solid #024e7c;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 3px;
    color: #024e7c;
    background: #d6d9e3;
    border-radius : 0px; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#main_content div ul{
    margin-left: 25px;
}
/*###########################*/
/*text classes*/
.text_center{
    text-align: center;
}
/*###########################*/
/*clear classes*/
.clear_left, .clear_right, .clear_both{
    height: 0;
    visibility:hidden;
}

.clear_left{
    clear: left;
}

.clear_right{
    clear: right;
}

.clear_both{
    clear: both;
}
/*###########################*/
/*skip links*/
.skip_links{
    position: absolute;
    left: -1000em;
}
.skip_links:focus, .skip_links:active{
    position: static;
    left: 0;
    color: #fff;
}
