/* 
    Document   : layout
    Created on : 14.12.2009, 17:27:45
    Author     : Planetpage
*/

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font: 9pt Arial;
    background: #D8D6D7 url(../img/bg.png) repeat-x 0 101px;
    text-align: center;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

* html #wrapper {
    height: 100%;
}

#head {
    position: relative;
    height: 101px;
    overflow: hidden;
    background: #DBDBDB url(../img/bgHeader.png) repeat-x;
    text-align: center;
}

#leftBg {
    position: absolute;
    left: 0;
    width: 50%;
    height: 101px;
    background: #DE1A24 url(../img/bgLeftBg.png) repeat-x;
}

#logo {
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

#container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: left;
}

#headerImages {
    position: relative;
    float: left;
    width: 790px;
    height: 253px;
    padding: 0 1px;
    background: url(../img/bgHeaderImages.png) no-repeat;
}

* html #headerImages {
    display: inline;
    width: 792px;
}

.headerImage {
    position: absolute;
}

#tip {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 89;
}

#prev,
#next {
    position: absolute;
    top: 100px;
    left: 1px;
	z-index: 89;
}

#next {
    left: auto;
    right: 1px;
}

#finder {
    width: 200px;
    height: 235px;
    float: left;
    margin: 9px 0 0 8px;
    background: url(../img/bgFinder.png) no-repeat;
    color: #FFF;
}

#mainNav {
    clear: both;
    height: 37px;
    background: url(../img/bgMainNav.png) repeat-x top;
	margin-bottom: 8px;
}

#mainNav ul {
    margin: 0;
    padding: 2px 0 0 0;
    list-style-type: none;
}

#mainNav li {
    float: left;
    padding: 0;
    background: url(../img/bgMainNavLi.png) no-repeat top right;
}

#mainNav a {
    display: block;
    line-height: 30px;
    height: 37px;
    padding: 0 13px 0 12px;
    color: #535353;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
    background: url(../img/bgMainNavItem.png) no-repeat top right;
}

#mainNav a:hover,
#mainNav a.active {
    background: url(../img/bgMainNavItemHover.png) no-repeat bottom center;
    padding: 0 11px;
    margin: 0 2px 0 1px;
    color: #FFF;
}

.container {
    border: 1px solid #FFF;
    background: #FFF url(../img/bgContainerBottom.png) repeat-x bottom;
    margin: 0 0 15px 0;
    padding: 0 12px 8px 12px;
}

#left {
    clear: both;
}

#left,
#right {
    float: left;
    width: 199px;
	min-height: 25px;
    margin: 0 11px 0 0;
}

#right {
    margin: 0 0 0 11px;
}

* html #left,
* html #right {
    display: inline;
}

#left h1,
#left h2 {
    line-height: 27px;
    margin: 0 -12px;
    padding: 0 7px;
    background: #E11218 url(../img/bgH1Left.png) repeat-y right;
    color: #FFF;
    font-size: 9pt;
    font-weight: normal;
}

#left h2 {
    background: #B4B4B4;
}

#right h1 {
	line-height: 28px;
	margin: 0 -11px 0 -13px;
	padding: 0 20px 2px 20px;
	color: #535353;
	background: url(../img/bgContainerRightHeadline.png) no-repeat left;
	font-size: 9pt;
}

#right .container {
	border: 1px solid #BFBFBF;
	border-bottom: none;
	background: url(../img/bgContainerRight.png) no-repeat right bottom;
}

#subNav {
    margin: 0 -12px;
    margin-bottom: 4px;
    padding: 0;
    list-style-type: none;
}

#subNav li {
    margin: 0;
    padding: 3px 0 4px 0;
    background: url(../img/bgSubNavLi.png) no-repeat bottom center;
}

#subNav a {
    padding: 0 40px 0 12px;
    display: block;
    line-height: 23px;
    color: #545454;
    font-weight: normal;
    text-decoration: none;
}

#subNav a:hover,
#subNav a.active {
    background: url(../img/bgSubNavItemHover.png) no-repeat;
    color: #FFF;
}

#content {
    float: left;
    width: 580px;
	min-height: 20px;
}

#content .container {
    padding: 12px;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 72px;
    width: 100%;
    background: url(../img/bgFooter.png) repeat-x bottom;
    text-align: left;
}

#footerContent {
    width: 1000px;
    margin: 20px auto 0 auto;
    text-align: left;
    line-height: 38px;
    height: 38px;
    font: 9pt Arial;
    color: #535353;
}

#footerContent img,
#footerNav {
    float: left;
}

#footerNav a {
    font: 9pt Arial;
    color: #535353;
    display: block;
    float: left;
    padding: 0 24px 0 7px;
    line-height: 38px;
    background: url(../img/footerDiv.jpg) no-repeat right;
    text-decoration: none;
}

#powered {
    float: right;
    line-height: 38px;
}

#powered a {
    font: 9pt Arial;
    color: #535353;
    text-decoration: none;
}

#footerNav a:hover,
#powered a:hover {
    color: #9D9D9D;
}

.clear {
    clear: both;
}