﻿html 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.hiddenCSS
{
	display:none;
}

ul, li
{
	text-align: left;
	margin: 0px;
	list-style: none;
}


h1 
{
	font-size: 16px;
	margin: 0px;
}

form 
{
	margin: 0px;
}


a
{
	color: #00AEF4;
	text-decoration: none;
}
a:hover
{
	color: #003399;
	text-decoration: none;
}


.mainContainer
{
	width: 982px;
	height: 100%;
	margin:auto;
	margin-top: 40px;
	text-align:center;
	background-image: url(images/bgContent.gif); 
	background-repeat: repeat-y;
}

.header 
{
	position: relative;
	width: 982px;
	height: 140px;
	background-image: url(images/header.gif); 
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

.contentContainer 
{
	position: relative;
	width: 982px;
	height: 190px;
	background-image: url(images/bgContentTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.footer
{
	position: relative;
	width: 982px;
	height: 24px;
	background-image: url(images/footer.gif); 
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 46px;
	padding-top: 17px;
	color: #FFFFFF;
	clear: both;
	font-size: 11px;
}
.footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.footerRight
{
	position: absolute;
	right: 24px;
	top: 17px;
}
.footer2
{
	position: relative;
	width: 946px;
	color: #97979B;
	background-color: #FFFFFF;
	text-align: right;
	top: 0px;
	padding-right: 36px;
	font-size: 11px;
}

.contentImage
{
	position: absolute;
	width: 330px;
	height: 172px;
	right: 24px;
	background-color: #97979B;
}


/** NAVIGATION **/
.navigation
{
	position: absolute;
	width: 285px;
	height: 140px;
	left: 40px;
	border-bottom: solid 1px #97979B;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navigationLink 
{
	display: block;
	height: 17px;
	margin-bottom: 8px;
	text-indent: 23px;
	font-weight: bold;
	width: 120px;
}
a.navigationLink 
{
	color: #00AEEF;
	text-decoration: none;
	background-image: url(images/arrow0.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
}
a:hover.navigationLink 
{
	color: #0058AA;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
}
.navigationLinkActive
{
	display: block;
	height: 17px;
	margin-bottom: 8px;
	text-indent: 23px;
	font-weight: bold;
	color: #0058AA;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
}

.navigationSub
{
	position: relative;
	display: block;
	right: 0px;
	width: 160px;
	padding-top: 3px;
	top: 20px;
	text-indent: 5px;
	height: 22px;
	background-color: #C7EAFB;
}
a.navigationSubLink
{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #0067A6;
	text-decoration: none;
}
a:hover.navigationSubLink
{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #003F65;
	text-decoration: none;
}
.navigationSubLinkActive
{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #003F65;
	text-decoration: none;
	font-weight: bold;
}






.teaser
{
	position: relative;
	width: 285px;
	min-height: 200px;
	left: 40px;
	top: 0px;
	text-align: left;
	float: left;
}

.contentArea
{
	position: relative;
	display: block;
	width: 982px;
	text-align: left;
	color: #807F84;
	height: inherit;
	background-image: url(images/bgContent.gif); 
	background-repeat: repeat-y;
	float: left;
}

.content 
{
	position: relative;
	float: right;
	width: 586px;
	text-align: left;
	padding-right: 45px;
	padding-bottom: 10px;
	min-height: 190px;
}


.contentHeadline
{
	position: absolute;
	display: block;
	width: 260px;
	min-height: 130px;
	left: 350px;
	bottom: 0px;
	text-align: left;
	font-size: 28px;
	color: #00AEEF;
	font-weight: bold;
	line-height: 28px;
}