﻿img
{
    border: 0px;
}
*
{
    margin: 0;
    padding: 0;
}
/*generall*/
h1
{
    color: #04378B;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
h2
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a
{
    color: #04378B;
}

#bodyWrapper
{
    border: medium none;
    height: 100%;
    margin: 0 auto;
    width: 987px;
}
#languages
{
    text-transform: uppercase;
    float: right;
    margin-right: 65px;
}
a.selected
{
    font-weight: bold;
}

/* Header Styles */

#header
{
    margin-left: 4px;
}
/*
#header a, #utilities2 a {
    text-decoration:none;
}*/

#header #logo, #header #navigation
{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 6px;
}
#header #logo img
{
    display: inline;
    float: left;
    margin-left: 15px;
}
#header UL, #header UL LI, #utilities2 UL, #utilities2 UL LI
{
    list-style: none;
    display: inline;
    float: left;
}

#header #utilities, #utilities2
{
    float: left;
    width: 100%;
    clear: both;
    font-size: 10px;
    height: 20px;
}

.showimage
{
    top: 80px;
    overflow: hidden;
    position: absolute;
    width: 909px;
    margin: 0 auto;
    height: 509px;
    z-index: 20000;
    left:50px;
}
#splash_close
{   
    float:right;
    padding-right:295px;
    padding-top:55px;
    width: 22px;
    height: 18px;
    border: 0;
    margin-top: -410px;
    position: relative;
}
#ctl00_ContentPlaceHolder1_lblSplash {
    color: #04378B;
    font-weight: normal;
    font-size: 10px;
}
#splash_checkbox {
    bottom:35px;
    float:left;
    padding-left:80px;
    position:relative;
    margin-top: -10px;
    *margin-top: -15px;
}
.startboxContentRightTop {
    margin-bottom: 3px;
}
/* Navigation */

#header #navigation
{
    background: url(images/bg/bg_nav_01.png) no-repeat;
    height: 35px;
    font-size: 12px;
    margin-top: 0px;
    font-weight: bold;
}

#header #navigation a
{
    background: url("images/bg/bg_nav_01_item_lo.png") no-repeat scroll right top transparent;
    display: block;
    height: 35px;
    padding: 6px 10px 7px;
    text-decoration: none;
}
#header #navigation A:visited
{
    background: url(images/bg/bg_nav_01_item_lo.png) no-repeat top right;
    display: block;
    padding: 6px 10px 7px 10px;
    text-decoration: none;
}

#header #navigation LI
{
    position: relative;
    z-index: 1000;
}

#header #navigation LI A:hover, #header #navigation LI.hi A
{
    background: url(images/bg/bg_nav_01_item_hi.png) no-repeat top right;
    color: #ffffff;
}

#header #navigation LI.home A, #header #navigation LI.home A:hover
{
    background: url(images/bg/bg_nav_01_item_lo.png) no-repeat top right;
    height: 35px;
    padding: 6px 8px 6px 7px;
}

#header #navigation LI.spacer
{
    background: url(images/bg/bg_nav_01_item_lo.png) no-repeat top right;
   /* width: 100px;*/
    height: 35px;
}

/* Sub Navigation */

#header #navigation UL LI UL
{
    display: none;
    visibility: hidden;
}

#header #navigation UL LI:hover UL
{
    display: block;
    float: left;
    visibility: visible;
    width: 200px;
    position: absolute;
    top: 28px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border: none 0px;
    z-index: 99999;
}

#header #navigation UL LI.hi UL LI, #header #navigation UL LI:hover UL LI
{
    width: 100%;
}

#header #navigation UL LI.hi UL LI A, #header #navigation UL LI:hover UL LI A
{
    background: url(images/bg/bg_nav_02_item_lo.png) repeat-x top left;
    width: 100%;
    padding: 3px 16px 3px 16px; /*border-bottom: solid 1px Transparent;*/
    color: #ffffff;
}

#header #navigation UL LI.hi UL LI.hi A, #header #navigation UL LI:hover UL LI:hover A
{
    background: url(images/bg/Rollover.png) repeat-x top left;
    color: #FFF;
}

#header #navigation UL LI UL A
{
    height: 16px;
}


#content_container
{
    clear: left;
    z-index: 0;
    margin: 0 auto;
    min-height: 600px;
    width: 863px;
    position:relative;
}

/* Login Area */

DIV.boxLogin
{
    height: 38px;
    width: 860px;
    float: left;
    background: url(images/background/Header_gruen_oben.png) no-repeat;
}

.boxLoginTitel
{
    color: #FFFFFF;
    float: left;
    font-family: Verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px 5px;
    width: 470px;
}

.boxLoginTextBox
{
    float: left;
    padding: 12px 0 0 0;
    color: #FFFFFF;
    text-align:right;
    width:300px;
}

.boxLoginTextBox input
{
    border: 1px solid #CCC;
    width: 100px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
}

