/* reset all styles */

* {
	margin:0;
	padding:0;
	border:0;
	outline: 0;
}
a:focus {
	outline: 0;
}
a .protect {
	display: none;
}


html {
	min-height: 100%;
}

body {
	background-image: url('../gfx/bg_body_10100h.gif');
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, sans-serif;
	line-height: 150%;
}

#topContainer {
	height: 24px;
	background: #9daa03 url('../gfx/bg_top.gif') top repeat-x;
	text-align: left;
}

/* navigation on on top */
#metaNavigationA {
	width: auto;
	float: left;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 1px;
}
#metaNavigationB {
	width: auto;
	float: right;
	padding-right: 15px;
	font-size: 12px;
	padding-top: 1px;
}
#metaNavigationA ul {
	list-style: none;
}
#metaNavigationA ul li {
	display: inline;
	padding: 0 20px 0 15px;
	background-image: url('../gfx/top_navi_list_icon.jpg');
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#metaNavigationA a,
#metaNavigationB a {
	color: #ffffff;
	text-decoration: none;
}
#metaNavigationB a.print {
	padding-left: 16px;
	background-image: url('../gfx/button_print_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 3px;
}




/* 135px on home page */
#middleContainer {
	height: 55px;
	border-bottom: 1px solid #ffffff;
	background: #ffffff url('../gfx/bg_middle.gif') bottom repeat-x;
	text-align: left;
}

#startPageTeaser {
	height: 135px;
	border-bottom: 1px solid #ffffff;
	background: #ffffff url('../gfx/bg_middle.gif') bottom repeat-x;
	text-align: left;
}



#rootline {
	width: auto;
	float: right;
	font-size: 10px;
	padding: 15px;
	color: #50adeb;
}
#rootline a {
	color: #50adeb;
	text-decoration: none;
}
#rootline a:hover {
	text-decoration: underline;
}


#pageImageMain {
	height: 179px;
}
#header {
	margin: 0 auto;
	height: 179px;
	text-align: left;
	background-position: top center;
	background-repeat: no-repeat;
	/* background-image defined thru typo */
}

#mainNavigationContainer {
	border-top: 1px solid #ffffff;
	height: 36px;
	background-image: url('../gfx/bg_mainNavi.gif');
	background-color: #005AAD;
}
/* reset containers for all areas */
#topContainer .container,
#middleContainer .container,
#mainNavigationContainer .container,
#startPageTeaserInnerWrap {
	width: 826px;
	margin: 0 auto;
	text-align: left;
	padding-left: 134px;
}
#startPageTeaserInnerWrap {
	text-align: right;
}

/*** Main Navigation ***/
#mainNavigation ul {
	list-style: none;
	height: 36px;
}
#mainNavigation ul li {
	display: block;
	float: left;
	width: 137px;
	height: 36px;
}



#pageContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#subNavigation {
	width: 130px;
	float: left;
	padding-top: 60px;
}

/*** Sub Navigation ***/
#subNavigation ul {
	list-style: none;
}
#subNavigation ul li {
	display: block;
}
#subNavigation ul li a {
	text-decoration: none;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 15px;
	color: #0364a1;
}
#subNavigation ul li a:hover,
#subNavigation ul li.active a {
	color: #A2B001;
}
/*** second level ***/
#subNavigation ul li ul {
	padding-left: 10px;
}
#subNavigation ul li.active li a {
	color: #0364a1;
}
#subNavigation ul li.active li.active a,
#subNavigation ul li.active li a:hover {
	color: #A2B001;
}
/*** third level ***/
#subNavigation ul li.active ul li.active li a {
	color: #0364a1;
}
#subNavigation ul li.active ul li.active li.active a,
#subNavigation ul li.active ul li.active li a:hover {
	color: #A2B001;
}



#page {
	clear: both;
}

#pageTitleContainer {
	height: 20px;
	margin: 10px 8px 10px 8px;
	background-color: #4092CE;
	/*background-image: url('../gfx/content_header.jpg');*/
	/*background-repeat: repeat-y;*/
	padding: 5px;
	color: #ffffff;
}

#pageTitle {
	width: auto;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 16px;

}
#date {
	width: auto;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 16px;

}

#contentWrapper {
	clear: both;
}

#contentContainer {
	width: 826px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #b8d7ed;
	border-top: 0;
	min-height: 200px;
	color: #404040;
}
/*** possible content areas ***/
#contentMain {
	width: 481px;
	float: left;
	padding: 0 8px 8px 8px;
	border-right: 1px dashed #d8d8d8;
}
/* more padding on left cause of margin -1 */
#contentSub {
	width: 311px;
	float: right;
	padding: 0 8px 8px 9px;
	border-left:1px dashed #d8d8d8;
	margin-left:-1px;
}
#contentLarge {
	padding: 8px;
}
/* FOOTER */
#footerWrap {
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#footerContainer {
	width: 826px;
	float: right;
	background-image: url('../gfx/bg_footer.gif');
	background-repeat: repeat-x;
	padding-top: 27px;
	font-size: 10px;
	color: #0364a1;
}
#footerContainer a {
	color: #0364a1;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: underline;
}
#footerA {
	width: auto;
	float: left;
}
#footerB {
	width: auto;
	float: right;
}





