﻿/*------------------------------------------------------------------*/
/*  Page
/*------------------------------------------------------------------*/
html, body, form
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

ul
{
	margin-top: 0px;
}

a:link, a:focus, a:active, a:visited, a:hover
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #5e5e5e;
	outline: none;
}

a:hover
{
	color: #000000;
}

body
{
	font-family: Arial;
	font-size: 12px;
	color: #5e5e5e;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #003063;
}

.scrollMain
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.png
{
	behavior: url('pngbehavior.htc');
	outline: none;
}

.bg
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

/*------------------------------------------------------------------*/
/*  Areas
/*------------------------------------------------------------------*/
.main, .header, .innerMain, .menu
{
	position: absolute;
}

.main
{
	overflow: visible;
	top: 0px;
	width: 100%; /*height : 630px;*/
}

.header
{
	position: absolute;
	top: 35px;
	left: 40px;
	height: 170px;
}

.innerMain
{
	top: 160px;
	width: 100%;
	height: 320px;
}

.menu
{
	position: absolute;
	top: 480px;
	left: 415px;
	width: 500px;
	height: 110px;
}

.menu #htmlMenu
{
	padding-top: 10px;
	font-family: Fontin, Georgia;
	font-size: 18px;
}

.menu #htmlMenu .line
{
	padding-top: 10px;
	overflow: hidden;
}

.menu #htmlMenu .item
{
	cursor: pointer;
	color: #606060;
	float: left;
	margin-left: 60px;
}

.menu #htmlMenu .item:hover, .menu #htmlMenu .item.active
{
	color: #ffffff;
}

.imgPage, .contentPage, .teaserSpacer, .teaserPage
{
	position: absolute;
	height: 320px;
}

.imgSlide
{
	position: absolute;
	left: 0px;
	width: 671px;
	height: 320px;
}

.imgPage
{
	width: 671px;
}

.contentPage
{
	left: 671px;
	width: 245px;
	background-color: #FFFFFF;
}

.teaserSpacer
{
	left: 916px;
	width: 7px;
	height: 320px;
}

.teaserPage
{
	left: 923px;
	width: 70px;
}

.premium, .verband
{
	position: absolute;
	left: 8px;
	width: 42px;
}

.premium
{
	top: 7px;
	left: 770px;
	width: 89px;
	height: 90px;
}

.verband
{
	top: 55px;
	height: 28px;
}

.partner
{
	width: 100%;
	height: 75px;
}

.partnerLogo
{
	width: 95px;
	height: 35px;
}

.partnerName
{
}

/*------------------------------------------------------------------*/
/*  Page dialog
/*------------------------------------------------------------------*/
.pageCollapsed, .pageExpanded
{
	height: 320px;
	display: none;
}

.pageCollapsed
{
	width: 245px;
}

.pageExpanded
{
	width: 854px;
}

.pageTitle
{
	position: absolute;
	left: 18px;
	top: 18px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1em;
	font-family: Fontin, Georgia;
}

.pageContent_Paging, .pagePaging
{
	position: absolute;
	left: 20px;
	top: 282px;
	width: 780px;
}

.pageContent_Paging
{
	top: 197px;
	width: 610px;
	font-size: 12px;
}

.pagePagingItem
{
	position: relative;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}

.pageMenu
{
	position: absolute;
	left: 50px;
	top: 85px;
	z-index: 100;
}

.pageMenuItem
{
	margin-bottom: 11px;
	background-image: url('../Assets/dot.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 13px;
	color: #5e5e5e;
	cursor: pointer;
}

.pageTeaser, .pageContent
{
	position: absolute;
	left: 20px;
	top: 85px;
	font-family: Arial;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 27px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.pageTeaser
{
	width: 200px;
	cursor: pointer;
}

.pageContent
{
	width: 810px;
	height: 220px;
}

.pageContent_Left, .pageContent_Right
{
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	width: 380px;
	overflow: hidden;
}

.pageContent_Right
{
	left: 400px;
}

.pageContent_LeftSmall, .pageContent_RightSmall
{
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	width: 310px;
	overflow: hidden;
}

.pageContent_RightSmall
{
	left: 330px;
}

.pageExpand, .pageCollapse
{
	position: absolute;
	cursor: pointer;
}

.pageExpand
{
	left: 18px;
	top: 275px;
	left: 200px;
}

.pageCollapse
{
	top: 18px;
	top: 275px;
	left: 810px;
}

