body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	heigt: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	//scrollbar-face-color: #C20027; /* Hauptfarbe Rollbalken */
	//scrollbar-shadow-color: #EE815F; /* Relief-Schatten auf dem Rollbalken unten und rechts */
	//scrollbar-highlight-color: #EE815F; /* Relief-Schatten auf dem Rollbalken oben und links */
	//scrollbar-3dlight-color: #FFFFFF; /* 3D-Schatten */
	//scrollbar-darkshadow-color: #999999; /* Dunkler Schatten des Rollbalkens*/
	//scrollbar-track-color: #EEEEEE; /* Verschiebeweg */
	//scrollbar-arrow-color: #EE815F; /* Pfeile */
}


/* Hier beginnen die ID-Selektoren -> sie dürfen in einem Dokument nur einmal angewendet werden! */
/* Kopf der Seite: */
#container1 {
	position:absolute;
	text-align: left;
	margin: 0px;
	width: 800px;
	height: 300px;
	overflow: hidden;
	float: left;
	display: inline;
	z-index:2;

}

#header {
	position: absolute;
	width: 800px;
	height: 126px;
	background-color: #C20027;
	z-index:3;
}


/* Eigenschaften des kompletten Menüs */
#menucontainer {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:700px;
	width:780px;
	z-index: 99;
}


#menus {
	position:absolute;
	top:0px;
	left:10px;
	right:0px;
	height:20px;
	width:780px;
	margin-top: 103px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding:0px;
	list-style:none;
	z-index: 500;
}

.menu {
	float:left;
	margin-top:3px;
	padding-left:10px;
	text-align:left;
	color:white;
}

.menu h3 {
	text-align:left;
	margin:0px;
	padding-left:10px;
	padding-right: 17px;
	background-image: url(img/menue.gif);
	color:white;
	font-size:13px;
	border-style: none;
	font-family:Arial;
	font-weight: normal;
	line-height:20px;
}

.menu h3:hover {background-image: url(img/menue_hell.gif);}


.menu ul {
	width:auto;
	list-style:none;
	display:none;
	margin:0px;
	padding:0px;
}

.menu:hover ul {
	list-style:none;
	display:block;
}

.menu ul li {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	border-top-style: solid;
	border-top-width: 1px;
	background:#ee815f;
	color:white;
}


.menu ul li a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	display:block;
	width:auto;
}

