/*

	general definitions

*/
body {
	background-color: #F2F2F2;
	color: #000000;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, san-serif;
}

a {
	color: #1c286b;
	font-weight: 700;
}

a.HighlightAnchor {
	font-size: 10pt;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
	line-height: 15pt;
}

img {
	border: 0px;
}

p {
	padding-bottom: 0.1em;
}

/*

	container & header

*/
div#container {
	width: 794px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding: 0px;
	/*padding-left: 20px;
	padding-right: 20px;*/
	margin: 0;
	background-color: #ffffff;
}

div#container #header {
	width: 794px;
	background-repeat: no-repeat;
	height: 176px;
	padding-top: 0px;
	clear: both;
}

div#container #header #logo {
	
}

div#container #logo img {
	border: 0;
}

/*

	navigations

*/
.navigation {
	background-image: url(arrow-tl-br.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-right: 1px solid #ffffff;
	background-color: #1c286b;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	min-width: 111px;
	overflow: visible;
	font-size: 11px;
	font-family: Verdana;
	display: block;
	float: left;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

* html .navigation {
	width: 111px;
}

.navigation-active {
	background-image: url(arrow-tl-br.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-right: 1px solid #ffffff;
	background-color: #1c286b;
	height: 20px;
	min-width: 111px;
	overflow: visible;
	font-size: 11px;
	font-family: Verdana;
	display: block;
	float: left;
	border-bottom: 2px solid #F6A90D;
	color: #F6A90D;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

* html .navigation-active {
	width: 111px;
}

.subnavigation {
	border-right: 1px solid #ffffff;
	background-color: #aaaaaa;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	min-width: 111px;
	overflow: visible;
	font-size: 11px;
	font-family: Verdana;
	display: block;
	float: left;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: 700;
}

* html .subnavigation {
	width: 111px;
}

.subnavigation-active {
	border-right: 1px solid #ffffff;
	background-color: #aaaaaa;
	height: 20px;
	border-bottom: 2px solid #1c286b;
	min-width: 111px;
	overflow: visible;
	font-size: 11px;
	font-family: Verdana;
	display: block;
	float: left;
	color: #1c286b;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: 700;
}

* html .subnavigation-active {
	width: 111px;
}

.subaltern {
	background-color: #bbbbbb;
}

.spacer {
	background-color: #ffffff;
}

a.navigation:hover {
	color: #F6A90D;
}

a.subnavigation:hover {
	color: #37375B;
}

.navlevel3 {
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #1c286b;
	width: 121px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-left: -2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 5px;
}

.navlevel3-active {
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #1c286b;
	width: 121px;
	display: block;
	text-decoration: none;
	color: #F6A90D;
	margin-left: -1px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 5px;
}

.navlevel4 {
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #aaaaaa;
	width: 105px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-left: -2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 3px;
}

.navlevel4-active {
	padding-left: 20px;
	padding-bottom: 5px;
	background-color: #37375B;
	width: 105px;
	display: block;
	text-decoration: none;
	color: #F6A90D;
	margin-left: -2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 3px;
}

.navlevel5 {
	padding-left: 25px;
	padding-bottom: 5px;
	background-color: #aaaaaa;
	width: 100px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-left: -2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 3px;
}

.navlevel5-active {
	padding-left: 25px;
	padding-bottom: 5px;
	background-color: #37375B;
	width: 100px;
	display: block;
	text-decoration: none;
	color: #F6A90D;
	margin-left: -2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px;
	padding-top: 3px;
}

/*

	content

*/
#content {
	width: 794px;
	padding-top: 1px;
	font-size: 12px;
	line-height: 1.2em;
	color: #000000;
	background-color: #ffffff;
}

#content .noflow {
	overflow: scroll;
}

#content .box {
	width: 233px;
	padding-top: 5px;
	height: 180px;
	background-color: #cccccc;
	/*color: #ffffff;*/
	color: #37375B;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	/*text-align: justify;*/
	font-size: 8pt;
}

#content .box1 {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-left: 0px;
}

#content .box2 {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-left: 1px;
}

#content .box3 {
	border-bottom: 1px solid #ffffff;
	margin-left: 1px;
}

#content .box h1 {
	margin-top: 5px;
	font-size: 120%;
	color: #37375B;
}

#content .smallbox {
	width: 243px;
	height: 160px;
	background-color: #ffffff;
	color: #37375B;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 8pt;
	border-top: 2px solid #37375B;
	/*text-align: justify;*/
}

#content .smallbox1 {
	border-right: 1px solid #37375B;
	border-bottom: 1px solid #37375B;
	margin-left: 0px;
}

#content .smallbox2 {
	border-right: 1px solid #37375B;
	border-bottom: 1px solid #37375B;
	margin-left: 1px;
}

#content .smallbox3 {
	border-bottom: 1px solid #37375B;
	margin-left: 1px;
}

#content .smallbox h1 {
	font-size: 120%;
	color: #37375B;
}

#content #left {
	float: left;
	width: 400px;
	border-right: 1px solid #37375B;
	background-color: #ffffff;
}

#spaltelinks {
	width: 80px;
	float: left;
	background-color: #ffffff;
}

#spalterechts {
	float: left;
	background-color: #ffffff;
	padding-right: 20px;
	width: 550px;
}

#content #right {
	float: left;
	margin-left: 20px;
	width: 222px;
	background-color: #ffffff;
}

#content h1 {
	font-size: 14px;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

#content h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 12px;
}

#content img {
	padding: 3px;
}

.footer {
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5em;
	background-color: #1c286b;
	height: 20px;
	color: #ffffff;
	font-size: 8pt;
}

#contentcontainer {
	margin-left: 140px;
	margin-top: 10px;
	width: 653px;
	min-height: 350px;
	text-align: top;
}

* html #contentcontainer {
	height: 350px;
}

.box a {
	color: #ffffff;
	font-weight: 700;
}

.smallbox a {
	color: #37375B;
	font-weight: 700;
}

.footernavigation {
	text-decoration: none;
	color: #ffffff;
}

img {
	behavior: url(/css/iepngfix.htc)
}