* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #333333;
}

html {
overflow-y: scroll;
}

body {
text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
background: #ffffff;
}

/* DIV-Boxen */
div#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 812px;
min-height: 100%;
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(/images/hintergrund.jpg) repeat-y;
overflow: hidden;
}

div#left {
float: left;
margin-left: 21px;
width: 200px;
}

div#right {
float: right;
width: 570px;
margin-right: 21px;
}

div#logo {
background: #ffffff;
}

div#headerbild {
height: 195px;
width: 570px;
margin: 0;
padding: 0;
}

div#adresse {
padding-left: 20px;
padding-top:50px;
line-height: 18px;
color: #3F3F3F;
font-size: 12px;
text-transform: uppercase;
}

div#content {
padding: 0;
margin-left: 38px;
margin-right: 38px;
margin-bottom: 25px;
width: 494px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
overflow: hidden;
}

#content ul {
margin-bottom: 15px;
}

#content li {
margin-left: 15px;
line-height: 18px;
}

#frLink {
width: 180px;
height: 45px;
line-height: 45px;
padding-left: 20px;
}

div#navigation {
width: 200px;
min-height: 500px;
background:url(/images/navigation-hintergrund.jpg) no-repeat;
overflow: hidden;
}

#navigation ul
{
list-style-type: none;
/*margin-top: 45px;*/
padding: 0;
border-bottom: #1E505F 1px solid;
}

#navigation ul li
{
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
border-top: #1E505F 1px solid;
line-height: 23px;
text-transform: uppercase;
}

#navigation ul li.active
{
background: #ffffff;
padding-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
color: #CC071F;
border-top: #1E505F 1px solid;
line-height: 23px;
text-transform: uppercase;
}

#navigation ul li a {
font-family : Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #191719;
line-height: 20px;
}

#navigation ul li a.active {
font-family : Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #CC071F;
line-height: 20px;
}

#navigation ul li.active ul {
list-style-type: none;
margin-top: 0px;
margin-left: 20px;
padding:0;
border: 0;
}

#navigation ul li.active ul li {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
margin: 0;
border: 0;
color: #191719;
line-height: 14px;
text-transform: none;
}

#navigation ul li.active ul li.active {
list-style-image:url(/images/punkt.gif); 
list-style-position: outside;
margin: 0;
padding-left: 5px;
color: #CC071F;
border: 0;
line-height: 14px;
text-transform: none;
}

#navigation ul li.active ul li a {
font-size: 12px;
color: #191719;
border: 0;
line-height: 14px;
}

#navigation ul li.active ul li a.active {
font-size: 12px;
color: #CC071F;
border: 0;
line-height: 14px;
}

.galerie
{
float: left;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
}

.overviewthumbs
{
padding: 5px;
border: #cccccc 1px solid;
}

.galeriebilder
{
margin: 0px;
padding: 0px;
}

.thumbnail
{
padding: 5px;
float: left;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
border: #cccccc 1px solid;
}

.label {
width: 100px;
vertical-align: top;
display: block;
float: left;
}

td.invalid label {
color: #d70000;
}

#content .form {
	list-style-type: none;
}

#dsc_form_mitteilung {
vertical-align: top;
}

.formElement {
margin-bottom: 2px;
}

#content .form textarea,
#content .form select,
#content .form input,
#content .form div.htmlForm {
	margin: 0;
	width: 350px;
}
#content .form textarea {
	width: 450px;
	height: 150px;
}
#content .form input[type="submit"],
#content .form .submit {
	width: auto;
	margin-top: 15px;
	margin-left: 100px;
}

#content .form .invalid input.invalid,
#content .form .invalid textarea.invalid {
	border: 1px solid #d70000;
}

input.submit {
border: 1px solid #cccccc;
}

/* sonstige styles */
A
{
color : #0033FF;
text-decoration : none;
}

A:HOVER
{
text-decoration: underline;
}

H1
{
font-family : Times New Roman, serif;
font-size : 20px;
color : #CC061E;
margin-bottom: 15px;
}

H2
{
font-size : 13px;
color : #333333;
margin-bottom: 15px;
}

H3
{
font-size : 12px;
color : #333333;
margin-bottom: 15px;
}

P
{
color : #333333;
margin-bottom: 15px;
line-height: 18px;
}


p.times
{
font-family : Times New Roman, serif;
font-size : 16px;
font-weight: bold;
color : #CC061E;
margin: 0px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
