@charset "iso-8859-1";
* {
	margin: 0;
	padding: 0;
}
body {
	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. */
	font-size: 10pt;
	color: #5168AA;
	background-color: #F6F6F6;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
	color: #5168AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 25px;
	padding-bottom: 3px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #5168AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	overflow: hidden;
}

.gallerydiv h2{

}


.linkli h2{

}




h3 {
	font-size: 100%;
	font-weight: bold;
	color: #5768AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	display: block;
	padding-left: 10px;
	overflow: hidden;
}
.termine h3{
	font-size: 100%;
	font-weight: bold;
	color: #5168AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	display: block;
	padding-left: 10px;
}
.gallerydiv h3{
	font-size: 100%;
	font-weight: bold;
	color: #5168AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	padding-left: 10px;
	overflow: hidden;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #5168AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	width: 570px;
}

p {
	font-size: 100%;
	display: block;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
.noflow {
	overflow: visible;
}

#container {
	width: 1000px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	/*padding: 0 10px 0 20px;   Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-color: #FFF;
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: auto;
	border: 1px solid #E0E0E0;
}
/* div zentrierung header */
#center {
	margin:auto;
	width:auto;
	height:auto;
}
#inhaltap {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:200px;
	z-index:1;
	margin: 0px;
	padding: 0px;
}
/* div zentrierung content */
#centermain {
	width:auto;
	height:auto;
	margin: auto;
	min-height:550px;
}
#inhaltapmain {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	z-index:1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-indent: -10000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	top: 10px;
	width: 960px;
	min-height: 550px;
	margin: 0px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}
/* CSS Footer */
#footer {
	width: 980px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 50px;
	text-align: center;
	clear: both;
	background-color: #F6F6F6;
}
#footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 80%;
	color: #999;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.counter {
	float: right;
	height: 38px;
	width: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footertxt {
	width: 875px;
	float: left;
}
#footer p a:link  {
	color: #999;
	text-decoration: none;
}
#footer p a:visited {
	color: #999;
	text-decoration: none;
}
#footer p a:hover {
	color: #FC3;
	text-decoration: none;
}
#footer p a:active {
	color: #FC3;
	text-decoration: none;
}

/* CSS Links Global */
a:link {
	color: #5168AA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5168AA;
}
a:hover {
	text-decoration: none;
	color: #FC3;
}
a:active {
	text-decoration: underline;
	color: #FC3;
}
/* CSS Liste */
.listallg {
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.listunterp {
	list-style-type: circle;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 18px;
}

/* CSS Tabelle Programm */
.program {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.timeprog {
	width: 50px;
	text-align: right;
	vertical-align: top;
	height: auto;
	padding-right: 10px;
	line-height: 20px;
}
.prog {
	text-align: left;
	vertical-align: top;
	height: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 20px;
}
/* CSS Tabelle Programm Highlights */
.event {
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
}
.actor {
	color: #FC3;
}
/* CSS für kleine Schrift */
.small {
	font-size: 80%;
	padding-left: 10px;
	display: block;
	padding-right: 20px;
	line-height: 16px;
	margin-bottom: 20px;
}
.figtxt {
	margin-right: 10px;
	margin-left: 10px;
	width: 710px;
}
.nt2011  {
	margin-bottom: 10px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	padding-right: 10px;
}
.nt2011 img {
	height: auto;
	width: 100%;
	overflow: hidden;
}





/* CSS für gliederung von Boxen l>r. blockleft mit rand 10px rechts, damit anstand stimmt. blockright darf keinen rand haben. */
.blockleft {
	float: left;
	padding: 0px;
	width: 375px;
	background-image: url(images/quer8x8px.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.blockright {
	float: right;
	padding: 0px;
	width: 375px;
	background-image: url(images/quer8x8px.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.block {
	float: left;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 750px;
}
.blockpic {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/quer8x8px.png);
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* clear damit Boxen in darüberliegendes Div eingeschlossen werden. */
.clear {
	clear: both;
}
.rollout {
	z-index: 1000;
	background-color: #999;
	margin-left: 10px;
	float: left;
	position: absolute;
	border: 1px solid #FFF;
}
.guestbook {
	margin-right: 10px;
	margin-left: 10px;
}
.chronikdiv {
	width: 730px;
	float: right;
}

