/* ALLGEMEINES */

body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	color: #505050;
	width: 760px;
}
body, button, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, button.go:hover {
	color: #EA7A00;
}

img {
	border-width: 0px;
}

sup {
	font-size: 90%;
}

a.pfeile {
	padding-left: 12px;
	background-image: url(../img/doppelpfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* TOP */

#top {
	width: 760px;
	height: 90px;
	position: relative;
}

#top #language {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#top #language a {
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 15px;
}
#top #language a.active {
	color: #EA7A00;
}



/* LINKS */

#left {
	float: left;
	width: 200px;
	overflow: hidden;
}


/* NAVIGATION */
#nav {
	background-image: url(../../img/nav_bg.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 187px;
	padding: 13px 0px 0px 20px;
	list-style-type: none;
	margin: 0px;
	line-height: 15px;
}
#nav li {
	margin-bottom: 3px;
}
#nav li a {
	text-transform: uppercase;
}
#nav li.active a {
	color: #FFFFFF;
}

#subnav {
	width: 180px;
	padding: 20px 0px 20px 20px;
	list-style-type: none;
	margin: 0px;
}
#subnav li {
	margin-bottom: 4px;
}
#subnav li a {
}
#subnav li.active a {
	color: #EA7A00;
}

#subnav li.active li a {
	color: #000000;
}

#subnav li.active li.active a {
	color: #EA7A00;
}

#subsubnav {
	width: 170px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	margin: 4px 0px 0px 0px;
}
#subsubnav li {
	margin-bottom: 4px;
}



#sysnav {
	list-style-type: none;
	padding: 0px;
	clear: both;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 60px;
	padding: 110px 0px 0px 20px;
	margin-left: 0px;
	position: relative;
}
#sysnav li {
	float: left;
	margin-right: 28px;
}
#sysnav li a {
	font-weight: normal;
	color: #828282;
}

body.home #sysnav, body.home #sysnav {
	background-image: url(../../img/t_home.gif);
	padding-top: 66px;
	background-position: 0px 10px;
}
body.presse #sysnav {
	background-image: url(../../img/t_presse.gif);
}
body.spielstaetten #sysnav {
	background-image: url(../../img/t_spielstaetten.gif);
	padding-top: 120px;
}
body.programm #sysnav {
	background-image: url(../../img/t_programm.gif);
}
body.jungetriennale #sysnav {
	background-image: url(../../img/t_junge-triennale.gif);
}
body.tickets #sysnav {
	background-image: url(../../img/t_tickets.gif);
}
body.partner #sysnav {
	background-image: url(../../img/t_partner.gif);
}
body.info #sysnav {
	background-image: url(../../img/t_info.gif);
}
body.reisehotel #sysnav {
	background-image: url(../../img/t_reise-hotel.gif);
}
body.karten #sysnav {
	background-image: url(../../img/t_karten.gif);
}
body.impressum #sysnav {
	background-image: url(../../img/t_impressum.gif);
}
body.kontakt #sysnav {
	background-image: url(../../img/t_kontakt.gif);
}
body.sitemap #sysnav {
	background-image: url(../../img/t_sitemap.gif);
}
body.ruhrtriennalereisen #sysnav {
	background-image: url(../../img/t_ruhrtriennalereisen.gif);
}
body.onlineshop #sysnav {
	background-image: url(../../img/t_onlineshop.gif);
}
body.specials #sysnav {
	background-image: url(../../img/t_specials.gif);
}



/* SUCHFELD */

#searchform {
	margin-top: 20px;
	padding-left: 20px;
}
#searchform input {
	width: 97px;
	border: 1px solid #828282;
	color: #828282;
	padding-left: 3px;
	text-transform: uppercase;
}
#searchform input.active {
	color: #000000;
	text-transform: none;
}
button.go {
	background-color: #E6E6E6;
	border-width: 0px;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
button, input.button {
	cursor: pointer !important;
}

/* IMGTXT */
.imgtxt-rt_nav_i, .imgtxt-rt_nav_a, .imgtxt-rt_subnav_i, .imgtxt-rt_subnav_a, .imgtxt-rt_subnav_b, .imgtxt-rt_title, .imgtxt-rt_subtitle {}

/* CONTENT */
#content {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 560px;
	max-width: 560px;
	/* overflow: hidden; */
	position: relative;
}

#content div.contenttext {
	padding-left: 12px;
}

#content p {
	font-size: 10px;
	line-height: 14px;
	width: 408px;
}

#content table p {
	width: auto;
}

#content table td {
	line-height: 14px;
}

#content ul, #content ol {
	font-size: 10px;
	line-height: 14px;
	margin-right: 140px;
}

#media {
	background-color: #CECECE;
	padding: 0px;
	height: 200px;
	overflow: hidden; /* warum auch immer das nötig ist ... */
	position: relative;
	width: 560px;
}

#media img, #media object {
}

#breadcrumbs {
	background-color: #f0f0f0;
	padding: 5px;
	padding-left: 12px;
}

