html * {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	line-height: 1.4em;
}
html, body {
	height: 100%;
	text-align: center;
}
body {
	background: #9f9f9f url(../img_css/body_back.png) 50% 0 repeat-y;
}
body#homepage {
	background: #9f9f9f url(../img_css/body_home_back.png) 50% 0 repeat-y;
}
body * {
	text-align: left;
}
hr {
	visibility: hidden;
}
a, a:link, a:visited {
	background-color: inherit;
	color: #4CB7F5;
}
dl.itext dt a:hover {
	text-decoration: underline;
	color: #4CB7F5;
}
a:hover, a:active {
	background-color: inherit;
	color: #182C3C;
}
a img {
	border: 0;
	vertical-align: middle;
}
#submit {
	text-align: center;
}
label {
	font-size: 10px;
	color: #666;
	background-color: transparent;
	padding-top: 10px;
}
label a {
	font-size: 10px;
}
label span {
	color: red;
}
legend {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	background-color: transparent;
	color: #2F83C5;

}
* html legend {
	margin: 0 0 0 -7px;
}
fieldset {
	border: 0;
	padding: 10px 0 20px 0;
	position: relative;
	vertical-align: middle;
}
.grid input {
	margin-bottom: 10px;
	width: 400px;
}
#mr, #mrs {
	width: auto;
	margin: 0 5px;
	margin-bottom: 2px;
}

textarea {
	width: 400px;
}
.input_error {
	color: red;
}
#wrapper {
	background-color: transparent;
	color: #000;
	width: 870px;
	margin: 0 auto 0 auto;
	position: relative; 
	/*height: 100%; */
	height: auto;
}
#top {
	background-color: #ddd;
	color: #000;
}
#header {
	width: 850px;
	margin-left: 10px;
	height: 75px;
	position: relative;
}
#addnav {
	top: 3px;
	left: 650px;
	position: absolute;
	list-style: none;
}
#addnav li {
	float: left;
	margin: 2px 8px;
}
#addnav li a, #addnav li a:link, #addnav li a:visited {
	background-color: transparent;
	color: #a2a2a2;
	font-size: 10px;
	text-decoration: none;
}
#addnav li a:hover, #addnav li a:active, #addnav li a.active {
	background-color: transparent;
	color: #659FC4;
	font-size: 10px;
}
#visual {
	float: left;
	height: 195px;
	margin-left: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding-left: 10px;
	margin-left: 0;	
}
html>body #visual {
	 width: 655px;
}
#primenav {
	background: transparent url(../img_css/primenav_back.png) 0 0 no-repeat;
	color: #000;
	width: 195px;
	height: 195px;
	float: left;
	position: relative;
}
#primenav ul {
	position: relative;
	list-style: none;
	padding-top: 12px;
	margin-left: 25px;
}
#primenav ul li {
	width: 145px;
	border-bottom: 1px solid #33658B;
	position: relative;
}
#primenav ul li a, #primenav ul li a:link, #primenav ul li a:visited {
	background-color: transparent;
	color: #659FC4;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	line-height: 1.8em;
	display: block;
	padding: 0 5px;
}
#primenav ul li a:hover, #primenav ul li a:active{
	background-color: transparent;
	color: #fff;
}
#primenav ul li a.active, #primenav ul li a:visited.active {
	background: transparent url(../img_css/sternchen.gif) 98% 50% no-repeat;
	color: #fff;
}
#bridge {
	background: #4b4b4b url(../img_css/bridge_back_top.png) 0 0 no-repeat;
	color: #000;
	clear: both;
	margin-left: 10px;
	width: 850px;
	padding-top: 10px;
}
#homepage #bridge {
	height: 48px;
}
#bridge h1 {
	background-color: transparent;
	color: #b8b8b8;
	font-size: 32px;
	font-family: "Times	New Roman", Times, Georgia, Serif;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 14px;
	line-height: 1em;
	margin-bottom: 0;
}
#bridge_bottom {
	background: transparent url(../img_css/bridge_back_bottom.png) 0 100% no-repeat;
	color: #000;
	height: 11px;
}
#home_boxes {
	background: #fff url(../img_css/home_boxes_back.jpg) 0 0 no-repeat;
	margin-left: 10px;
	width: 850px;
	min-height: 154px;
}
* html #home_boxes {
	height: 154px;
}
.boxcontent {
	padding: 20px 30px;
	float: left;
	width: 280px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 220px;
}
html>body .boxcontent {
	 width: 220px;
}
.boxcontent h3 {
	font-family: "Times	New Roman", Times, Georgia, Serif;
	font-weight: normal;
	background-color: transparent;
	color: #a7a6a6;
	font-size: 18px;
	margin-bottom: 7px;
}
.boxnews h3 {
	background-color: transparent;
	color: #729BBC;
}
.boxcontent p {
	font-family: "Times	New Roman", Times, Georgia, Serif;
	font-weight: normal;
	background-color: transparent;
	color: #8F8E8E;
	font-size: 13px;
	margin-bottom: 13px;
	font-style: italic;
	line-height: 1.2em;
}
.boxcontent a {
	font-size: 11px;
	font-style: normal;
	line-height: 1.2em;
}
.boxcontent a.more, .boxcontent a.more:link, .boxcontent a.more:visited {
	font-family: "Times	New Roman", Times, Georgia, Serif;
	background-color: #B8D5EC;
	color: #fff;
	font-size: 13px;
	padding: 2px 5px;
	font-style: italic;
	text-decoration: none;
}
.boxcontent a.more:hover, .boxcontent a.more:active {
	background-color: #182C3C;
	color: #fff;
}
#startnav {
	width: 650px;
	position: relative;
	top: 0;
	left: 0;
}
#startnav ul {
	list-style: none;
	margin: 0;
	height: 38px;
	width: 650px;
}
#startnav li {
	position: relative;
	height: 19px;
	float: left;
	background-image: none;
	padding: 0;
}
#startnav a {
	height: 19px;
	background: transparent url(../img_css/startnav.gif) 0 0 no-repeat;
	float: left;
	display: block;
}
#p1, #p1:link, #p1:visited { background-position: 0 0; width: 81px;}
#p1:hover, #p1:active, #p1.active, #p1:visited.active { background-position: 0 -19px;}

