html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: left top repeat-x url(images/backgnd_body.jpg);  
}

img {
	border: none;
}

body table {
	height:99%;
	border-spacing:0px;
	/* border-collapse:collapse; */
	/* margin:0 auto; */
}

body table td {
	vertical-align:top;
	border:0;
}

table, td, tr, th  {padding:0; margin:0;}

div#container {
	position: relative;
	width: 965px;
	margin: 0 auto;
	text-align: left;
	/* border-top muss gesetzt sein, sonst schiebt header alles nach unten */
	border-top: 1px solid #fff;
}

/*************************************
/* News Ticker
*************************************/
div#container .ticker {
	position: absolute;
	top: 77px;
	left: 100px;
	width: 222px;
	height: 260px;
	padding: 5px;
	overflow-y:hidden;
	font-size: 11px;
	line-height:135%;
	background-image: url(images/backgnd_ticker.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div#container .ticker {
	margin: 2px;
}

div#container .ticker a, div#container .ticker a:link, div#container .ticker a:visited, div#container .ticker a:hover {
	color: #C60C1A;
	text-decoration:none; 
}

div#container .ticker a:hover {
	text-decoration: underline;
} 

div#container .ticker img {
	margin: 2px;
}

div#container .ticker h1, h2 {
	margin:5px 0 12px 5px;
	padding:0;
	font-size: 13px;
	color:#C60C1A;
}

div#container .ticker h2 {
	margin:0 0 2px 0;
	font-size: 11px;
	color: #444;
}

/*************************************
/* Header
*************************************/
div#container .header {
	margin-top: 31px;
	height: 342px;
	background-position: left top;
	background-repeat: no-repeat;
	/* Das eigentliche Bild wird in Typo3 per Typo3Script angelegt */  
}

div#container .logo {
	position: absolute;
	top: 77px;
	left: 735px;
}

div#container .address {
	position: absolute;
	top: 412px;
	left: 586px;
}

div#container .home {
	position: absolute;
	top: 15px;
	left: 840px;
}

div#container .statement {
	position: absolute;
	float: left;
	top: 253px;
	left: 410px;
	width: 446px;
	height: 42px;
	padding: 20px 35px 25px 6px;
	color: #fff;
	background: left top url(images/backgnd_statement.jpg) repeat-x;
}

div#container .statement h1 {
	margin: 0;
	padding: 0;
	font-family: Anivers;
	font-weight: normal;
	font-size: 1.15em;
}

/*************************************
/* Navigation Oben
*************************************/
div#container .contact {
	position: absolute;
	top: 11px;
	left: 104px;
	height: 36px;
	background-image: url(images/backGnd_button.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

div#container .contact ul {
	list-style-type: none;
	margin:0;
	padding:0;
	color: #fff;
}

div#container .contact	li {
	float: left;
	margin:0;
	padding: 3px 11px 7px 11px;
}

#container .contact ul li a, #container .contact ul li a:link, #container .contact ul li a:visited, #container .contact ul li a:hover {
	font-size: 0.95em;
	font-family: Anivers;
	text-decoration: none;
	color: #fff;
	padding: 3px 22px 0 13px;
    background-image: url(images/naviArrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div#container .contact ul li .current {
	background-image: url(images/naviArrow_current.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div#container .contact ul li a:hover {
	background-image: url(images/naviArrow_on.gif);
}

/*************************************
/* Inhalte
*************************************/
div#wrapper {
	float:left;
	width:100%;
}

div#container #mainContent {
	text-align:left;
	min-height: 293px;
	margin-top: -22px;
	width: 965px;
}

div#container #mainContent img {
	margin: 0 2px 2px 0;
}
	
div#container #mainContent #leftCol {
	float: left; 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
    width: 240px;
	margin-left: -865px;
}

div#container #mainContent #rightCol {
	float: left;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
    width: 80px; 
	margin-left: -80px;
}

div#container #mainContent #content {
	margin: 0 80px 0px 340px;
	min-height: 230px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #777B83;
}

div#container #mainContent #content h2 {
	margin: 0;
	padding: 0;
	font-family: Anivers;
	font-size: 1.6em;
	font-weight: normal;
	color: #D50D1B;
}

#clear { 
	clear: both; 
}
   
/*************************************
/* Footer
*************************************/
div#container .footer {
	clear:left;
	height: 35px;
	width: 861px;
	padding-left: 104px;
	font: 68% Verdana, Arial, Helvetica, sans-serif;
}

div#container .footer .imprint {
	float: left;
	width: 226px;
	height: 35px;
	color: #fff;
	background-color: #7E818A;
}

div#container .footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

div#container .footer ul li {
	float: left;
}

#container .footer .imprint ul li a, #container .footer .imprint ul li a:link, #container .footer .imprint ul li a:visited, #container .footer .imprint ul li a:hover {
	text-decoration: none;
	color: #fff;
	padding: 0 10px 0 10px;
}  

#container .footer .imprint ul li a:hover {
	color: #D50D1B;
}

/* Copyright */
div#container .copyright {
	float: right;
	text-align: right;
	width: 200px;	
	padding-top: 13px;
	margin-right: 37px;
	color: #A3A7B3;
}