#breadcrumbs a {
	font-weight: normal;
	padding-left: 17px;
	background-image: url(../img/doppelpfeil_bc.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#breadcrumbs a.firstcrumb {
	padding-left: 0px;
	background-image: none;
}

#breadcrumbs a.active {
	color: #EA7A00;
}

div.topprintlinks {
	text-align: right;
	clear: both;
	position: relative;
}

div.topprintlinks a {
	padding-left: 12px;
	background-image: url(../img/doppelpfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	position: absolute;
	top: 0px;
}

div.topprintlinks a.linktop {
	right: 0px;
	z-index: 1000;
}

div.topprintlinks a.linkprint {
	left: 0px;
	display: none;
}

body.home div.topprintlinks {
	display: none;
}


h1 {
	font-size: 15px;
	line-height: 17px;
	color: #EA7A00;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 30px;
	padding: 8px;
	padding-left: 12px;
	background-color: #ffffff;
	text-transform: uppercase;
}

h1 span.subtitle {
	color: #646464;
	text-transform: none;
}

h2 {
	font-size: 15px;
	line-height: 17px;
	color: #EA7A00;
	font-weight: bold;
	margin: 30px 10px 10px 0px;
	padding: 0px 8px 0px 0px;
	width: 400px;
}

h3 {

	font-size: 10px;
	font-weight: bold;
	margin: 0px;

}


/* Spielplan */

div.calendar {
	width: 120px;
	height: 150px;
	margin-right: 20px;
	float: left;
}

div.calendar h2 {
	margin-top: 0px;
	width: 100px;
}

div.calendar div.days span, div.calendar div.daynames span, div.calendar div.days a, div.calendar div.days span.noaction {
	width: 16px;
	float: left;
	text-align: right;
}

div.calendar a.triennale {
	font-weight: bold;
}

div.calendar .active {
	color: #EA7A00 !important;
}

div.calendar div.daynames {
	font-weight:bold;
	margin-bottom:20px;
}

div.spielplantag {
	clear:both;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	width: 408px;
}

div.spielplantag h2 {
	margin-top: 0px;
}

div.spielplantag h2 span.weekday {
	color: #808080;
}

div.spielplantag h2 span.date {
	color: #EA7A00;
}

div.spielplantag p {
	padding-left: 140px;
	width: 280px;
	margin-top: 10px;
}

div.spielplantag div.veranstaltung div {
	padding-left: 140px;
	width: 268px;
}

div.spielplantag div.veranstaltung {
	margin-bottom: 10px;
	position: relative;
}

div.spielplantag div.veranstaltung div.time {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left:0px;
	width: 128px;
	font-weight: bold;
}

div.spielplantag a {
	font-weight: bold;
}


/* Programmübersicht */

ul.sparten {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 30px;
	text-transform: uppercase;
}

div.sparte {
	margin-top: 20px;
}


div.produktion {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	width: 408px;
}

div.produktion h3 {
	text-transform: uppercase;
}

div.produktion h4 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 100%;
}


/* SUCHE */

span.searchHighlight {
	font-weight: bold;
	/*border-bottom: 1px dashed #505050;*/
	background-color: #ffffff;
}


/* JUNGE TRIENNALE */

div.blocklinie {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

div.jtdatumzeit {
	float: right;
	padding-right: 140px;
	position: relative;
}

div.jctopnav {
	margin-bottom: 30px;
}


/* DOWNLOADS */

ul.downloads {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* QuickForm */

div.formIntro {
	padding-left: 150px;
	margin-bottom: 10px;
}

div.formIntro p {
	width: 396px !important;
}

form.quickform {
	width: 450px;
	padding-top: 10px;
}

form.quickform div.row, form.quickform div.row_required {
	float:left;
	margin-bottom: 15px;
}

form.quickform label {
	float:left;
	text-align: right;
	width: 140px;
	padding-top:2px;
	font-weight: bold;
}

form.quickform div.element label, form.quickform div.element_error label {
	width: auto;
	text-align: left;
	padding: none;
	font-weight: normal;
}

form.quickform input.labeled {
	float:left;
}

form.quickform label.error {
	color: #EA7A00;
}

div.formErrors {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0px 10px 150px;
	margin: 0px;
	color: #EA7A00;
	font-weight: bold;
}

form.quickform .stdsizeformelement {
	width: 290px;
}

form.quickform div.element, form.quickform div.element_error {
	padding-left: 150px;
}

input.button {
	border: none;
	background-color: transparent;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

div.clear {
	clear: both;
}

a.totop {
	float: right;
	margin-top: 3px;
}


#cart {
	height: 20px;
	width: 140px;
	overflow: hidden;
	border-width: 0;
	position: absolute;
	top: -22px;
	right: 180px;
}


/* XStandard-Bilder */

.XStandardImageLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 3px;
}

.XStandardImageRight {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 3px;
}

/* Zitate */

blockquote {
	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	width: 400px;
}

#content blockquote p {
	width: 400px;
}