body {
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: black;
	background: white;
	margin: 0;
	display: block;
	/* text-align: center; */
	padding: 0;
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003366;
}

h1 {
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: #003366;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

p {
	text-align: justify;
	padding: 0;
	margin: 0 0 10px 0;
}

em {
	font: inherit;
	color: red;
}

.kursivtext {
	font-style: italic;
}

.fetttext {
	font-weight: bold;
}

#bodyMain {
	text-align: left;
	width: 800px;
}

#head {
	/* font-weight: bold; */
	height: 100px;
	width: 798px; /* not "inherit" because of border */
	line-height: 100px;
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #003366;
	border-top: 1px solid white;
	position: fixed;
	z-index: 10;
}

#companyName {
	display: inline;
	vertical-align: middle;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 24px;
	margin-left: 50px;
	margin-bottom: 24px;
	height: 50px;
	line-height: 50px;
	/* font-stretch: condensed; (geht noch nicht in allen Browsern...) */
}

#topMenu {
	display: block;
	position: fixed;
	/* background: pink; */
	/* color: white;
	margin-top: 1px; */
	padding: 0;
	margin: 0;
	width: inherit;
	height: 26px;
	line-height: 26px;
	top: 102px;
	/* border-top: 2px solid white;
	border-bottom: 2px solid white; */
	z-index: 10;

	background-image: url(/images/menuback.png);
}

ul.topMenuList {
	/* position: fixed;
	top: 100px;
	height: 24px;
	line-height: 24px; */
	/* float: left; */
	display: block;
	font-size: 10pt;
	/* border-top: 2px solid pink;
	border-bottom: 2px solid pink;
	border-left: 0;
	border-right: 0; */
	border: 0;
	padding: 0 2.5%;
	margin: 0;
	background: #003366;
	color: white;
	/* display: block; */
	/* list-style-image: url(/images/menuseparator.png);
	list-style-type: none; */
	list-style: none;
	z-index: 20;
}

ul.topMenuList li {
	float: none;
	display: block; /* inline??? */
    /* height: inherit;
	border-top: 2px solid red;
	border-bottom: 2px solid red; */
	top: 0;
	position: relative;
	border: 0;
	margin: 0 2px;
	/* float: left; */
	padding-left: 10px;
	background-image: url(/images/menusep.png);
	background-color: #003366;
	background-repeat: no-repeat;
	/* background-position: 0 2px; */
}

ul.topMenuList li.leftItem {
	float: left;
}

ul.topMenuList li.middleItem {
	float: left;
}

ul.topMenuList li.rightItem {
	float: left;
}

ul.topMenuList li.firstItem {
	background-image: none;
	/* background: none; */
	padding-left: 0;
}

ul.topMenuList li a {
	display: inline; /* inline for IE */
	float: left;
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 0;
	margin: 0;
	color: white;
}

ul.topMenuList li a:hover {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	text-decoration: none;
	/* font-weight: bold; */
}

ul.topMenuList li a:visited {
	color: white;
}

#navLine {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: smaller;
}

#navLine ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navLine ul li {
	padding-left: 12px;
	background-image: url("/images/pfeil-rot.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: inline;
	color: gray;
}

#navLine a {
	font-size: inherit;
	color: #003366;	
}

#navLine a:hover {
	text-decoration: underline;
}

div#content {
	z-index: 0;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 130px;
	height: auto;
	width: 798px;
	/* border: 1px solid #003366; */
	border-top: 1px solid #003366;
}

#footer { /* for some reason doesn't really contain the items!?! */
	/* vertical-align: bottom; */
	clear: both;
	float: left;
	/* position: absolute; */
	display: block;
	width: 798px;
	height: 70px;
	bottom: 20px;
}

#copyright {
	padding-left: 20px;
	margin-top: 20px;
    float: left;
	color: white;
}

#footer .topLink a,#footer .backLink a {
	color: #ffffff;
}

#bottomBlue {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 27px;
	height: 2em;
	margin: 17px 0 0 0;
	padding: 0;
	background: #003366;
	z-index: -1;
}

