/* ----------------------------------------------------------------------------
St. Marien Screen Stylesheet

version:	1.3
date:		20-04-2007
author:		Guido Bittner, Wiesbaden
website:	www.stmarien.net
---------------------------------------------------------------------------- */

/*
blue-1: #EBF3F7
blue-2: #DAEBF3
blue-3: #B8D7E6
blue-4: #8AC7E5
blue-5: #52A3CC
blue-6: #006699
blue-7: #002233

light green: #c7d96c
medium green: #3ba632
dark green: #20591b

turquoise: #6cc7d9

orange: #F87532;
*/


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

html, body {
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

body {
	color: #000;
	font-family: Corbel, Verdana, 'Vera Sans', sans-serif;
	font-size: 76%;
	line-height: 120%;
	text-align: center;
	min-width: 998px;
	background-color: #DAEBF3;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -1px;
}

* html .clear {
	height: auto;
	margin-bottom:0;
}
/* ************************************************************************* */
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color: #006699;
	xtext-decoration: none;
	xborder-bottom: 1px solid #B8D7E6;
}

a:visited {
	color: #002233;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-bottom: 0 none;
}
/* ************************************************************************* */
h1,h2 {
	visibility: hidden;
	display: none;
}

img {
	border: 0 none;
}

/* ************************************************************************* */
#container {
	z-index: 1;
	text-align: left;
	position: relative;
	width: 998px;
	margin: 0 auto;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#header {
	position: relative;
	height: 303px;
	width: 998px;
	clear: both;
}

#logo {
	xtext-align: right;
	position: relative;
	top: 0px;
	left: 0px;
	height: 85px;
	width: 998px;
	clear: both;
}

#logo img {
	margin: 12px 0 0 0;
}

#lang {
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
}

#topnav {
	position: relative;
	width: 218px;
	height: 218px;
	background-color: #52A3CC;
	float: left;
	overflow: hidden;
}

#keyvisual {
	position: relative;
	width: 780px;
	height: 218px;
	background-color: #52A3CC;
	background: url('stmarien-soft.png') no-repeat;
	float: left;
	overflow: hidden;
}

#wrapper {
	position: relative;
	width: 998px;
	background-color: #EBF3F7;
	float: left;
	clear: both;
	overflow: hidden;
}

#wrapper .column {
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}


#contentnav {
	position: relative;
	width: 218px;
	padding-top: 18px;
	background-color: #DAEBF3;
	float: left;
	display: inline;
}

#content{
	position: relative;
	left: 18px;
	width: 540px;
	min-height: 24em;
	height: auto !important;
	height: 24em;
	margin-top: 18px;
	float: left;
	display: inline;
}

#sidebar {
	position: relative;
	width: 180px;
	margin-top: 18px;
	padding-right: 12px;
	float: right;
	clear: right;
	display: inline;
}

#footer {
	color: #006699;
	position: relative;
	width: 998px;
	border-top: 1px solid #F2F6F9;
	background-color: #B8D7E6;
	margin-bottom: 1em;
	padding-bottom: 0.1em;
	float: none;
	clear: both;
}

#footer p {
	display: block;
	margin: 0.5em 1em;
}
/* ************************************************************************* */
#topnav ul {
	list-style-type: none;
	margin: 1px 0 0 0;
	padding: 0;
}

#topnav li {
	font-size: 1.2em;
	text-indent: 12px;
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav li a {
	color: #006699;
	text-decoration: none;
	height: 15px;
	margin: 0;
	padding: 6px 0 6px 0;
	background-color: #B8D7E6;
	border: 0 none;
	display: block;
}

#topnav li.current a {
	font-weight: bold;
	background-color: #DAEBF3;
}

#topnav li a:hover, #topnav li.current a:hover {
	color: #DAEBF3;
	background-color: #52A3CC;
	text-decoration: none;
}

/* ************************************************************************* */
#contentnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: none;
}

#contentnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#contentnav li a {
	color: #006699;
	text-decoration: none;
	line-height: 1.3em;
	padding: 4px 0 4px 12px;
	border: 0 none;
	display: block;
}

#contentnav li.current a {
	background-color: #B8D7E6;
}

#contentnav ul ul {
	border-bottom: 1px #B8D7E6 solid;
}

#contentnav li.current li a {
	padding-left: 30px;
	background-color: #EBF3F7;
	display: block;
}

#contentnav li li.current a {
	padding-left: 18px;
	background-color: #EBF3F7;
	border-top: 0 none;
	border-left: 12px #B8D7E6 solid;
}

#contentnav li a:hover, #contentnav li.current a:hover {
	color: #DAEBF3;
	background-color: #52A3CC;
	text-decoration: none;
}

/* ************************************************************************* */

#content h3 {
	color: #006699;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#content h4 {
	color: #006699;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1em 0 .5em 0;
}

#content h5 {
	color: #006699;
	font-size: 1em;
	line-height: 1.3em;
	margin: 1em 0 .5em 0;
}

#content p {
	line-height: 1.5;
	margin: 6px 0;
}

#content ul,
#content ol {
	line-height: 1.5;
	margin: 6px 0 6px 24px;
}

#sidebar h3 {
	color: #006699;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#sidebar h4 {
	color: #006699;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

#sidebar h5 {
	color: #006699;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

#sidebar p {
	margin-bottom: 1em;
}
/* ************************************************************************* */
.gallery {
	position: relative;
}

.gallery a {
	position: relative;
	width: 90px;
	height: 66px;
	_height: 132px;
	display: block;
	float: left;
	xvertical-align: bottom;
	padding-top: 66px;
}

.gallery a img {
	margin-top: -66px;
}
/* ************************************************************************* */
/* Formular Definition */
.formgen {
	font-size: 1em;
}
/*
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor : pointer;
}
*/
.formgen form {
	line-height : 120%;
}

.formgen .formblock {
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 3px 2px 3px 5px;
}

.forminfo {
	width: 490px;
	margin-bottom: 15px;
	background-color: #c7d96c;
	font-weight: bold;
	border: 5px dashed #006699;
	padding: 3px 2px 3px 5px;
}

.formgen br {
	clear: both;
}

.formgen .formtextfield {
	width: 500px;
	height: 150px;
	border: 1px solid #8AC7E5;
	background-color: #FFF;
}

.formgen .formtext {
	width: 350px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFF;
	border: 1px solid #8AC7E5;
}
/*
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-color: #006699;
	background-color: #B8D7E6;	
}
*/
.formgen label {
	width: 150px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
}

.formgen .formselect {
	width: 200px;
	background-color: #c7d96c;
	color: #000000;
}
/* Sende-Button */
.formgen .formsubmit {
	width: 500px;
	text-align: center;
	background-color: #006699;
	border: 1px solid #8AC7E5;
	float: left;
	color: #FFFFFF;
}
/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

.formgen .formerror {
	border-bottom-width: 1px;
	color: #990000;
}
.formgen .formcaptcha {
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
.formgen .formreq {
	color: #006633;
}
.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
/* ************************************************************************* */
.impressum {
	font-size: 90%;
	float: right;
}

.impressum a {
	text-decoration: none;
}

.bf {
	visibility: hidden;
	display: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.jcenter {
	text-align: center;
}

.sml { font-size: 90%; }

.nofloat {
	float: none;
	clear: both;
}

.clearl {
	clear: left;
}

.nomargin {
	margin: 0;
}

