﻿/***********************************************/
/* App_Theme Default, 2007-11-05               */
/***********************************************/
/* last update 2008-05-02 */

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000;
    background-color: #FFF;
}
/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/

a, a:link, a:link, a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
a:hover
{
    color: #F4921B;
    text-decoration: underline;
}
p
{
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}
h1
{
    font-size: 20px;
    margin: 0px 0px 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}
h2
{
    font-size: 16px;
    margin: 0px 0px 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}
h3
{
    font-size: 14px;
    /* color: #FF3300; */
    margin: 0px 0px 10px;
}
h4
{
    font-size: 12px;
    margin: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagepeel1
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    z-index: 1;
    visibility: visible;
}
#pagepeel2
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 610px;
    height: 465px;
    z-index: 2;
    visibility: hidden;
}
#canvas
{
    height: 100%;
    min-height: 100%;
}
#header
{
    height: 110px;
    background-color: #FFF;
}
#logoHexenschuss
{
    width: 310px;
    height: 102px;
    padding-top: 5px;
    float: left;
}
#headerContainer
{
    float: left;
    width: 640px;
    height: 69px;
    padding: 0;
    margin: 0;
    padding-top: 10px; /*background-color: Red;*/
}

/* Menu Tabs */
#headerTabs
{
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
}
#headerTabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#headerTabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#headerTabs a
{
    font-weight: normal;
    float: left;
    background: url(../../Images/tableft.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#headerTabs a span
{
    font-weight: normal;
    float: left;
    display: block;
    background: url(../../Images/tabright.gif) no-repeat right top;
    padding: 5px 15px 4px 11px;
    color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerTabs a span
{
    float: none;
}
/* End IE5-Mac hack */
#headerTabs a:hover span
{
    color: #FFF;
}
#headerTabs a:hover
{
    font-weight: normal;
    background-position: 0% -42px;
}
#headerTabs a:hover span
{
    font-weight: normal;
    background-position: 100% -42px;
}
#headerTabs #current a
{
    font-weight: normal;
    background-position: 0% -42px;
}
#headerTabs #current a span
{
    font-weight: normal;
    background-position: 100% -42px;
}

#topSpacer
{
    height: 10px;
    background-color: #004f43;
}

#content
{
    _height: 500px; /* IE6 only */
    min-height: 500px;
    padding: 10px 0px 10px 0px; 
    background: #6EA542 url(../../Images/bg_spring.jpg) no-repeat;
    /* background: #C8D67B url(../../Images/bg_xmas.jpg) no-repeat; */ 
    /* background-color: #C8D67B; */
    /* background-image: url(../../Images/rasen.jpg); */
}
#contentContainer
{
    width: 1200px;
}
#sidebar
{
    float: left; /* since this element is floated, a width must be given */
    width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent
{
    float: left; /* since this element is floated, a width must be given */
    width: 640px;
}
#bannerSky
{
    float: left;
    width: 160px;
    height: 600px;
    padding: 0;
    padding-left: 10px;
}

#footerSpacer
{
    height: 10px;
    background-color: #004f43;
}

/* Footer */
#footer
{
    height: 80px;
}
#footerNav
{
    margin: 0 auto;
    height: 40px;
    width: 960px;
    padding-top: 10px;
}
ul.footerNav
{
    font-weight: normal;
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: default;
    width: auto;
}
ul.footerNav li
{
    padding-right: 20px;
    list-style-type: none;
    position: relative;
    text-align: left;
    float: left;
}
ul.footerNav a, ul.footerNav a:link, ul.footerNav a:visited, ul.footerNav a:active
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
ul.footerNav a:hover
{
    color: #FF3300;
    font-weight: bold;
    text-decoration: none;
}
#footerCopyright
{
    height: 30px;
    text-align: center;
}
#footerLinks
{
    min-height: 100px;
    _height: 100px;
   padding-bottom: 20px;
   text-align: center;
}
ul.footerLinks
{
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.footerLinks a, ul.footerLinks a:link, ul.footerLinks a:visited, ul.footerLinks a:active
{
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
ul.footerLinks a:hover
{
    color: #FF3300;
    font-weight: normal;
    text-decoration: underline;
}
