@CHARSET "UTF-8";

/*** global settings *******************************************************************************************************/

body, div, table, tr, td, p, form, img, ul {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	font-family: Verdana, sans-serif;
	font-family: arial,helvetica;
	font-size: 12px;
	line-height: 1.5em;
	/* line-height: 16px; */
	vertical-align: top;
}

ul, ol, li {
	line-height: 1.3em;
}

ol {
	margin: 0 0 0 25px;
	padding: 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	padding: 3px 0 3px 3px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #005794;
}

a:hover {
	color: #7f7f7f;
}

li {
	text-align: left;
}





.pageContainer {

	margin-left: 50px;
	width: 950px;
	background-color: #ffffff;
	margin-bottom: 40px;
}

.logoHuemer {
	background-image: url("assets/logos/Logo-190x114.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height: 114px;
	width: 100%;
}



/********************************************************************************************
	Top Navigation
********************************************************************************************/
.navigationTop {
	padding-top: 80px;
	font-size: 11px;
	text-align: right;
	color: #767676;
}

.navigationTop a:link, .navigationTop a:visited {
	color: #767676;
	text-transform: uppercase;
}

.navigationTop a:hover {
	color: #cbcbcb;
}



/********************************************************************************************
	Main Navigation
********************************************************************************************/
.blueBar {
	width: 100%;
	height: 0.5em;
	overflow: hidden;
	background-color: #b8c6e1;
}

.mainmenu {
	background-image: url("assets/mainmenu/HauptnaviOff.jpg");
	background-repeat: repeat-x;
	background-color: #5384be;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 28px;
	overflow: hidden;
}

.mainmenu .menuitem, 
.mainmenu .menuitem:link, 
.mainmenu .menuitem:visited {
	color: #ffffff;
	display: block;
	float: left;
	padding: 6px 24px 4px 24px;
	font-weight: bold;
	border-right: solid 1px #cccccc;
	text-transform: uppercase;
	height: 100%;
}

.mainmenu .menuitem:link.active, 
.mainmenu .menuitem:visited.active, 
.mainmenu .menuitem:hover {
	background-image: url("assets/mainmenu/HauptnaviOn.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
	color: #005aa1;
}

.mainmenu .menuitem.left {
	border-right: solid 1px #bbbbbb;
}

.mainmenu .menuitem.right {
	border-left: solid 1px #bbbbbb;
}





/********************************************************************************************
	Side Navigation
********************************************************************************************/
.navigationSide {
	width: 190px;
	float: left;
	padding-top: 32px;
}

.navigationSide a {
	color: #005399;
	display: block;
	padding: 5px 0 5px 13px;
	border-bottom: solid 1px #C8CDE2;
	background-image: url("assets/mainmenu/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 2px 9px;
	font-weight: bold;
	line-height: 1.35em;
}

.navigationSide a:hover {
	background-color: #CED9EB;
	text-decoration: none;
}

.navigationSide .activeItem:link, .navigationSide .activeItem:visited {
	background-color: #CED9EB;
}

.subItemBorderTop {
	border-top: solid 1px #C8CDE2;
}

a.subsubitem {
	padding-left: 25px;
	background-image: url("assets/mainmenu/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 13px 9px;
	font-weight: normal;
}

a.subsubitemActive {
	font-weight: bold;
}

a.noborder {
	border: none;
}





.contentMain {
	float: left;
	margin-right: 32px;
	width: 505px; /* 570 - 32 - 32 - 1 */
}

.contentMainFull {
	margin: 0;
	width: 100%;
}


.content {
	width: 727px; /* 760 - 32 - 1*/
	float: right;
	border-left: solid 1px #b8c6e1;
	border-bottom: solid 1px #b8c6e1;
	padding: 32px 0 32px 32px;
	font-weight: normal;
}

.contentContainer h1 {
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	color: #005aa1;
}

.contentContainer h2 {
	/*
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #b8c6e1;
	text-transform: uppercase;
	*/
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669cc7;
	color: #98aed6;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.contentContainer h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #585858;
	color: #000000;
}

.contentContainer h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #005aa1;
}

.contentContainer h5 {
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669cc7;
	color: #98aed6;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.contentContainer h6 {
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #669cc7;
	color: #98aed6;
	text-transform: uppercase;
}

div.contentContainer, .contentContainer > div {
	line-height: 1.5em;
	color: #585858;
	/* margin-bottom: 12px; */
}

.contentContainer strong, .contentContainer b {
	color: #000000;
}

.contentContainer a:link, .contentContainer a:visited,
.contentContainer div a:link, .contentContainer div a:visited {
	color: #b8c6e1;
	color: #CED9EB;
	color: #005aa1;
}

.contentContainer .contentMain a:hover,
.contentContainer .contentMain div a:hover {
	text-decoration: underline;
}



.contentinfoboxes {
	float: right;
	width: 188px;
}



/********************************************************************************************
	Copyright
********************************************************************************************/
div.coypright {
	margin-top: 6px;
	font-size: 11px;
	text-align: right;
	color: #767676;
}

div.copyright.nospacing {
	margin-top: 6px;
	.margin-top: 1px;
	font-size: 11px;
	text-align: right;
	color: #767676;
}

div.copyright a:link, div.copyright a:visited,
div.coypright a:link, div.coypright a:visited {
	color: #767676;
}

div.coypright a:hover,
div.coypright a:hover {
	color: #cbcbcb;
	text-decoration: none;
}

div.coypright.borderTop {
	border-top: solid 1px #C8CDE2;
	padding-top: 6px;
}




.borderTop {
	padding-top: 24px;
	border-top: solid 1px #b8c6e1;
}



div.paginator {
	border-top: solid 1px #b8c6e1;
	border-bottom: solid 1px #b8c6e1;
	padding: 3px 0 0 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	height: 20px;
	color: #98aed6;
}

div.paginatorItem {
	margin: 0 5px 0 5px;
	padding: 0;
	color: #98aed6;
}

div.paginatorItem a:link, div.paginatorItem a:visited {
	color: #98aed6;
	font-weight: bold;
}

div.paginatorItem a:hover {
	text-decoration: none;
}

.newsArticle {
	margin-bottom: 32px;
}

.borderTop {
	padding-top: 24px;
	border-top: solid 1px #b8c6e1;
}

.borderBottom {
	border-bottom: solid 1px #b8c6e1;
}

div.thumbPaginator {
	border-top: solid 1px #b8c6e1;
	border-bottom: solid 1px #b8c6e1;
	padding: 10px 0 10px 0;
	margin: 32px 0 10px 0;
	overflow: hidden;
	height: 80px;
	color: #98aed6;
}

div.thumbPaginator a:link, div.thumbPaginator a:visited {
	color: #98aed6;
	font-weight: bold;
}
div.thumbPaginator a:hover {
	text-decoration: none;
}

table.thumbPaginatorControl {
	height: 70px;
}
table.thumbPaginatorThumb {
	width: 85px;
	height: 70px;
}

.mediaTitleBar {
	margin: 0;
	padding: 3px 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #CED9EB;
	border-top: solid 2px #b8c6e1;
	margin : 0 0 10px 0;
}



.sitemapDiv {
	width: 211px;
	margin-bottom: 32px;
	color: #005aa1;
	border: solid 1px #b8c6e1;
	padding-bottom: 10px;
}

div.marginLeft {
	margin-left: 32px;
}

.sitemapDiv.marginLeft {
	margin-left: 32px;
}

.sitemapDiv h1 {
	margin: 0;
	padding: 3px 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #CED9EB;
	border-top: solid 2px #b8c6e1;
}


.sitemapDiv > a {
	color: #005399;
	display: block;
	padding: 5px 0 5px 13px;
	background-image: url("assets/mainmenu/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 2px 9px;
	font-weight: bold;
}
.sitemapDiv > a.subItemBorderTop {
	border: none;
}

.sitemapDiv > a.subsubitem {
	padding-left: 25px;
	background-image: url("assets/mainmenu/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 13px 9px;
	font-weight: normal;
}




a.arrowlink {
	display: block;
	background-image: url("assets/mainmenu/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	margin: 0;
}

div.arrowlink {
	display: block;
	padding-left: 10px;
	margin: 0;
}


a.mailiconlink {
	display: block;
	background-image: url("assets/icons/icon_mail.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
}

a.pdficonlink {
	display: block;
	background-image: url("assets/icons/icon_pdf.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
}

a.formiconlink {
	display: block;
	background-image: url("assets/icons/icon_form.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 13px;
}

body.site ul.kenburns {
	display: none;
}

