/**********************************************************
 *
 * Main Layout
 *
 **********************************************************/

/*** Alignment for Footer always to stick on BottomLine***/

html{
    height: 100%;
}

body{
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

.pageWrapper{
    position: relative;
    min-height: 100%;
    height: auto !important;
}

* html .pageWrapper{
    height: 100%;
}

.contentWrapper{
    padding-bottom: 233px;
}

.footerWrapper{
    position: absolute;
    bottom: 0;
}

/*** Common CSS for all Pages***/

body{
    background-image: url(/media/images/common/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #cdb181;
}

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

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

.headerLogoLink{
    display: block;
    width: 259px;
    height: 133px;
    cursor: pointer;
}

.headerSlogan{
    background-image: url(/media/images/common/slogan.png);
    background-repeat: no-repeat;
    width:598px;
    height: 73px;
}

.headerNavigation{
    height: 26px;
    width: 700px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-top: 8px;
    letter-spacing: -2px;
}

.contentWrapper{
    width: 935px;
    margin-left: auto;
    margin-right: auto;
}

.footerWrapper{
    width: 100%;
    height: 233px;
    background-image: url(/media/images/common/footer_background.png);
    background-position: center bottom;
}

.footerSubnavi{
    padding-top: 200px;
    width: 935px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.footerNavi{
    width: 300px;
    text-transform: uppercase;
    font-size: 14px;
}

.poweredby{
    position: absolute;
    width: 200px;
    height: 69px;
    right: 28px;
    bottom: -11px;
}

.clearBoth{
    clear: both;
}

a, a:link, a:visited{
    color: #FFFFFF;
}

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


.topNaviebene0-1, .topNaviebene0-1:link, .topNaviebene0-1:visited, .topNaviebene0-1:active {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding-left:0px;
}

.topNaviebene0-1:hover {
    display: block;
    color: #58585a;
    padding-left:0px;
    text-decoration: none;
}

.topNaviebene0-1_angewaehlt, .topNaviebene0-1_angewaehlt:link, .topNaviebene0-1_angewaehlt:visited, .topNaviebene0-1_angewaehlt:active {
    display: block;
    color: #58585a;
    padding-left:0px;
}

.topNaviebene0-1_angewaehlt:hover {
    display: block;
    color: #58585a;
    padding-left:0px;
}

.navigationTable{
    width:670px;
}

.topNaviebene0-1{
    margin-right: 10px;
}

.navigationTd{
    width: 120px;
}

.navigationTd_home{
    width: 73px !important;
}


/**********************************************************
 *
 * Content
 *
 **********************************************************/

/*** DEFAULT ***/

.contentLeft{
    width: 584px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.content h1{
    color: #58585a;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -3px;
}

.contentLeft a, .contentLeft a:link, .contentLeft a:visited{
    color: #58585a !important;
}

.arrow  {
    background:none;
    background-image: url(/media/images/common/arrow.gif);
    background-repeat: no-repeat !important;
    background-position: 3px 2px !important;
    padding-left:11px;
}

.contentRight{
    float:right;
    width: 280px;
}

/*** HOME ***/

.contentHome{
    padding-top: 50px;
    padding-bottom: 30px;
}

.contentHome a, .contentHome a:link, .contentHome a:visited{
    color: #FFFFFF;
}


/**********************************************************
 *
 * Boxen
 *
 **********************************************************/

/*** Default Boxes***/

.box{
    width:270px;
    height: 270px;
    float: right;
    margin-bottom: 20px;
}

.defaultBox{
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.boxHeadline {
    background-color:#7BACED;
    background-image: url(/media/images/common/boxArrow.png);
    background-repeat: no-repeat;
    background-position: 233px 37px;
    height:66px;
    position:relative;
    opacity: 0.9;
    -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;
    color: #FFFFFF;
    padding-left: 6px;
    padding-top: 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.boxcontentLink{
    width: 270px;
    height: 194px;
    display: block;
    cursor: pointer;
}

.boxHeadlineLink{
    height: 66px;
    width: 270px;
    line-height: 24px;
    display: block;
    cursor: pointer;
}

/*** Box BG***/

.boxDrachen{
    background-image: url(/media/images/common/boxDrachen.jpg);
}

.boxCleft{
    background-image: url(/media/images/common/boxCleft.jpg);
}

.boxAblauf{
    background-image: url(/media/images/common/boxAblauf.jpg);
}

.boxRahmen{
    background-image: url(/media/images/common/boxRahmen.jpg);
}

.boxSchirmherr{
    background-image: url(/media/images/common/boxSchirmherr.jpg);
}

.boxTeilnehmerinfo{
    background-image: url(/media/images/common/boxTeilnehmerinfo.jpg);
}

.boxSponsoreninfo{
    background-image: url(/media/images/common/boxTeilnehmerinfo2.jpg);
}

/*** Home Boxen Hack***/

.contentHome .box{
    float: left;
    margin-right: 40px;
}
