﻿body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFFAF0;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
 #container {
	width: 780px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFAF0;
} 
 #header {
	background-color: #FFFAF0;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/main_new.jpg);
} 
#printhead {
	display: none;
}
#langsel {
	float: right;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 17px;
	position: relative;
	right: 0px;
	z-index: 10;
	text-align:right;
}
#slogan {
	text-align: right;
	padding-top: 122px;
	padding-right: 82px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px;
	background-color: #FFFAF0;
}
#mainContent {
	background-color: #FFFAF0;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #FFFAF0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
} 
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#footer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	margin-right: 3px;
	margin-left: 3px;
}
#footer A:HOVER {
	border-bottom-color: #000;
}
#headfunc {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #FFFAF0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
} 
#headfunc p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#headfunc A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 3px;
}
#headfunc A:HOVER {
	border-bottom-color: #000;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 1em;
}
h1    {
	font-size: 22px;
	margin: 0;
	padding: 0;
}
h2    {
	font-size: 19px;;
	margin: 0;
	padding: 0;
}

h3    {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h4    {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 6px 0;
	padding; 0 0 6px 0;
}
.mainnav {
	MARGIN: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mainnav UL {

	PADDING-RIGHT: 0px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px; PADDING-TOP: 0px

}

.mainnav LI {
	WIDTH: 167px;
	BORDER-BOTTOM: #fff 1px solid;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mainnav LI A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	PADDING-BOTTOM: 4px;
	COLOR: #000000;
	PADDING-TOP: 4px;
	BACKGROUND-COLOR: #ff9900;
	TEXT-DECORATION: none
}

.mainnav LI A:hover {

	BACKGROUND: url(../gfx/arrow.gif) no-repeat 170px 7px; COLOR: #ff9900; TEXT-DECORATION: none
}
.subnav {
	MARGIN: 0px;
	padding: 0px;
}

.subnav UL {
	BORDER-TOP: #fff 1px solid;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px 0px 0px;
	margin-left: 0px;
}

.subnav LI {
	WIDTH: 167px;
	BORDER-BOTTOM: #fff 1px solid;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: left;
	padding-top: 1px;
}

.subnav LI A {

	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 1em; PADDING-BOTTOM: 4px; COLOR: #000000; PADDING-TOP: 4px; BACKGROUND-COLOR: #ff9900; TEXT-DECORATION: none

}

.subnav LI A:hover {

	BACKGROUND: url(../gfx/arrow.gif) no-repeat 170px 7px; COLOR: #ff9900; TEXT-DECORATION: none
}

.csc-mailform {
display:block;
width:580px;
border:1px solid #555555;
PADDING:5px;
font-size:11px;

background: #ffefd5;
}

.csc-mailform-field {

}

label {
display:block;
width: 180px;
float: left;
left:10px;
text-align: right;

PADDING:2px;
margin:2px;
}

input, textarea, select {
width:250px;
left:20px;
background: #ffffff;
border:1px solid #888888;
PADDING:2px;
margin:2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.csc-mailform-check {
border: none;
width:auto;
left: 20px;
border:1px solid #222222;
PADDING:2px;
margin: 2 0 2 0;
}

button {
clear: left;
display:block;
width:180px;
left:20px;
background: #e4e4e4;
}

.csc-mailform-submit {
clear: left;
display:block;
width:160px;
left:20px;
background: #c3c2c1;
}

.csc-frame-frame1 {
background-color: #EDEDED; 
padding: 4px 4px 4px 4px; 
border: 1px solid #c3c2c1; 
} 

.csc-frame-frame2 {
background-color: #fbf4a0; 
padding: 4px 4px 4px 4px; 
border: 1px solid #c3c2c1; 
} 

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

img {
border: 0;
}

.adresse {
	font-size: 9pt;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.adresse p {
padding: 3px 0px 0px 0px;
margin: 3px 0px 0px 0px;
}

.CLASSNORMAL1 {
	BACKGROUND: #ffefd5;
}
.CLASSOVER1 {
	BACKGROUND: #ff9900; CURSOR: pointer
}