#p2, #p2:link, #p2:visited { background-position: -81px 0; width: 110px;}
#p2:hover, #p2:active, #p2.active, #p2:visited.active { background-position: -81px -19px;}

#p3, #p3:link, #p3:visited { background-position: -191px 0; width: 98px;}
#p3:hover, #p3:active, #p3.active, #p3:visited.active { background-position: -191px -19px;}

#p4, #p4:link, #p4:visited { background-position: -289px 0; width: 114px;}
#p4:hover, #p4:active, #p4.active, #p4:visited.active { background-position: -289px -19px;}

#p5, #p5:link, #p5:visited { background-position: -403px 0; width: 91px;}
#p5:hover, #p5:active, #p5.active, #p5:visited.active { background-position: -403px -19px;}

#p6, #p6:link, #p6:visited { background-position: -494px 0; width: 104px;}
#p6:hover, #p6:active, #p6.active, #p6:visited.active { background-position: -494px -19px;}

#p7, #p7:link, #p7:visited { background-position: -598px 0; width: 52px;}
#p7:hover, #p7:active, #p7.active, #p7:visited.active { background-position: -598px -19px;}

#main {
	width: 850px;
	margin-left: 10px;
	display: block;
	
}
#content {
	padding: 30px 0 30px 35px;
	float: left;
	width: 565px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 530px;
}
html>body #content {
  	width: 530px;
}
#content h2 {
	font-size: 24px;
	font-family: "Times New Roman", Times, Georgia, Serif;
	background-color: transparent;
	color: #6a6a6a;
	line-height: 1;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 12px;
	background-color: transparent;
	color: #6a6a6a;
	margin-bottom: 7px;
}

fieldset h3 {
	margin: 0;
}

#content p {
	background-color: transparent;
	color: #666;
	margin-bottom: 18px;
}
#content p.intro {
	background-color: transparent;
	color: #2F83C5;
	font-size: 20px;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-style: normal;
	line-height: 1.1em;
	margin-bottom: 24px;
}
#content .line_through
{
	text-decoration: line-through;
}
#content .zuinfo 
{
	font-size: 9px;
}
#content ul {
	padding-left: 30px;
}
#content ul {
	background: transparent;
	color: #5C8EB6;
}
#content ul.black {
	color: #666666;
	padding-left : 15px !important;
}

