html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: white;
	background: #5f0000 url(images/hintergrund2.gif) repeat-x 0 bottom;
}

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

h2 {
	margin-top: 0;
}

.centered {
	text-align: center;
}

.cleared {
	clear: both;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.uline {
	text-decoration: underline;
}

#wrapper {
	margin: 1em auto 1em auto;
	width: 60.714em;
}

#header {
	position: relative;
	width: 60.714em;
	height: 6.07em;
}

#headerStripes {
	width: 60.714em;
	height: 6.07em;
	position: absolute;
	top: 0;
	left: 0;
}

#headerStripes .stripe1 {
	/* background-color: #bdd0e3; */
	background-color: #002a61;
	height: 5.35em;
	color: white;
}

#headerStripes .stripe2 {
	height: 0.714em;
	background-color: #002a61;
}

#headerStripes .stripe3 {
	height: 0.36em;
	background-color: #002a61;
}

#headerLogo {
	top: 0.4em;
	position: absolute;
	left: 1em;
}

#headerWater {
	position: absolute;
	top: 0;
	right: 0;
}

#main {
	background-color: #002a61;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(images/main-left.jpg);
	width: 60.714em;
	position: relative;
	margin-bottom: auto;
	margin-left: 0;
	margin-right: auto;
	top: -0.643em;
	min-height: 44em;
	padding-bottom: 1em;
}

#mainNav {
	width: 10em;
	position: absolute;
	top: 0.5em;
	left: 1em;
	padding-top: 0.5em;
}

#mainNav a {
	color: #bc0013;
}

#mainNav img {
	margin-bottom: 1em;
}

#mainNav p {
	line-height: 1.3;
	margin: 0 0.25em 0 0;
	text-align: right;
}

#mainNav p.activeNav {
	border-bottom: 0.13em solid #a5a5a5;
	border-top: 0.13em solid #a5a5a5;
}

#mainNavLogos {
	text-align: center;
	position: relative;
	margin-top: 0.5em;
}

#mainRight {
	position: relative;
	top: 1em;
	left: 13em;
	width: 47em;
	padding-bottom: 1em;
}

#footer {
	clear: both;
}

#footerStripe {
	background-color: #bdd0e3;
	height: 2.643em;
	position: absolute;
	bottom: 0;
}

#footer p {
	text-align: center;
}