body {
	margin: 0em;
	padding: 0em;
	background-color: #CCD9E8;
	background-image: url(../images/background.jpg);
	background-position: inherit;
	background-repeat: no-repeat;
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

div {
	margin: 0em;
	padding: 0em;	
}

#main {
	margin: 0em;
	padding: 0em;	
	padding-left: 0.875em;
	padding-top: 0em;
	background-image: url(../images/main-back.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5.625em;
	margin-top: 1.25em;
	width: 48.4375em;
	height: 38.4375em;
}

#head {
	margin: 0em;
	padding: 0em;	
	margin-bottom: 1.875em;
	margin-right: 1.875em;
	padding-top: 1em;
	height: 4.6875em;
}

#head-left {
	float: left;
	width: 19em;
	padding-left: 0.5em;
	padding-top: 0.4em;
}

#head-right {
	float: right;
	width: 26.5625em;
}

#head-right p {
	margin: 0em;
	padding: 0em;
	color: #7194BD;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 3.9em;
}

#head-right p a {
	margin: 0em;
	padding: 0em;
	color: #7194BD;
	font-size: 1em;
	font-weight: bold;
	margin-top: 3.9em;
	text-decoration: none;
}

#head-right p a:hover {
	text-decoration: underline;
}

#content {
	height: 24.2em;
}

#content p.csc-caption {
	font-size: 0.6em;
	text-align: left;
}

#content-left {
	float: left;
	background-image: url(../images/pfeile.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0em;
	padding: 0em;	
	width: 21em;
	height: 24.2em;
}

#content-right {
	float: right;
	margin: 0em;
	padding: 0em;	
	margin-right: 1.85em;
	margin-bottom: 1em;
	width: 24.5625em;
	height: 23em;
	overflow: auto;
	padding-right: 1em;
}

#footer {
	margin: 0em;
	padding: 0em;	
	margin-right: 1.875em;
	height: 5.875em;
}

.clear {
	clear: both;
}

.head-left-top {
	margin: 0em;
	padding: 0em;
	color: #003F8B;
	font-size: 0.70em;
	font-weight: bold;
	letter-spacing: 0.0625em;
}

.head-left-bottom {
	margin: 0em;
	padding: 0em;
	color: gray;
	font-size: 0.70em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

div#content h1 {
	font-size: 0.8em;
}

div#content h2 {
	font-size: 0.8em;
}

div#content h3 {
	font-size: 0.8em;
}


div#content p, div#content li {
	font-size: 0.75em;
 	line-height: 1.2em;
 	word-spacing: 0.1875em;
 	letter-spacing: 0.0625em;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* navigation */

#navigation {
	position: absolute;
	top: 7.5em;
	left: 3.2em;
	margin: 0em;
	padding: 0em;
	z-index: 10;
}

#nav, #nav ul { /* all lists */
	padding: 0em;
	margin: 0em;
	list-style: none;
	line-height: 1.2em;
	background-color: #7194BD;
}

#nav li a  {
	border-top: 0.0625em solid #fff;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	font-size: 0.80em;
	font-weight: normal;
}

#nav.first-level li { /* all list items */
	width: 6.625em; /* width needed or else Opera goes nuts */
}

#nav.first-level li a {
	padding: 0em;
	margin: 0em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1.5em;
	background-image: url(../images/white-square.gif);
	background-position: inherit;
	background-repeat: no-repeat;
}

#nav.first-level li a:hover {
	background-image: url(../images/blue-square.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#nav.first-level li ul.second-level li a:hover {
	background-image: none;
}


#nav.first-level li a.active {
	background-image: url(../images/blue-square.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li ul.second-level { /* second-level lists */
	position: absolute;
	margin: -1.25em 0 0 6.625em;
	background: #DAE3EE;
	width: 8.0625em;
/*	left: -999em; *//* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav.first-level li ul.second-level li{ /* all list items */
	width: 8.0625em; /* width needed or else Opera goes nuts */
}

#nav.first-level li ul.second-level li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #003F8B;
	padding-left: 0.5em;
	border-top: 0.0625em solid #fff;
	background-image: none;
}

#nav.first-level li ul.second-level li a.active {
	color: #DAE3EE;
	background-color: #003F8B;
}

#nav.first-level li ul.second-level li a.ifsub,
#nav.first-level li ul.second-level li a.ifsub:hover {
	/* hover is for IE */
	background-image: url(../images/icon_ifsub.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav li ul ul { /* third-and-lower-level lists */
	margin: -1.25em 0 0 8.0625em;
	background: #E9EEF5;
	width: 8.0625em;
	position: absolute;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
/*	left: -999em; */
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.nav-col-a a {
	color: #fff;
}

.nav-col-b a {
	color: #003F8B;
}

#nav.first-level li ul.second-level li a.active {
	color: #DAE3EE;
	background-color: #003F8B;
}

.white-border {
	border-bottom: 0.0625em solid #fff;
}

.no-border {
	border-top: 1px solid red;
}