.menu h3 a:link {text-align:left; color: #FFFFFF; text-decoration: none; }
.menu h3 a:visited {text-align:left; color: #FFFFFF; text-decoration: none; }
.menu h3 a:focus {text-align:left; color: #FFFFFF; text-decoration: none; }
.menu h3 a:hover {text-align:left; color: #EE815F; text-decoration: none;}
.menu h3 a:active {text-align:left; color: #EE815F; text-decoration: none; }

.menu a:link {text-align:left; color: #FFFFFF; text-decoration: none;}
.menu a:visited {text-align:left; color: #FFFFFF; text-decoration: none; }
.menu a:focus {text-align:left; color: #FFFFFF; text-decoration: none; }
.menu a:hover {text-align:left; color: #c20027; text-decoration: none; }
.menu a:active {text-align:left; color: #c20027; text-decoration: none; }

.menu a.aktuell:link {text-align:left; color: #EE815F; text-decoration: none; font-weight: bold;}
.menu a.aktuell:visited {text-align:left; color: #EE815F; text-decoration: none; font-weight: bold;}
.menu a.aktuell:focus {text-align:left; color: #EE815F; text-decoration: none; font-weight: bold;}
.menu a.aktuell:hover {text-align:left; color: #c20027; text-decoration: none; font-weight: bold;}
.menu a.aktuell:active {text-align:left; color: #c20027; text-decoration: none; font-weight: bold;}


/* IE-Hack bis Version 6 for Menu */
* html .menu ul li {height: auto; padding-top: 1px; padding-bottom: 1px; margin: 0px; border-width: 1px, 0, 0, 0; border-top-style: solid;}
* html .menu .iehide, * html .menu ul li a:visited.iehide {display:none;}
* html .menu a:hover ul li a.hide {display:none;}
* html .menu table, .menu tr, .menu td {margin:0px; padding:0px; border:0px; border-collapse:collapse;}
* html .menu a table {display:none;}
* html .menu a:hover {background:transparent;}
* html .menu a:hover ul,* html .menu a:hover table {display:block; }
* html .menu a:hover ul li a {display:block;}
* html .menu a:hover ul li a ul {visibility:hidden;}
* html .menu a:hover ul li a:hover {}
* html .menu a:hover ul li a:hover ul {visibility:visible; }
/* IE-Hack bis 6 END */

/* IE-Hack füg Version 7 for Menu */
*+html .menu ul li {height: auto; padding-top: 1px; padding-bottom: 1px; margin: 0px; border-width: 1px, 0, 0, 0; border-top-style: solid;}
*+html .menu .iehide, *+html .menu ul li a:visited.iehide {display:none;}
*+html .menu a:hover ul li a.hide {display:none;}
*+html .menu table, .menu tr, .menu td {margin:0px; padding:0px; border:0px; border-collapse:collapse;}
*+html .menu a table {display:none;}
*+html .menu a:hover {background:transparent;}
*+html .menu a:hover ul,*+html .menu a:hover table {display:block; }
*+html .menu a:hover ul li a {display:block;}
*+html .menu a:hover ul li a ul {visibility:hidden;}
*+html .menu a:hover ul li a:hover {}
*+html .menu a:hover ul li a:hover ul {visibility:visible; }
/* IE-Hack 7 END */

/* Menüpunkt Startseite, da er außerhalb des normalen Menüs liegt */
#home {
	position: absolute; 
	width: 120px;
	heigt: 20px;
	margin-top: 106px;
	margin-left: 460px;
	padding-top:2px;
	padding-left: 10px;
	background-color: #C20027;
	background-image: url(img/menue.gif);
	color: white;
	z-index: 101;
}

#home:hover {background-image: url(img/menue_hell.gif);}

#home a:link { color: #FFFFFF; text-decoration: none; }
#home a:visited { color: #FFFFFF; text-decoration: none; }
#home a:focus { color: #FFFFFF; text-decoration: none; }
#home a:hover { color: #EE815F; text-decoration: none; }
#home a:active { color: #EE815F; text-decoration: none; }



/* Div für den Satz "Sie befinden sich hier..." */
#position {
	position: absolute; 
	width: 335px;
	heigt: 20px;
	margin-top: 135px;
	margin-left: 460px;
	z-index: 102;
}

#position a:link { color: #C20027; text-decoration: none; font-weight: normal; }
#position a:visited { color: #C20027; text-decoration: none; font-weight: normal;}
#position a:focus { color: #C20027; text-decoration: none; font-weight: bold; }
#position a:hover { color: #C20027; text-decoration: none; font-weight: bold;}
#position a:active { color: #C20027; text-decoration: none; font-weight: bold;}

/* Inhalt der Seite: */
#container2 {
	position: absolute;
	width: 800px;
	height: 300px;
	margin-top: 170px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	z-index: 1;

}

/* Inhalt für zweispaltiges Layout */
#inhalt-links {
	float: left;
	width: 410px;
	min-height: 345px;
	height: auto;
	margin-top: 45px;
	margin-left: 0px;
	padding-left: 20px;
	background-color: #ffffff;
	z-index:21;
}

/* Inhalt für einpaltiges Layout */
#inhalt-breit {
	float: left;
	width: 780px;
	min-height: 345px;
	height: auto;
	margin-top: 45px;
	margin-left: 0px;
	padding-left:20px;
	background-color: #ffffff;
	z-index:21;
}

/* IE-Hack, weil er min-height nicht interpretieren kann */
* html #inhalt-links { height:345px; width: 430px; } /* nur für IE 5.5 - 6.x */
* html #inhalt-breit { height:345px; width: 800px;} /* nur für IE 5.5 - 6.x */
html + body #inhalt-links { height:345px; } /* nur vom IE 5.0 */
html + body #inhalt-breit { height:345px; } /* nur vom IE 5.0 */


#galerie {
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
}

#footer {
	clear: both;
	margin-left: 0px;
    padding-top:15px;
}	

/* inhalt-rechts liegt außerhalb des container2, da die Positionierung so einfacher ist.
Wird für Bilder und besondere Inhalte verwendet. */
#inhalt-rechts {
	position: absolute;
	width: 335px;
	min-height: 373px;
	margin-left: 461px;
	margin-top: 180px;
	border-style: solid;
	border-color: #999999;
	border-width: 2px;
	z-index:20;
}

#inhalt-rechts-ohne {
	position: absolute;
	width: 335px;
	min-height: 373px;
	margin-left: 461px;
	margin-top: 180px;
	border-style: none;
	z-index:20;
}

/* IE-Hack, weil er min-height nicht interpretieren kann */
* html #inhalt-rechts { height:373px;} /* nur für IE 5.5 - 6.x */
html + body #inhalt-links { height:373px; } /* nur vom IE 5.0 */

/* liegt im Inhalt-rechts und sorgt bei Text für entsprechenden Abstand zum Rand */
#content-ir {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/* Element-Selektoren: */
p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 10px;
}


h1 { 
	font-size: 20px;
	font-weight: bold;
	color: #C20027;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


h2 {
	font-size: 15px;
	color: #EE815F;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 6px;

}

/* diese Angaben sind für die Links im Text, etc. */
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:focus { color: #C20027; text-decoration: underline; }
a:hover { color: #C20027; text-decoration: underline; }
a:active { color: #C20027; text-decoration: underline; }

/* diese Angaben sind für die Links im Text, etc. */
a:link img { border: 0px; }
a:visited img { border: 0px; }
a:focus img { border: 0px; }
a:hover img { border: 0px; }
a:active img { border: 0px; }

/* Listen-Formatierung!*/
#container2 ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(img/pfeil-rot.gif);
	padding-left: 15px;
	margin-left: 0px;		
}

#container2 ul.bild {
	list-style-position: inside;
}

#content-ir ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(img/pfeil-rot.gif);
	padding-left: 20px;
	margin-left: 0px;		
}




#container2 ul, #content-ir ul {
	margin-bottom: 3px;
	margin-top: 0;
}



/* Klassen-Selektoren!*/

.table {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}

.bold {
	font-weight: bold;	
}

.bild-200-right {
	float: right;
	width: 200px;
	margin-right: 0;
	margin-left: 20px;
	margin-top: 5px;
	margim-bottom: 10px;
}

.bild-200-left {
	float: left;
	width: 200px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}


.bild-150-left {
	float: left;
	width: 150px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bild-120-left {
	float: left;
	width: 120px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.untertitel {
	display: block;
	font-size: 10px;
	color: #C20027;
	text-align: left;
	clear: both;		
}

.zeile-small {line-height: 110%;}
.font-middle {line-height: 110%; font-size: 13px;}
.font-small {font-size: 11px;}
.pfeil {display: block; float: left; margin-top: 3px;}


/* --------------------- Formatierungen des Formulars! -------------------------*/

form {
	margin:		2em 0;
	display:	block;
}

fieldset {
	border:		1px solid #C20027;
	display:	block;
	padding-left:	10px;
	padding-right:	10px;
	padding-top:	10px;
	padding-bottom: 0px;
	width: 300px;
	height: 300px; 
	margin-bottom: 10px;
	margin-top:	0px;
	margin-left:	0px;
	margin-right:	30px;		
	float: 		left;
}

fieldset#nachricht {
	clear: both;
	width: 630px;
	height: 190px;
}


select {
	position: 	relative;
	top: 		-1.4em;
	left: 		100px;
	display:	block;
	width:		75px;
	border:		1px solid #999999;
	heigt: 15px;
	font-size: 11px;
	color: #000000;	
}


legend {
	color:		#C20027;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	
}
label {
	clear: 		left;
	float: 		left;
	display: 	block;
	width: 		100px;
	margin-top: -1em;
	font-size: 12px;
	color: #666666;
	font-weight: regular;
}

label.erstes {
	margin-top:	1em;
}

label.radio {
	width: 200px;
	margin-bottom: 0px;
}

label.subhead {
	color: #000000;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 200px;
}

input {
	position: 	relative;
	top: 		-1.4em;
	left: 		100px;
	display: 	block;
	border:		1px solid #999999;
	background:	#fff;
	heigt: 15px;
	font-size: 11px;
	color: #000000;
}

input.senden {
	float: left;
	top: 25px;
	left: 0;
	margin-right: 10px;
	width:  80px;
	
}

textarea {
	position: 	relative;
	top: 		20px;
	left: 		0;
	display: 	block;
	border:		1px solid #a5acb2;
	padding:	2px;
	width:		500px;
	height:		100px;
	font-size: 12px;
	color: #666666;
	font-family: Arial, sans-serif;		
}

fieldset.radio input {
	border:		none;
	background:	none;
	left:		150px;
	margin-bottom: -5px;			
}


input.senden :hover {
	border:		1px solid #999;
	color:		#EEEEEE;
	font-weight: bold;
}
input.senden :focus {
	background:	#EEEEEE;
	border:		1px solid #000;
	color:		#000;
}