#content td {
	font-size: 11px; 
	vertical-align: top;
}
#content td.spalte0 {
	width: 60px;
}
#content td.spalte1 {
	width: 60px;
}
#content td.spalte2 {
	width: 150px;
}
#content td.spalte3 {
	width: 200px;
}
#content p.monat {
	padding: 0px;
	margin: 0px; 
	font: normal 20px/100% "Times New Roman", Times, Georgia, Serif;
	color: #2F83C5; 
}
#flasharea {
	width: 850px;
	height: 430px;
	float: left;
}
dl.history {
	padding: 15px;
	margin: 30px 0;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-color: #FAFAFA;
}
dl.history dt {
	background-color: transparent;
	color: #2F83C5;
	font-size: 16px;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-style: italic;
	line-height: 1.1em;
	float: left;
	width: 100px;
}
dl.history dd {
	margin-bottom: 20px;
	background-color: transparent;
	color: #666;
	float: left;
	width: 350px;
}
dl.imgsubline {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dl.imgsubline dt {
	font-size: 10px;
	background-color: transparent;
	color: #666;
}
dl.imgsubline dd {
	float: right;
	margin-left: 15px;
}
dl.itext {
	padding: 12px 0;
	margin-bottom: 15px;
}
dl.itext dt {
	font-weight: bold;
	margin-bottom: 1em;
	width: 330px;
	float: right;
	background-color: transparent;
	color: #666;
}

dl.itext dt a {
	color: #666;
	text-decoration: none;
}

dl.itext dd {
	width: 330px;
	float: right;
	background-color: transparent;
	color: #666;
	font-size: 11px;
}
dl.itext dd.pic {
	width: auto;
	float: left;
}
dl.itext dd.pic img {
	border: 7px solid #ECEDED;
}
.itext_variant img {
	float: left; 
	padding-left: 30px;
	margin-right: 50px;
}

p.teasertext { width: 400px; }


p.sponsoring {  padding: 0px; clear: both; width: 460px}
p.sponsoring img {float: left; margin-right: 25px; }
#content .itext_variant p {
	padding: 7px;
	margin-bottom: 0;
	font-size: 11px;
}
#content .itext_variant a {
	font-size: 11px;
}
#sidebar {
	width: 215px;
	float: right;
}
#subnav {
	background: transparent;
	color: #000;
	width: 200px;
	float: left;
	margin-top: 15px;
}
#subnav {
	list-style: none;
	padding-top: 15px;
}
#subnav li {
	width: 190px;
	border-bottom: 1px solid #77A3C6;
	position: relative;
}
#subnav li.film {
	background: transparent url(../img_css/link_play.jpg) 0 9px no-repeat;
	padding: 0 0 0 20px;
	width: 170px;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
	background-color: transparent;
	color: #B8D5EC;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	/*line-height: 2.4em; EDIT 07.02.2011 */
	line-height: 1.24em;
	display: block;
	/*padding: 0 5px; EDIT 07.02.2011 */
	padding: 7px 5px 7px 5px;
}
#subnav li a:hover, #subnav li a:active {
	background-color: transparent;
	color: #fff;
}
#subnav li a.active, #subnav li a:visited.active {
	background: transparent url(../img_css/sternchen.gif) 98% 50% no-repeat;
	color: #fff;
}
/* Edit 07.02.2011 eingerueckte Navigationspunkte BEGIN */
#subnav li.indented a {
	padding-left: 20px;
}
span.subnav-textonly {
	background-color: transparent;
	color: #B8D5EC;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	line-height: 1.24em;
	display: block;
	padding: 7px 5px 7px 5px;
}
/* Edit END */
#footer {
	width: 850px;
	height: 135px;
	margin: 0px auto 0 auto;
	background: transparent url(../img_css/footer_back.png) 0 0 no-repeat;
	color: #5782A5;
	position: relative;
	clear: both;
}
#footer p {
	text-align: center;
	margin-bottom: 6px;
}
#footnav {
	padding-top: 80px;
	text-align: center;
}
#footnav a, #footnav a:link, #footnav a:visited {
	background-color: transparent;
	color: #5782A5;
	font-family: "Times New Roman", Times, Serif;
	font-size: 13px;
	text-decoration: none;
}
#footnav a:hover, #footnav a:active, #footnav a.active, #footnav a:visited.active {
	background-color: transparent;
	color: #B0CDE4;
}
#copy {
	font-size: 11px;
	font-family: "Times New Roman", Times, Serif;
}
.h {
	visibility: hidden;
	display: none;
}
hr.gap {
	visibility: hidden;
	height: 30px;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.sidebartext {
	font-size: 10px;
	color: #143753;
	line-height: 1.2em;
}
dd.ttext {  }
table.veranstaltungen td {  height: 30px; padding-top: 5px; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

