
html {
    height: 100%;
}

body.home {
    height: 100%;
    background: #fff url(img/body2.gif) repeat-x;
}

body.content {
    height: 100%;
    background: #fff url(img/body3.gif) repeat-x;
}

div#footer-position-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */
}

div#header-zone {
    position: relative;
    overflow: hidden;
    max-width: 962px;
    min-width: 688px;
}

body.home div#header-zone {
    background: url(img/right-entry-border.gif) repeat-y 990px 0;
    max-width: 9999px;
    width: 100%;
}

p#logo {
    position: absolute;
    top: 0;
    left: 44px;
    height: 46px;
    width: 240px;
    z-index: 300;
    background: url(../img/logo.gif) no-repeat;
}

p#logo a {
    display: block;
    height: 46px;
    width: 240px;
}

div#headervisual-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    z-index: 10;
    background: #a1c422 no-repeat;
}

body.home div#headervisual-zone {
    width: 990px;
}

div#fluid-zone {
    background-color: #a1c422;
    position: relative;
    z-index: 11;
    float: right;
    padding: 0 1px 0 21px;
    border-left: 2px solid #fff;
    width: 300px;
    height: 260px;
}

div#headertext-zone {
    position: relative;
}

div#headertext-zone div.headertext-content {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
}

/************************************************************************/
/*START: nav zone */
div#nav-zone {
	position: relative;
	margin: -20px 0 0 44px;
	padding-bottom: 20px;
	z-index: 400;
} 

ol#navigation a {
    color: #000;
    background: url("img/gruen_1.png") left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
} 
ol#navigation a span {
    background: url("img/gruen_2.png") top repeat-x;
    padding: 0 5px;
    margin: 0 5px 0 0;
} 

ol#navigation a, ol#navigation a span {
    display: block;
    float: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}

/*
ol#navigation a:hover {
    color: #fff;
    background: #26a url("left-tab-hover.gif") left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
} 

ol#navigation a:hover span {
    background: url("right-tab-hover.gif") right top no-repeat;
    padding-right: 10px;
} 
*/

ol#navigation {
    list-style: none;
    padding: 0;
    margin: 0;
} 

ol#navigation li {
	background: url("img/gruen_3.png") right top no-repeat;
    float: left;
    display: block;
    margin: 0 2px 0 0;
    padding: 0;
}

/* Selected nav tab */
ol#navigation a.current {
    color: #4a5a36;
    background: url("img/weiss_1.png") left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
} 
ol#navigation a span.current {
    background: url("img/weiss_2.png") top repeat-x;
    padding: 0 5px;
    margin: 0 5px 0 0;
} 

ol#navigation a.current, ol#navigation a span.current {
    display: block;
    float: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #4a5a36;
}

ol#navigation li.current {
	background: url("img/weiss_3.png") right top no-repeat;
    float: left;
    display: block;
    margin: 0 2px 0 0;
    padding: 0;
}
/*END: nav zone */
/************************************************************************/
/*START: configurable header height*/
body.content, body.home {
    background-position: 0 0;
}

body.home div#header-zone, body.home div#headervisual-zone, body.home div#fluid-zone {
    height: 370px;
}

body.content div#header-zone, body.content div#headervisual-zone, body.content div#fluid-zone {
    height: 260px;
}

/*END: configurable header height*/
/************************************************************************/
div#content-zone {
    min-width: 960px;
}

div.left-content {
    float: left;
    width: 640px;
}

div.right-content {
    margin-left: 640px;
}

div.right-content div.column {
    float: none !important;
}

div.column {
    float: left;
    padding: 0 0 0 44px;
    width: 276px;
}

div.wide-column {
    float: left;
    padding: 0 0 0 44px;
    width: 458px;
}

div#footer-position-placeholder {
    height: 44px; /* #footer-position-placeholder must be the same height as #footer-zone */
}

div#footer-zone {
    min-width: 916px;
    padding: 22px 22px 0 44px;
    height: 44px;
    background: url(../img/footer.gif) no-repeat;
}

