/**********************************************************
 *
 * Layout
 *
 **********************************************************/

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #80c6ea;
    color: #ffffff;
    background-image: url(/media/images/common/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

a, a:link, a:visited {
    background-color: inherit;
    color: #39acef;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

.headerWrapper{
    width: 1023px;
    margin-left: auto;
    margin-right: auto;
}

.headerLogo{
    width: 349px;
    height: 90px;
    background-image: url(/media/images/common/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.headerLogoLink{
    width: 349px;
    height: 90px;
    display: block;
}

.headerNavigation{
    width: 1023px;
    background-color: #445662;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0px 0px;
}

.headerNavigationBlockingContainer{
    height: 24px;
}

.headerSubNavigationBlockingContainer{
    height: 22px;
    background-color: #65869a;
}

.headerNavigationContainer{
    padding-right: 12px;
    float:right;
    display: block;
    width: 620px;
    font-size: 14px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif
}

.headerSubNavigationContainer{
    padding-right: 12px;
    padding-top: 4px;
    float: right;
    width: 620px;
    font-size: 12px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif
}

.universalWrapper{
    width:1265px;
    margin-left: 160px;
}

.pageWrapper{
    width: 1023px;
}

.footerWrapper{
    height: 35px;
    display: block;
}

/*
 * HOME
 */

.contentHomeBackgroundImage{
    width: 1021px;
    height: 385px;
    border: 1px solid #445662;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0px 0px 8px 8px;
}

.contentHomeCenter{
    position:relative;
    top: 250px;
    width: 333px;
    background-color: #363a40;
    opacity: 0.8;
    left: 40px;
    padding:10px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 8px 8px 8px 8px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif
}

.contentHomeCenter h1{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

.contentHomeCenter p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
}

.clearBoth{
    clear: both;
}

.clearLeft{
    clear: left;
}

.clearRight{
    clear: right;
}

/*
 * HOME BOXEN
 */

.homeBox{
    margin-top: 16px;
    float: left;
}

.homeNewsBox{
    width: 495px;
}

.newsBox{
    line-height: 23px;
}

.homeTeamBox{
    width: 245px;
    margin-left: 19px;
}

.homeLatestBox{
    width: 245px;
    margin-left: 19px;
}

.homeBoxHeadline{
    height: 35px;
    padding-left: 13px;
    padding-top: 7px;
    background-color: #303338;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0px 0px;
}

.homeBoxHeadline h2{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

.homeBoxContent{
    height: 180px;
    background-color: #3f4d57;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0px 0px 8px 8px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 14px;
}

.homeBoxContent a{
    color: #37abec;
}

.homeBoxContent h2{
    margin-top: 0px;
    margin-bottom: 3px;
    color: #37abec;
}

.homeBoxContent p{
    margin-top: 0px;
    margin-bottom: 0px;
}

/*
 * NEWS
 */

.newsIndex{
    height: 403px;
    line-height: 18px;
}

.newsDetail{
    padding-right: 13px;
}

.newsDetail p{
    margin-bottom: 10px !important;
}

/*
 * CONTENT
 */

.content{
    background-color: #3f4d57;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0px 0px 8px 8px;
    padding: 15px;
}

.content p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.content h2{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

.contentLeft .contentLeftContent{
    width: 505px;
}

.contentLeft .contentRightContent{
    float: right;
    width: 490px;
}

.contentRight .contentLeftContent{
    width: 490px;
}

.contentRight .contentRightContent{
    width: 505px;
    float: right;
}

/*
 * CONTENT BOXEN
 */

.defaultNewsBox{
    width: 480px;
}

.defaultBoxContent{
    background-color: #2f3338 !important;
    min-height: 180px;
}

.adBox {
    float: right;
    width: 225px;
    margin-top: 24px;
}

/*
 * IMAGE BOX
 */


.imageBoxWrapper{
    width: 480px;
}

.imageBox{
    width:420px;
}

.imageThumbWrapper{
    float: right;
    width: 50px;
}

/*
 * SGALLERY STYLING
 */

.sgalleryCategory {
    float:left;
    padding-bottom:10px;
    width:496px;
}


/**********************************************************
 *
 * Navi
 *
 **********************************************************/


.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    padding-left:0px;
    text-decoration: none;
    text-align: center;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-radius: 4px 4px 0px 0px;
}

.ebene0-1:hover {
    display: block;
    color: #38abec;
    background-color: #65869a;
    font-weight: normal;
    padding-left:0px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
    display: block;
    color: #38abec;
    background-color: #65869a;
    padding-left:0px;
}

.ebene0-1_angewaehlt:hover {
    display: block;
    color: #38abec;
    padding-left:0px;
}

.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    padding-left:0px;
    text-decoration: none;
    text-align: center;
}

.ebene1-1:hover {
    display: block;
    color: #38abec;
    font-weight: normal;
    padding-left:0px;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
    display: block;
    color: #38abec;
    padding-left:0px;
}

.ebene1-1_angewaehlt:hover {
    display: block;
    color: #38abec;
    padding-left:0px;
}

