@charset "utf-8";
/* CSS Document */


/* ALLG. ANWEISUNGEN */

* {
	margin: 0;
	padding: 0;
}
.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;
}
.versteckt {
	display: none;
}
.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;
}
h1 {
	font-size: 150%;
	font-weight: lighter;
}
h2 {
	font-size: 120%;
	font-weight: lighter;
}
h3 {
	font-size: 110%;
	font-weight: lighter;
}
a {
	color: #630;
}
form {
	background-color: #E1E1E1;
}
input, select, textarea {
	border: 1px solid #999;
}
#ausst table, #detail table {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
#ausst td, #detail td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.schrift11px {
	font-size: 11px;
}
.rueckblicke_bild {
	border: 1px solid #999;
	padding: 2px;
	margin-top: 10px;
}

td {
	vertical-align: top;
	padding: 3px;
}
/* ENDE ALLG. ANWEISUNGEN */

body {
	text-align: center;
	color: #630;
	background-color: #ffffc8;
	background-image: url(../img/Bilder/rapswiese3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 972px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
.twoColFixLtHdr #header {
	background-image: url(../img/Bilder/bg_header_03.png);
	_background-image: url(../img/Bilder/bg_ie_header_06.gif);
	background-repeat: no-repeat;
	height: 117px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #header #schild {
	background-image: url(../img/Bilder/firmenschild_bg_03.png);
	background-repeat: no-repeat;
	_background-image: none;
	position: relative;
	left: -30px;
}
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px;
	padding-left: 35px;
	padding-top: 25px;
}
.twoColFixLtHdr #nav_sidebar1 {
	list-style-type: none;
}
.twoColFixLtHdr #nav_sidebar1 li {
	margin-top: 15px;
}
/* NAVI SIDEBAR */
.twoColFixLtHdr #nav_sidebar1 .start a {
	background-image: url(../img/Bilder/nav_start_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .start a:hover {
	background-image: url(../img/Bilder/nav_start_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#start #nav_sidebar1 .start a:hover {
	background-image: url(../img/Bilder/nav_start_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .ausst a {
	background-image: url(../img/Bilder/nav_ausst_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .ausst a:hover {
	background-image: url(../img/Bilder/nav_ausst_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#ausst #nav_sidebar1 .ausst a:hover {
	background-image: url(../img/Bilder/nav_ausst_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .ueber a {
	background-image: url(../img/Bilder/nav_ueber_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .ueber a:hover {
	background-image: url(../img/Bilder/nav_ueber_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#ueber #nav_sidebar1 .ueber a:hover {
	background-image: url(../img/Bilder/nav_ueber_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .kunst a {
	background-image: url(../img/Bilder/nav_kunst_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .kunst a:hover {
	background-image: url(../img/Bilder/nav_kunst_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#kunst #nav_sidebar1 .kunst a:hover {
	background-image: url(../img/Bilder/nav_kunst_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .kontakt a {
	background-image: url(../img/Bilder/nav_kontakt_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .kontakt a:hover {
	background-image: url(../img/Bilder/nav_kontakt_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#kontakt #nav_sidebar1 .kontakt a:hover {
	background-image: url(../img/Bilder/nav_kontakt_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .anfahrt a {
	background-image: url(../img/Bilder/nav_anfahrt_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .anfahrt a:hover {
	background-image: url(../img/Bilder/nav_anfahrt_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#anfahrt #nav_sidebar1 .anfahrt a:hover {
	background-image: url(../img/Bilder/nav_anfahrt_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
.twoColFixLtHdr #nav_sidebar1 .links a {
	background-image: url(../img/Bilder/nav_links_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 206px;
	background-position: 0px 2px;
}
.twoColFixLtHdr #nav_sidebar1 .links a:hover {
	background-image: url(../img/Bilder/nav_links_03.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#links #nav_sidebar1 .links a:hover {
	background-image: url(../img/Bilder/nav_links_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor: text;
}
/* ENDE NAVI SIDEBAR */

.twoColFixLtHdr #main {
	background-image: url(../img/Bilder/bg_mitte_03.png);
	_background-image: url(../img/Bilder/bg_ie_mitte_07.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin-left: 260px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #footer {
	background-image: url(../img/Bilder/bg_footer_03.png);
	_background-image: url(../img/Bilder/bg_ie_footer_07.gif);
	background-repeat: no-repeat;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	padding-top: 30px;
	text-align: center;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #nav_footer {
	list-style-type: none;
}
/* NAVI FOOTER */
.twoColFixLtHdr #nav_footer li {
	display: inline;
	font-size: 11px;
	color: #D1A455;
}
#footer #nav_footer a {
	text-decoration: none;
	color: #D1A455;
}
#footer #nav_footer a:hover {
	text-decoration: underline;
}
#start #nav_footer .start a:hover, #kunst #nav_footer .kunst a:hover, #ausst #nav_footer .ausst a:hover, #ueber #nav_footer .ueber a:hover, #kontakt #nav_footer .kontakt a:hover, #impres #nav_footer .impres a:hover {
	text-decoration: none;
	color: #630;
	cursor: text;
}
/* ENDE NAVI FOOTER */
#karte {
	border: 1px solid #999;
	width: 642px;
}
.bold_11 {
	font-size: 11px;
	font-weight: bold;
}
.list_navi {
	font-size: 11px;
	font-weight: bold;
}
.list_navi div {
	width: 50px;
	float: left;
}
#start #container #main #mainContent {
	text-align: center;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 35px;
}
#start #container #main #mainContent #start_img {
	margin-bottom: 10px;
}
#start #container #main #mainContent #start_img img {
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #999;
	padding: 2px;
}
.achtung {
	color: #C30;
	font-size: 12px;
	font-weight: bold;
}
#ausst #container #main #mainContent img {
	border: 1px solid #999;
	padding: 2px;
}
#ausst #container #main #mainContent #ausstellung_links {
	width: 480px;
}
#ausst #container #main #mainContent #ausstellung_rechts {
	float: right;
	width: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #630;
	padding-left: 10px;
	padding-bottom: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	margin-top: 42px;
	font-size: 80%;
}

.datum {
	font-weight: bold;
}
