body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */

	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 0;
}

#header {
	text-align:right;
}

#header-logo {
	border:none;
	float:right;
}


#header-space {
	font-size:2em;
	text-align:left;
	margin-bottom:12px;
	letter-spacing:0.03em;
	color:#000;
}

#mainContent {
	padding: 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #F60;
	margin: 0px;
}

.box-center {
   clear:both;
   width:1000px;
}

.box-right {
   float:right;
   width:310px;
   margin-left:20px;
}

.box-left {
   width:670px;
   clear:left;
   float:left;
}

.box-left-small-1 {
   width:320px;
   float:left;
}

.box-left-small-2 {
   width:320px;
   float:right;
}

.box {
	margin-top: 20px;
	background-color:#fff;
}

.box-top div {
   background: url(tl.png) no-repeat top left;
}
.box-top {
   background: url(tr.png) no-repeat top right;
}
.box-bottom div {
   background: url(bl.png) no-repeat bottom left;
}
.box-bottom {
   background: url(br.png) no-repeat bottom right;
   clear: both;
}

.box-top div, .box-top, 
.box-bottom div, .box-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.box-content { margin: 0px 10px;
}

.blog-red1, .blog-grey1, .blog-black1  {
	background-position:top center;
	background-repeat:no-repeat;
   height: 7px;
   font-size: 1px;
}
.blog-red, .blog-grey, .blog-black {
	padding: 0 5px;
	font-size:0.75em;
}

.blog-red a, .blog-grey a, .blog-black a {
	text-decoration: none;
	color: #FFF;
}

.blog-red a:hover, .blog-grey a:hover, .blog-black a:hover {
	text-decoration: underline;
}

.blog-red2, .blog-grey2, .blog-black2 {
	background-position:top center;
	background-repeat:no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	height:50px;
}

.blog-red2 a, .blog-grey2 a, .blog-black2 a {
	text-decoration: none;
	color: #000;
	font-size:0.75em;
	padding:0;
	margin: 0;
}

.blog-red2 a:hover, .blog-grey2 a:hover, .blog-black2 a:hover {
	text-decoration: underline;
	color:#c00;
}


.blog-red2 img, .blog-grey2 img, .blog-black2 img {
	float:left;
	padding-right:5px;
}
.blog-red-autor, .blog-grey-autor, .blog-black-autor {
	font-size:0.8em;
	font-weight:bold;
	padding:0;
	margin: 0;
}

.blog-red1  	{ background-image:url(blog-red1.png);}
.blog-grey1 	{ background-image:url(blog-grey1.png);}
.blog-black1	{ background-image:url(blog-black1.png);}

