﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
	{
		overflow: -moz-scrollbars-vertical;
		overflow-x: hidden;
		overflow-y: scroll;
	}

/*
###################################
	Body
###################################
*/
body 
{
	padding: 0px;
	margin: 0px;
	background-color: #ebf4fe;
    background-image: url('../images/design/background/background_top.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
} 

/*
###################################
	Wrapper
###################################
*/
#OuterWrapper
{
	position: fixed;
	width: 100%;
	height: 178px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	bottom: 0px;
    background-image: url('../images/design/background/background_bottom.png');
    background-repeat: no-repeat;
    background-position: top center;
}
#Wrapper
{
    position: absolute;
	width: 918px;
	padding: 0px;
	margin: 0px;
	left: 50%;
	margin-left: -459px;
	background-image: url('../images/design/background/wrapper.png');
    background-repeat: repeat-y;
    background-position: top left;
}
#WrapperSpanMargin
{
    padding-left: 8px;
    padding-right: 8px;
}
#WrapperSpan
{
	background-color: #ffffff;
	width: 902px;
}
#WrapperSpanPadding
{
	padding: 0px 3px;
}
#WrapperSpanInner
{
	background-color: #e8e9eb;
	background-image: url('../images/design/background/wrapper_span.png');
    background-repeat: repeat-x;
    background-position: top left;
	width: 896px;
	
}

/*
###################################
	Header
###################################
*/
#Header
{
	height: 97px;
}
#HeaderLogo
{
	padding-top: 16px;
	padding-left: 39px;
	float: left;
}
#HeaderLogoJubileum
{
	padding-top: 10px;
	padding-left: 39px;
	float: left;
}
#HeaderPayOff
{
	float: right;
}

/*
###################################
	ContentPlate
###################################
*/
#ContentPlate
{
	padding: 0px 18px;
}

/*
###################################
	Menu
###################################
*/
#MenuPlate
{
	width: 860px;
	overflow: hidden;
}
#MenuPlateLeft
{
	background-image: url('../images/design/background/menu_left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 49px;
	width: 9px;
	float: left;
}
#MenuPlateSpan
{
	background-image: url('../images/design/background/menu_span.png');
	background-repeat: repeat-x;
	background-position: top left;
	height: 49px;
	width: 843px;
	float: left;
}
#MenuPlateRight
{
	background-image: url('../images/design/background/menu_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 49px;
	width: 8px;
	float: left;
}
#MenuPlateSpanPadding
{
	padding-top: 7px;
}

.MenuItem
{
	float: left;
	height: 42px;
	padding: 0px;
	margin: 0px;
}
.MenuSpacer
{
	float: left;
	width: 2px;
	height: 42px;
	background-image: url('../images/design/menu/spacer.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0px;
	line-height: 0px;
}


/*
###################################
	SubMenu
###################################
*/
#SubMenuPlate
{
	width: 860px;
	height: 28px;
}
#SubMenuPlateLeft
{
	background-image: url('../images/design/SubMenu/left.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
	width: 7px;
	float: left;
}
#SubMenuPlateSpan
{
	background-image: url('../images/design/SubMenu/bg_span.png');
	background-repeat: repeat-x;
	background-position: top left;
	height: 49px;
	width: 847px;
	float: left;
}
#SubMenuPlateRight
{
	background-image: url('../images/design/SubMenu/right.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
	width: 6px;
	float: left;
}
.SubMenuItem
{
	float: left;
	height: 28px;
	display: block;
	font-size: 11px;
}
.SubMenuItemPadding
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top:6px;
	display: block;	
}
.SubMenuFirstItemPadding
{
	padding-left: 14px;
}
.SubMenuItemActive
{
	background-image: url('../images/design/SubMenu/bg_mo.png');
	background-repeat: repeat-x;
	background-position: top left;
}

/*
###################################
	MainContent
###################################
*/
#MainContent
{
	width: 860px;
	border-top: 1px solid #fff;
	background-color: #fff;
	background-image: url('../images/design/background/maincontent.gif');
	background-repeat: repeat-x;
	background-position: top left;
    
    
    /* HEIGHT HACK */
    min-height: 800px;
	height: 800px;
	height: auto !important;
}
#MainContentPadding
{
	padding-top: 26px;
	padding-left: 21px;
	padding-bottom: 15px;
}
#MainContentFooter
{
	width: 860px;
	height: 9px;
	background-image: url('../images/design/background/maincontent_footer.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	line-height: 0px;
	font-size: 0px;
}
.MainContentExtraPadding
{
	padding-left: 2px;
}
/*
###################################
	MainContent Left
###################################
*/
.MainContentLeft
{
	width: 525px;
	float: left;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	line-height: 19px;
}
.MainContentLeftTextPlate
{
	width: 491px;
}
.MainContentLeftPadding
{
	padding-left: 3px;
}
/*
###################################
	MainContent Right
###################################
*/
.MainContentRight
{
	width: 295px;
	float: left;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
.MainContentRightPadding
{
	padding-left: 20px;
}
/*
###################################
	StartContent Left
###################################
*/
.StartContentLeft
{
	width: 525px;
	float: left;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
/*
###################################
	StartContent Right
###################################
*/
.StartContentRight
{
	width: 295px;
	float: left;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
.StartContentRightPadding
{
	padding-left: 20px;
	padding-bottom: 15px;
}
/*
###################################
	Footer
###################################
*/
#Footer
{
	padding-top: 9px;
	width: 860px;
	padding-bottom: 14px;
}
#FooterLeft
{
	background-image: url('../images/design/background/footer_left.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
	width: 6px;
	float: left;
}
#FooterSpan
{
	background-image: url('../images/design/background/footer_span.png');
	background-repeat: repeat-x;
	background-position: top left;
	height: 64px;
	width: 848px;
	float: left;
}
#FooterRight
{
	background-image: url('../images/design/background/footer_right.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
	width: 6px;
	float: left;
}
.FooterInfo
{
	float: left;
	width: 410px;
	height: 64px;
}
.FooterInfoPadding
{
	padding-top: 10px;
	padding-left: 8px;
}
.FooterFacebook
{
	float: left;
	width: 272px;
	height: 64px;
}
.FooterFacebookPadding
{
	padding-top: 11px;
	padding-left: 67px;
}
.FooterBrochure
{
	float: left;
	width: 85px;
	padding-top: 20px;
}
.FooterTimeTable
{
	float: left;
	width: 78px;
	padding-top: 20px;
}
