/*----Schillertage-Styles------------*/

/*-------body und content---------------*/


body {
	background-color: #ffd900;
	font-family: Times Roman, Times, Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:hover {
	color: #ff0000;
}

a img {
	border: 0;
}

.trennlinie {
	display: block;
}

h1 {
	color: #ff0500;
	font-family: Times Roman, Times, Serif;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
	font-family: Times Roman, Times, Serif;
	font-size: 15px;
	padding: 0;
	margin-bottom: 0;
}

/*---------positioning layers----------*/
#image_popup1 {
	position: relative;
	width: 552px;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

#contentbox {
	width: 1018px;
	height: 430px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 6px;
	padding: 0;
	font-family: Times Roman, Times, Serif;
	font-size: 15px;
	letter-spacing: 0.4px;
	text-align: center;
	line-height: 18px;
}

#headline {
	margin-top: 4px;
}

#content {
	padding: 0px 120px 0 120px;
}

/*--------Sterne-----------*/
#star1 {
	position: absolute;
	margin-top: -125px;
	margin-left: 212px;
}

#star2 {
	position: absolute;
	margin-top: -111px;
	margin-left: 263px;
}

#star3 {
	position: absolute;
	margin-top: -84px;
	margin-left: 235px;
}

#star4 {
	position: absolute;
	margin-top: -125px;
	margin-left: 565px;
}

#star5 {
	position: absolute;
	margin-top: -111px;
	margin-left: 523px;
}

#star6 {
	position: absolute;
	margin-top: -84px;
	margin-left: 542px;
}

/*--------Claim-----------------*/
#claim {
	postion: absolute;
	margin-top: 30px;
	margin-left: 285px;
}

/*----------Tabelle----------*/
table {
	margin: 0 auto;
	margin-top: 0px;
}

/*----------------Navigation------------------------*/
#navigation1 {
	width: 1010px;
	margin-top: 55px;
	margin-left: 151px;
	text-align: center;
}

#navigation2 {
	width: 1010px;
	margin-top: 95px;
	margin-left: 317px;
	text-align: center;
}

#navigation1 a {
	float: left;
	padding: 20px 0 0;
	overflow: hidden;
	height: 0px !important;
}

#navigation2 a {
	float: left;
	padding: 20px 0 0;
	overflow: hidden;
	height: 0px !important;
}

#navigation1 img, #navigation2 img {
	float: left;
}

#navigation1 a.aktuell {
	background: url(../img/nav_aktuell.gif) 0px 0px no-repeat;
	width: 110px;
}

#navigation1 a.aktuell_aktiv {
	background: url(../img/nav_aktuell_aktiv.gif) 0px 0px no-repeat;
	width: 110px;
}

#navigation1 a.spielplan {
	background: url(../img/nav_spielplan.gif) 0px 0px no-repeat;
	width: 128px;
}

#navigation1 a.spielplan_aktiv {
	background: url(../img/nav_spielplan_aktiv.gif) 0px 0px no-repeat;
	width: 128px;
}

#navigation1 a.programm {
	background: url(../img/nav_programm.gif) 0px 0px no-repeat;
	width: 133px;
}

#navigation1 a.programm_aktiv {
	background: url(../img/nav_programm_aktiv.gif) 0px 0px no-repeat;
	width: 133px;
}

#navigation1 a.seminare {
	background: url(../img/nav_seminare.gif) 0px 0px no-repeat;
	width: 121px;
}

#navigation1 a.seminare_aktiv {
	background: url(../img/nav_seminare_aktiv.gif) 0px 0px no-repeat;
	width: 121px;
}

#navigation1 a.zeitung {
	background: url(../img/nav_zeitung.gif) 0px 0px no-repeat;
	width: 104px;
}

#navigation1 a.zeitung_aktiv {
	background: url(../img/nav_zeitung_aktiv.gif) 0px 0px no-repeat;
	width: 104px;
}

#navigation2 a.fanclub {
	background: url(../img/nav_fanclub.gif) 0px 0px no-repeat;
	width: 105px;
}

#navigation2 a.fanclub_aktiv {
	background: url(../img/nav_fanclub_aktiv.gif) 0px 0px no-repeat;
	width: 105px;
}

#navigation2 a.kontakt {
	background: url(../img/nav_kontakt.gif) 0px 0px no-repeat;
	width: 110px;
}

#navigation2 a.kontakt_aktiv {
	background: url(../img/nav_kontakt_aktiv.gif) 0px 0px no-repeat;
	width: 110px;
}

#navigation2 a.partner {
	background: url(../img/nav_partner.gif) 0px 0px no-repeat;
	width: 108px;
}

#navigation2 a.partner_aktiv {
	background: url(../img/nav_partner_aktiv.gif) 0px 0px no-repeat;
	width: 108px;
}

#navigation1 a:hover, #navigation1 a:active, #navigation2 a:hover, #navigation2 a:active { 
	background-position: 0px -20px;
}

#navigation1 a.aktuell_aktiv:hover,
#navigation1 a.spielplan_aktiv:hover,
#navigation1 a.programm_aktiv:hover,
#navigation1 a.seminare_aktiv:hover,
#navigation1 a.zeitung_aktiv:hover,
#navigation2 a.fanclub_aktiv:hover, 
#navigation2 a.kontakt_aktiv:hover, 
#navigation2 a.partner_aktiv:hover { 
	background-position: 0px 0px;
}

ul.stern {
	list-style-image: url(../img/ul_stern.gif);
	vertical-align: bottom;
}