.boxLoginButton
{
    float: left;
}
.boxLoginButton input
{
    border: 0;
    color: #FFFFFF;
    font-family: Verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    width:65px;
    background-color:#007325;
    margin-right:8px;
    cursor:pointer;
}

.boxLoginAnmelden
{
    float: left;
}
.boxLoginAnmelden input
{
    border: 0;
    color: #FFFFFF;
    font-family: Verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    width: 90px;
    background-color: #007325;
    cursor: pointer;
}
/* QuckSearch */

DIV.boxQuickSearch
{
    width: 860px;
    float: left;
    height: 43px;
    background: url(images/background/quicksearch.jpg) no-repeat;
    margin-top: -3px;
}
#boxTitelSearch
{
    float: left;
    margin: 13px 0 0 20px;
    width: 120px;
    color: #04378B;
    font-size: 14px;
    font-weight: bold;
}
#selectBox
{
    float: left;
    margin: 13px 0 0 20px;
    width: 140px;
}

#BildSuche
{
    float: left;
    height: 25px;
    margin: 10px 50px 0 0;
    width: 35px;
}

#detailSuche
{
    float: left;
    margin: 0 120px 0 0px;
    padding: 14px 0 0;
    width: 110px;
}
#detailSuche a
{
    text-decoration: underline;
}

#Icons
{
    float: left;
    margin: 0;
    padding: 6px 4px 4px;
    width: 200px;
}


DIV.boxQuickSearch select
{
    width: 120px;
    font-size: 10px;
}
.Weiterempfehlen
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
}
.FaceBookFan
{
    float: left;
    margin: 0;
    padding: 0 2px;
    width: 210px;
    *margin-top: -4px;
}
#header .boxContentLeft ul.list_gmap li {
    display: block;
    width: 220px;
    
}
#header .boxContentLeft ul.list_gmap {
    width: 0;
    float: right;
}

/*content*/
div.contentMain
{
    background-color: #FFFFFF;
    float: left;
    width: 860px;
    min-height: 500px;
    height: auto;
    *padding-bottom: 5px;
    
}
div.contentMain a
{
    text-decoration: underline;
}
/*footer*/