.blog-red 		{ background-color:#C00;}
.blog-grey		{ background-color:#646464; }
.blog-black		{ background-color:#000; }


.blog-red2		{ background-image:url(blog-red2.png); }
.blog-grey2		{ background-image:url(blog-grey2.png); }
.blog-black2	{ background-image:url(blog-black2.png); }

.blog-red-autor { color:#C00; }
.blog-grey-autor	{ color:#646464; }
.blog-black-autor	{ color:#000; }


.blog-date {
	font-size:0.75em;
	margin:0;
	padding:0;
}

.box-title {
	font-size:0.7em;
	letter-spacing:0.075em;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom:7px;
	color:#646464;
	border-bottom: solid 3px #646464;
	text-transform:uppercase;
}

.footer {
	font-size:0.75em;
	letter-spacing:0.075em;
	margin:0;
	padding:0;
	color:#646464;
	text-align:center;
}

.footer a {
	text-decoration:none;
	color:#646464;
}

.footer a:hover {
	text-decoration:underline;
	color:#c00;
}

.box-space {
	height:10px;
	clear:both;
}


.date {
	float:left;
	border:solid 1px #646464;
	padding:0px;
	margin-top: 3px;
	width:27px;
	text-align:center;
	font-weight:bold;
}

.month {
	color:#fff;
	background-color:#C00;
	padding:0;
	margin:0;
	font-size:0.75em;
}

.date a {
	color: #000;
	text-decoration:none;
}

.month a {
	color: #fff;
	text-decoration:none;
}

.date-title {
	font-size: 0.75em;
	font-weight: bold;
	border-bottom: solid 1px #646464;
	margin-left: 35px;
	padding-bottom: 1px;
}

.date-location {
	font-size: 0.75em;
	margin-left: 35px;
}

.date-description {
	font-size: 0.75em;
	margin-left: 35px;
}

.date-title a, .date-location a, .date-description a {
	text-decoration:none;
	color:#000;
}

.date-title a:hover, .date-location a:hover, .date-description a:hover {
	text-decoration:underline;
	color:#c00;
}

.tags7 { font-size:1.3em; }
.tags6 { font-size:1.2em; }
.tags5 { font-size:1.1em; }
.tags4 { font-size:1.0em; }
.tags3 { font-size:0.9em; }
.tags2 { font-size:0.8em; }
.tags1 { font-size:0.7em; }

.tags1, .tags2, .tags3, .tags4, .tags5, .tags6, .tags7 {
	color:#000;
	text-decoration:none;
}

a.tags1:hover, a.tags2:hover, a.tags3:hover, a.tags4:hover, a.tags5:hover, a.tags6:hover, a.tags7:hover {
	text-decoration:underline;
	color:#c00;
}


.outer {
	display: table;
	height: 100%;
	#position: relative;
	overflow: hidden;
	width:100%;
}


.outer1 {
	height: 160px;
	width:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#AAA;
	border:solid 1px black;
}
.middle1 {
	#position: absolute;
	#top: 100%;
	display: table-cell;
	vertical-align: bottom;
	width:100%;
}
.inner1 {
	#position: relative;
	#top: -100%;
	width:100%;
	background-image:url(black.png);
	color:#DDD;
	padding:3px;
	font-size:1.25em;
	font-weight:bold;
	text-align:left;
}

.outer2 {
	height: 160px;
	width:100%;
	background-position: left center;
	background-repeat:no-repeat;
	background-color:#AAA;
	border:solid 1px black;
}
.middle2 {
	#position: absolute;
	#top: 50%;
	#left: 100%;
	display: table-cell;
	vertical-align:middle;
	text-align:right;
}
.inner2 {
	#position: relative;
	#top: -50%;
	#left: -100%;
	font-size:1.25em;
	font-weight:bold;
	margin-left:107px;
	width:190px;
	margin-right:3px;
}

.outer1b {
	display: table;
	height: 260px;
	#position: relative;
	overflow: hidden;
	width:645px;
	border:solid 1px black;
	background-position: left top;
	background-repeat:no-repeat;
	background-color:#646464;
}
.middle1b {
	#position: absolute;
	#top: 100%;
	display: table-cell;
	vertical-align: bottom;
	width:100%;
}
.inner1b {
	#position: relative;
	#top: -100%;
	background-image:url(black.png);
	color:#DDD;
	padding:4px;
	font-size:1.7em;
	font-weight:bold;
	text-align:left;
}


.outer2b {
	display: table;
	height: 260px;
	#position: relative;
	overflow: hidden;
	width:645px;
	border:solid 1px black;
	background-position: left center;
	background-repeat:no-repeat;
	background-color:#646464;
}
.middle2b {
	#position: absolute;
	#top: 50%;
	#left: 100%;
	display: table-cell;
	vertical-align:middle;
	text-align:right;
}
.inner2b {
	#position: relative;
	#top: -50%;
	#left: -100%;
	color:#DDD;
	padding:4px;
	font-size:1.7em;
	font-weight:bold;
	text-align:left;
	width:445px;
	margin-left:200px;
}

.inner1b h1, .inner2b h1 {
	padding:0;
	margin:0;
	font-size:1em;
}

.inner1 a {
	color:#FFF;
	text-decoration:none;
}

.inner2 a {
	color:#fff;
	text-decoration:none;
}

.inner1 a:hover, .inner2 a:hover {
	text-decoration:underline;
}

.teaser-title a {
	font-size:1.25em;
	font-weight:bold;
	color: #000;
	text-decoration:none;
}

.teaser-title a:hover {

	color: #c00;
	text-decoration:underline;
}

.teaser {
	font-size:0.75em;
	line-height:1.35em;
	text-align:left;
}

.teaser a {
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}
.teaser a:hover {
	text-decoration:underline;
}

.breadcrumb {
	font-size:0.75em;
	color:#646464;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-right: 3px;
	text-align:left;
	border-bottom: solid 1px #646464;
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
}

.breadcrumb li {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
}

.breadcrumb a {
	color: #646464;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
	color:#c00;
}

.teaser-text {
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
	margin-left: 4px;
	margin-right: 225px;
}

.teaser-text p {
	padding:0;
	margin:0;
	margin-bottom:15px;
}

.teaser-text h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	margin-bottom:5px;
}

.teaser-text ul {
	margin-bottom: 15px;
}

.teaser-text li {
	margin-bottom:0;
	list-style-position: outside;
	list-style-type:disc;
	display:list-item;
}

.teaser-text a {
	color: #C00;
	text-decoration:none;
}

.teaser-text a:hover {
	text-decoration:underline;
}


.teaser-text h1, h2 {
	font-size:1.5em;
}

.teaser-text h3, h4 {
	font-size:1.3em;
}

.teaser-text h5, h6 {
	font-size:1.1em;
}

.floatLeft {
	float:left;
	margin-right:5px;
	margin-top: 5px;
	border:1px solid #000;
}

.floatRight {
	float:right;
	margin-left:5px;
	margin-top: 5px;
	border:1px solid #000;
}

.teaser-info {
	float: right;
	margin-right:4px;
	width: 200px;
}

.info-tags, .info-termine, .info-links, .basic-info  {
	border: solid 1px #646464;
	padding: 5px;
	font-size:1em;
}


.info-gallery {
	border: solid 1px #646464;
	padding:0px;
}

.pic-title {
	font-size:0.75em;
	color:#646464;
	padding:0 2px 4px 2px;
}

.info-gallery img {
	padding:1px;
	border:0;
}


.info-termine strong, .info-tags strong, .info-links strong {
	font-size:0.75em;
	display:block;
	margin-bottom:2px;
	color: #000;
}

.tooltipp {
	color: #000;
	text-decoration:none;
	padding:16px 2px 2px 4px;
	background:url(tools.png) no-repeat top left;
	display:block;
	font-size:0.75em;
	margin-top:2px;
	font-weight:bold;
}


.link-www {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(www.gif) no-repeat top left;	
	display:block;
	font-size:0.75em;
}

.link-rex {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(rex.gif) no-repeat top left;	
	display:block;
	font-size:0.75em;
}

.link-zip {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(zip.gif) no-repeat top left;	
	display:block;
	font-size:0.75em;
}

.link-pdf {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(pdf.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.link-doc, .link-rtf {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(doc.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.link-ppt {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(ppt.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.link-xls {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(xls.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.link-jpg, .link-gif, .link-jpeg, .link-png, .link-tiff {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(image.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}


.time {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(time.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.autor {
	color: #000;
	text-decoration:none;
	margin-top:2px;
	padding-left:20px;
	background:url(autor.gif) no-repeat top left;
	display:block;
	font-size:0.75em;
}

.link-pdf:hover, .link-www:hover, .link-jpg:hover, .link-gif:hover, .link-jpeg:hover, .link-png:hover, .link-tiff:hover, .link-xls:hover, .link-ppt:hover, .link-jpg:hover, .link-doc:hover, .link-rtf:hover, .link-zip:hover, .link-rex:hover {
	text-decoration:underline;
	color:#c00;
}

.symbolleiste {
	margin: 0;
	padding: 4px 0 0 0;
	display:block;
	font-size:1px;
}

.symbol_link {
	text-decoration:none;
	margin-right: 7px;
}

.symbol {
	border: 0;
}

.news-date {
	clear:left;
	float:left;
	font-size: 0.75em;
}

.news-title {
	margin-left: 55px;
	font-size:0.75em;
	margin-bottom:3px;
	font-weight:bold;
}

.rss-title {
	margin-left: 22px;
	font-size:0.75em;
	margin-top: 10px;
	font-weight:bold;
}

.news-title a, .rss-title a  {
	text-decoration:none;
	color:#000;
}

.news-title a:hover, .rss-title a:hover {
	text-decoration:underline;
	color: #c00;
}


.feedback {
	font-size:0.75em;
}

.feedback select {
	width:240px;
	margin-left: 7px;
	background-color:#fff;
	border: solid 1px #646464;
	font-size:0.9em;
}

.feedback input.email {
	margin-left:8px;
	width:150px;
	margin-right:8px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border: solid 1px #646464;
}

.feedback textarea {
	width:285px;
	height:40px;
	font-size:1em;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	border: solid 1px #646464;
	margin: 5px 0;
}

.feedback input.Button {
	text-align:center;
	background-color:#fff;
	border: solid 1px #646464;
	width:80px;
}


.photo-list {
	border: solid 1px #646464;
	padding: 4px;
	text-align:center;
}

.photo-list img {
	margin: 0 3px;
	border: solid 1px #646464;
}

#hauptnavigation {
	padding: 3px;
	text-align:center;
	background-image:url(navi.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#hauptnavigation ul.rex-navi1 {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
	text-align:left;
}

#hauptnavigation ul.rex-navi1 li {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
	text-align:left;
}

#hauptnavigation ul.rex-navi1 a {
	text-decoration:none;
	color: #fff;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#unternavigation {
	padding: 3px;
	text-align:center;
	background-image:url(sub-navi.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin-top:12px;
}

#unternavigation ul.rex-navi1 {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
	text-align:left;
	height:21px;
}

#unternavigation ul.rex-navi1 li {
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
	list-style-position:outside;
	text-align:left;
}

#unternavigation ul.rex-navi1 a {
	text-decoration:none;
	color: #fff;
	font-size:0.9em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#subnavigation {
}

#subnavigation ul.rex-navi1 {
	padding: 0;
	margin: 0;
	list-style-type:none;
	list-style-position:outside;
	text-align:left;

}

#subnavigation ul.rex-navi1 li {
}

#subnavigation ul.rex-navi1 a {
	font-size:0.75em;
	margin-bottom:3px;
	text-decoration:none;
	color:#000;
}


#subnavigation ul.rex-navi1 a:hover {
	color:#c00;
}

a.rex-active, a.rex-current {
	font-weight:bold;
}

.logoleft {
	float:left;
	margin-right:5px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: none;
}

.logoright {
	float:right;
	margin-left:5px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: none;
}

#map div span {
display:block !important;
}