/*--------------------------------------------------*/
/*Grundgestaltung                                   */
/*--------------------------------------------------*/

* {
	font-family: helvetica, arial, "sans serif"; }

a {
	text-decoration: none; }

a:link {
	text-decoration: none; }

a:visited {
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

body {
	height: 100%;
	margin: 3px; }

html {
	height: 100%; }

div#header img {
	border: none; }

div#main {
	background-image: url("../images/bg.png");
	background-position: 205px;
	background-repeat: repeat-y;
	background-color: #DEEBF7;
	height:auto !important;
	height:100%;
	min-height: 100%;
	position: relative;
	width: 100%; }

table#content-area {
	border-collapse: collapse;
	height:612px;
	margin-left: 205px;
	position: relative; }

table#content-area td {
	padding: 0px; }

td.content-bottom {
	vertical-align: top; }

td.content-right {
	vertical-align: bottom; }

td.content-top {
	vertical-align: top; }

div.clear {
	clear: both; }

div#content {
	padding: 14px;
	width: 574px; }

div#content-bottom {
	padding: 14px; }

div#content-right {
	padding: 14px 14px 14px 0px;
	width: 200px; }

div#footer-1 {
	background-color: #BFD9EF;
	height: 40px;
	width: 100%; }

div#footer-2 {
	background-color: #DEEBF7;
	height: 100%;
	margin: 0px 0px 0px 205px;
	position: relative;
	width: 816px; }

div#footer-3 {
	height: 20px;
	width: 1021px; }

div#header-1 {
	/* Farbe je nach Seite in separatem Stylesheet */
	height: 40px;
	width: 100%; }

div#header-2 {
	background-color: #BFD9EF;
	height: 20px;
	width: 100%; }

div#header-3 {
	background-color: #DEEBF7;
	height: 100%;
	margin: 0px 0px 0px 205px;
	width: 816px; }

hr {
	border-bottom: 0px;
	border-top: 1px solid #000000;
	height: 1px; }

image#logo {
	display: block; }


/*--------------------------------------------------*/
/*Hauptbild links                                   */
/*--------------------------------------------------*/

div.csc-textpic-imagewrap {
	margin-bottom: -5px;
	/* ie_special */ }

div#main-image {
	position: absolute;
	left: 3px;
	top: 196px;
	z-index: 99; }

div#main-image img {
	display: block; }