#sliced6
{
    background: url("images/background/THOMY_footer_sliced_06.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 106px;
    margin: 0 0 0 0;
    width: 694px;
}
#sliced2
{
   
    float: left;
    height: 285px;
    margin: -179px 0 0 0;
    width: 191px;
}
#sliced7
{
   
    float: left;
    height: 106px;
    margin: 0 0 0 0;
   
    width: 835px;
}
#sliced4
{
    background: url("images/background/THOMY_footer_sliced_04.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 285px;
    margin: -179px 0 0 0;
    width: 152px;
}
#sliced10
{
    background: url("images/background/THOMY_footer_sliced_10.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 106px;
    margin: 0 0 0 0;
    width: 725px;
}
div.boxContentBottom
{
    background-color: #FFFFFF;
    float: left;
    height: 120px;
}

#contentBottomBorder
{
    background: url("images/background/Abschluss_unten.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 14px;
    width: 860px;
}

#utilities2
{
    color: #FFFFFF;
    display: block;
    float: none;
    margin: 0 auto 120px;
    width: 860px;
}
#utilities2 ul
{
    float: right;
    clear: both;
    font-size: 10px;
    height: 20px;
    margin-top: -10px; *margin-top:0;
}
#contentBottom
{
    float: left;
    height: 10px;
}
#header #utilities ul, #utilities2 ul
{
    float: right;
}

#utilities2 ul li
{
    display: inline;
    float: left;
    list-style: none outside none;
}
#header #utilities ul li.separator, #utilities2 ul li.separator
{
    margin: 0 4px;
}


#utilities2 a
{
    color: #FFFFFF;
}

.copyright
{
    color: #FFFFFF;
    float: left;
    margin-left: 10px;
}

/*Anmeldung*/
/*to be deleted later*/
.boxAnmeldungContentLeftRow2
{
    float: left;
    margin: 0 3px 4px;
    min-height: 10px;
    width: 520px;
}
.boxAnmeldungContentLeftRow2 input
{
    width: 230px;
    margin-left: -2px;
}
.boxAnmeldungContentLeftRow2 input#ctl00_ContentPlaceHolder1_btnSend
{
    width: auto;

}
.boxAnmeldungContentLeftRow2 input.btnAnmelden, .boxProfilContentLeftRow2 input.btnAnmelden, input#btnRegister
{
    margin-left: -2px;
    width: auto;
}

div.boxAnmeldungContentLeft
{
    float: left;
    min-height: 400px;
    padding: 0 0 0 10px;
    width: 520px;
}
.boxAnmeldungContentLeftRowTitel
{
    float: left;
    width: 525px;
    margin-top: 5px;
}
.colLeft
{
    float: left;
    padding-top: 4px;
    width: 80px;
}
.colRight
{
    float: left;
    width: 150px;
}
.colRight select
{
    width: 60px;
}
.chkAnmeldungColumn1Left
{
    float: left;
    width: 20px;
}
.chkAnmeldungColumn1Right
{
    float: left;
    width: 500px;
}
.boxAnmeldungContentLeftRow1
{
    float: left;
    margin: 0 3px;
    min-height: 10px;
    width: 520px;
}
.boxAnmeldungContentLeftRowAbstand
{
    float: left;
    height: 5px;
    width: 500px;
}
.boxAnmeldungContentLeftRow2
{
    float: left;
    margin: 0 3px 4px;
    min-height: 10px;
    width: 520px;
}
/*ScoutProfile page*/
.boxProfilContentLeftThankyou
{
    float: left;
    margin: 10px 0 0 15px;
    min-height: 400px;
    width: 400px;
}
div.boxProfilContentLeftTop
{
    float: left;
    min-height: 100px;
    padding: 0 0 0 4px;
    width: 380px;
}
.boxProfilContentLeftRowTitel
{
    background-color: #E6E6E6;
    float: left;
    height: 30px;
    margin-left: -6px;
    margin-top: -3px;
    width: 395px;
}
.boxProfilContentLeftRowTitel h1
{
    padding: 5px;
}
.boxProfilContentLeftRowTitelTrennlinie
{
    background: url("images/content/Trennstrich.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    margin-left: -5px;
    width: 394px;
}
.LeftFoto
{
    float: left;
    padding: 5px 5px 5px 0;
    width: 120px;
}
.RightAngaben
{
    float: left;
    padding: 5px 5px 5px 4px;
    width: 150px;
}
div.boxProfilContentLeftBottom
{
    float: left;
    min-height: 380px;
    padding: 0 0 0 4px;
    width: 400px;
}
.boxProfilContentLeftAbstand
{
    float: left;
    height: 15px;
    width: 300px;
}
.boxProfilContentLeftRowAbstand
{
    float: left;
    height: 5px;
    width: 400px;
}
.boxProfilContentLeftRow1
{
    float: left;
    margin: 0 3px;
    min-height: 10px;
    padding: 0 0 0 4px;
    width: 380px;
}
.boxProfilContentLeftRow2
{
    float: left;
    margin: 0 3px 4px;
    min-height: 10px;
    padding: 0 0 0 4px;
    width: 380px;
}
.boxProfilContentLeftRow2 input
{
    width: 230px;
}
boxProfilContentLeftRow2 input.btnAnmelden
{
    margin-left: -2px;
    width: 100px;
}
.chkProfilColumn1Left
{
    float: left;
    width: 20px;
}
.chkProfilColumn1Right
{
    float: left;
    width: 360px;
}
.boxProfilContentLeftRowAbstand
{
    float: left;
    height: 5px;
    width: 400px;
}
.boxProfilContentLeftRow2
{
    float: left;
    margin: 0 3px 4px;
    min-height: 10px;
    padding: 0 0 0 4px;
    width: 380px;
}
/*Pagination*/

.grillPagination
{
    height: 30px;
    width: 525px;
}
.paginationLinks
{
    float: right;
    line-height: 50px;
    margin-top: -70px;
}
.pagination
{
    padding: 3px;
}
.paginationSelected
{
    padding: 3px;
    font-weight: bold;
}
div.paginationLinks a.pagination, div.paginationLinks a.paginationSelected
{
    text-decoration: none;
}
.boxRanglisteGrillstelleContentLeft .paginationLinks
{
    margin-top: -65px;
}
.boxAnmeldungContentLeftRow2Column2 textarea
{
    width: 230px;
}
/*login*/


.boxAnmeldungContentRightLogin
{
    float: left;
    min-height: 20px;
    width: 290px;
    padding-top: 10px;
}
.boxAnmeldungContentRightLogin .boxAnmeldungContentRightRow1 input
{
    width: 220px;
}
.boxAnmeldungContentRightLogin .boxAnmeldungContentRightRow1 input.send
{
    width: auto;
}

.slideshow div div.slideshow-controller
{
    background: url("controller.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    left: 50%;
    margin: -21px 0 0 -122px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 238px;
    z-index: 10000;
    
}
#subgurim_GMap0 h1{
    font-size: 14px;
    font-weight: bold;
} 
#subgurim_GMap0 ul {
    font-size: 11px;
    font-weight: normal;
}
#subgurim_GMap0 div {
     font-size: 11px;
     font-weight: bold;
}
.accessDenied {
    margin-top: -40px;
    width: 500px;
    padding: 5px;
}
.boxAnmeldungContentRightRowTitel .accessDenied h1{ 
    padding: 0;
    }
input.btnContact {
    width: auto;
}
.boxDetailsucheContentLeftRow {
    float: left;
    width: 522px;
    padding: 5px;
}
.errorMessage {
    float:left;
}
.ProfilcolumnActive {
    float: left;
    margin-left:-230px;
    margin-top: 50px;
}
.Sponsorbanner {
    margin: -53px 0 0 7px;
    float: left;
}
