/* ############################################################# */
/* #### Seiteneinstellungen */
/* ############################################################# */
html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}
html {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFFFFF;
}
body {
	margin:0;
	padding:0;
	position: relative;
    	height:100%;
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}
html, body, table, th, td, div{
	color:#333;
	font-size: 11px;
	line-height:1.5em;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
}
div#clearer { 
	clear:both; 
}


/* ############################################################# */
/* #### Allgemeine Formate */
/* ############################################################# */
a { 
	text-decoration:none; 
	color:#233B79; 
}

img {
	border:none; 
}

h1 { 
	color:#55ADFF; font-size:16px; font-weight:bold; margin:0px;
}
h2 { 
	color:#55ADFF; font-size:14px; font-weight:bold; padding:0px; margin:0px 0px 5px 0px;
}

p { 
	color:#666; 
	font-size: 11px; 
}


/* ############################################################# */
/* #### Container */
/* ############################################################# */
div#outline {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:950px;
	text-align: left;
}

div#columns {
	width:950px;
	overflow:hidden;
	text-align:left;
}

div#leftcol {
	float:left;
	width:256px;
	min-height:350px;
	margin-top:40px;
	overflow:hidden;
}

div#content {
	margin:40px 26px 0px 26px;
	float:left;
	width:400px;
	overflow:hidden;
}

div#rightcol {
	float:right;
	width:241px;
	min-height:350px;
	border-left:1px #B9B9B9 dotted;
	margin-top:40px;
	overflow:hidden;
	padding:0px;
}
div#rightc { margin:0px 0px 0px 25px; }

div#footer {
	background:url("images/wave.jpg") no-repeat;
	height:136px;
	width:950px;
	text-align:center;
	margin-top:40px;
	padding-top:90px;
	color:#666;
}



/* ############################################################# */
/* #### HEADER */
/* ############################################################# */
div#header1 {
	height:29px;
	text-align:left;
	background:url("images/header1.gif") no-repeat top left;
}
div#header2 {
	height:26px;
	text-align:left;
	padding-left:247px;
	background:url("images/header2.gif") no-repeat top left;
}
div#logo {
	width:247px;
	height:244px;
	display:block;
	float:left;
}
div#anim {
	width:703px;
	height:244px;
	float:right;
	background:url("images/pic8.jpg") no-repeat top left;
}

div#shortcuts {
	text-align:left;
	line-height:2em;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#shortcuts a { 
	line-height:2em;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}



/* ############################################################# */
/* #### LEFT COL - Unternavigation */
/* ############################################################# */
ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:50px;
	border-bottom:1px #fff solid;
}
ul#subnav li {
	margin:0;
	padding:0;
	width:247px;
}
ul#subnav a {
	font-size:12px;
	display:block;
	line-height:17px;
	padding:5px 0 5px 5px;
	color:#fff;
	background-color:#ababab;
	border-bottom:1px #FFF solid;
	text-transform: uppercase;
}
ul#subnav a.act { 
	font-weight:bold;
	color:#666666;
}
ul#subnav a:hover {
	background-color:#c9c9c9;
}

ul#subnav2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#subnav2 li {
	margin:0;
	padding:0;
}
ul#subnav2 a {
	font-size:12px;
	font-style:italic;
	display:block;
	line-height:17px;
	padding:5px 0 5px 5px;
	color:#666666;
	background-color:#c1c1c1;
}
ul#subnav2 a.act { 
	font-weight:bold;
	background-color:#cecece;
	font-style: normal;
}
ul#subnav2 a:hover{
	color:#FFF;
}

ul#subnav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#subnav3 li{
	margin0;
	padding:0;
	width:257px;
}
ul#subnav3 a{
	font-size:11px;
	font-style:italic;
	display:block;
	line-height:15px;
	padding:5px 0 5px 5px;
	color:#666666;
	background-color:#dcdcdc;
	margin-left:10px;
}
ul#subnav3 a.act { 
	font-weight:bold;
	font-style:italic;
	color:#999999;
	background-color:#e2e2e2;
}
ul#subnav3 a:hover{
	font-weight:bold;
}



/* ############################################################# */
/* #### Mail-Formular */
/* ############################################################# */

.csc-mailform {
	border:none;
	width: 380px;
	color:#fff;
}
.csc-mailform-field {
	background:#55adff;
	padding:3px;
}

.csc-mailform-field label {
	float: left;
	padding: 1px;
	width: 88px; 
}

.mf-input {
	clear: none;
	padding: 1px;
}

.mf-pass {
	width: 188px;
	padding: 1px;
}

.mf-text {
	clear: none;
	width: 262px;
	padding: 1px;
}

.mf-check {
	padding: 1px;
}

.mf-radio {
	padding: 1px;
}

.mf-select {
	padding: 1px;
}

.mf-file {
	width: 200px;
	padding: 1px;
}

#mailformRadiotest {
	border: none;
}

#mailformRadiotest legend {
	display: none;
}

.mf-reset {
}

.mf-submit {
	margin-left: 5px;
}


/* ############################################################# */
/* #### Spezielle Formatierungen */
/* ############################################################# */

/* Bildunterschrift */
.csc-textpic .csc-textpic-imagewrap .csc-textpic-caption {
	padding:0px;
	padding-top:3px;
	margin:0px;
	color:#666;
	font-style: italic;
}

/* Auflistung */
.csc-textpic-text {
	color:#666;
}

/* Suchform */
div.csc-searchform { margin:0px 0px 40px 0px; padding:0px; }


/* ########################################################### */
/* ####### Slide-Show  */
/* ########################################################### */
.hidden {display: none;}
.clear {clear: both;}

#slideshow {
	height: 244px;
	width: 703px;
	z-index: 1;
	overflow: hidden;
}

#slideshow img {
	height: 244px;
	width: 703px;
    top:  0px; 
    left: 0px;
} 
