@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
/*** classes ***/
.firstRow {
	width: 145px;
	padding-right: 1px;
	display: block;
}
.firstRow * {
	width: 145px;
	display: block;
}
.middleRow {
	padding-right: 1px;
}
.middleRow * {
	width: 380px;
}
.blue,.blue * {
	color: #164996;
}
.red,.red * {
	color: #d8000b;
}
.lightBlue, .lightBlue * {
	color: #a4aad2;
}
.scrollHandle	{
	cursor: pointer;
}
.Header	{
	margin-bottom: 0px;
}
/*** tags ***/
body {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eeeeff;
}
h1 {
	display: none;
}
/*** sitestructure ***/
#base {
	text-align: center;
	padding-top: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 608px;
	padding: 8px 10px 12px 10px;
	text-align: left;
	background-repeat: no-repeat;
}
#site {
	width: 900px;
	height: 608px;
	background-color: #fff;
}
#header {
	height: 60px;
	padding-top: 7px;
}
#header #logo {
	width: 160px;
	float: left;
	text-align: right;
}
#middle {
	padding: 0 8px;
}
#middle #pagePics #small img {
	position: absolute;
	width: 145px;
	height: 145px;
}
/*** home ***/
.home #images {
	padding: 5px 0px 0px 5px;
	font-size: 0px;
}
.home #images img {
	padding-right: 5px;
	width: 174px;
	height: 385px;
}
.home #headline {
	height: 36px;
	width: 532px;
	margin: 27px 0 0 184px;
}
.home #languageNavi {
	margin: 36px 0 0 164px;
}
.home #languageNavi a {
	margin-right: 10px;
	height: 16px;
}
.home #logoFooter {
	text-align: right;
	padding: 10px 15px;
}
/*** navi ***/
#headNavi {
	float: right;
	padding-top: 19px;
}
#headNavi li {
	list-style: none;
	float: left;
	padding: 0px 19px 0px 0px;
}
#headNavi li a {
	height: 16px;
	display: block;
	background-color: #164996;
}
#headNavi li a:hover,#headNavi li a.active {
	background-color: #d8000b;
}
#navi {
	float: left;
	width: 152px;
}
#navi ul {
	border-top: 1px solid #3f5495;
}
#navi * {
	float: left;
	display: block;
	height: 23px;
	width: 152px;
	margin: 0;
	padding: 0;
}
#navi li {
	list-style: none;
	border-bottom: 1px solid #3f5495;
}
#navi li a {
	background-color: #004b89; /* #164996;*/
}
#navi li a:hover,#navi li a.active {
	background-color: #d8000b;
}
#content td img	{
margin-right: 8px;
}
/*** content ***/
#midCol {
	margin-left: 163px;
	float: none;
}
#pagePics {
	height: 145px;
	width: 721px;
	display: block;
	/* background: #ddf; */
}
#small	{
	height: 145px;
	width: 145px;
	float: left;
}
#large	{
	height: 145px;
	width: 574px;
	float: right;
}
#contentWrapper {
	margin-top: 20px;
	overflow: hidden;
	height: 368px;
}
#content {
	width: 636px;
	line-height: 14px;
	height: 368px;
}
#contentNews {
	width: 636px;
	line-height: 14px;
	height: 285px;
	overflow: hidden;
}
#content table td {
	padding-bottom: 10px;
}
#contentNews td	{
	line-height: 36px;
}
#pageTitle {
	margin-left:146px;
	height: 15px;
}
#pfeil {
	float: left;
	width: 20px;
	vertical-align: middle;
	padding-bottom: 0px;
}
#scroller	{
	padding-left: 147px;
	padding-top: 20px;
}

