@charset "UTF-8";

/* erzwingt Scrollbar in Firefox */
html {
	height: 101%
}

* {
	padding: 0;
	margin: 0
}


body {
	text-align: center;
}
.container {
	width: 968px;
	background-image: url(images/pixel_blau.gif);
	background-repeat: repeat;
	margin: auto;
}
.logo {
	padding-right: 30px;
	padding-left: 30px;
}
.header {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.navigation {
	text-align: left;
	background-image: url(images/pixel_dblau.gif);
	margin-right: 30px;
	margin-left: 30px;
	width: 908px;
	padding: 0px;
	height: 27px;
	vertical-align: middle;
}
.content {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 25px;
	text-align: left;
}
.footer {
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(images/pixel_dblau.gif);
	background-repeat: repeat;
	height: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 100;
	text-align: left;
}
p {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: left;
	font-weight: 100;
}
.p_footer {
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
}
.a_teamnavigation {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover {
	background-color: #FFFFFF;
	color: #333333;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.fett {
	font-weight: bold;
body {
	text-align: center;
	margin: 0px;
	height: 85%;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}
ul {
	font-size: 11px;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
