
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	font-family: PT Sans, Arial, sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 18px;
}

.clear { /* float-clearer */
	width: 100%; 
	font-size: 0;
	line-height: 0; 
	clear: both; 
	height: 0;
}

.hidden { /* unsichtbarer text fuer screenreader */
	visibility: hidden;
	text-indent: -5000px;
	height: 0;
	width: 0;
	position: absolute;
	top: -5000px;
	left: -5000px;
}

h1, h2, h3, h4, h5 {
	font-family: PT Sans, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	/*text-shadow: 1px 1px 1px rgba(80,80,80,0.8);*/
}

h1 {
	font-size: 45px;
	line-height: 50px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	color: #0d004c;
}

h4 {
	font-size: 20px;
	line-height: 25px;
}

h5 {
	font-size: 17px;
	line-height: 25px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

/**** HEADER ANFANG *****/

#headwrap { /* um #header und nav, lila bg */
	background-color: #0d004c;
	color: #fff;
}

#headwrap.bar { /* um #header und nav, auf barseite schwarzer bg */
	background-color: #000;
}

#header { /* nur um headergrafik */
	width: 980px;
	margin: 0 auto;
	position: relative; /* fuer innere boxen */
}

.front { /* grosser header wenn auf frontpage */
	height: 532px;
	background: url(http://www.english-theatre.org/wp-content/plugins/etf-styles/header.jpg) top center;
}

.notfront { /* kleiner header wenn nicht auf frontpage */
	height: 90px;
}

.headbar { /* grosser header fuer barseite */
	height: 532px;
	background: url(images/header_bar.jpg) top center;
}

/* boxen im header */
#logobox, #searchbox, #socialbox, #ticketbox, #datebox {
	position: absolute;
}
#logobox {
	top: 20px;
	left: 20px;
	background: url(images/sprite.png) no-repeat 0 -250px;
	width: 290px;
	height: 50px;
}
#logobox img {
	width: 290px;
	height: 50px;
}
#searchbox {
	top: 20px;
	right: 120px;
	height: 26px;
	line-height: 26px;
}
#searchbox form {
	display: inline;
}
#searchbox input#searchfield {
	color: #fff;
	border: 1px solid #fff;
	width: 180px;
	height: 24px;
	background-color: transparent;
	background: url(images/sprite.png) no-repeat 6px -1395px;
	border-radius: 15px;
	padding-left: 30px;
	padding-right: 10px;
	font-family: PT Sans, Arial, sans-serif;
	font-size: 15px;
	margin-left: 10px;
}
#socialbox {
	top: 23px;
	right: 20px;
	height: 20px;
}
#socialbox img {
	width: 20px;
	height: 20px;
	margin-left: 2px; /* padding bei links macht den rest */
}
#socialbox img#flickr {
	background: url(images/sprite.png) no-repeat 0 -500px;
}
#socialbox img#facebook {
	background: url(images/sprite.png) no-repeat -100px -500px;
}
#socialbox img#twitter {
	background: url(images/sprite.png) no-repeat -200px -500px;
}
#ticketbox {
	top: 340px;
	right: 80px;
	height: 130px;
	width: 130px;
}
#datebox {
	top: 180px;
	right: 40px;
}
#datebox li {
	list-style: none;
	padding-bottom: 10px;
}
/* ende boxen im header */

#nav { /* ganzes navi, mit halbe-halbe bg */
	height: 82px;
	background-image: url(images/header_nav_bg.png);
	margin-bottom: 20px;
}

#headwrap #navwrap { /* navi, weisser bg */
	width: 939px; /* 1px weniger fuer pixelgenaue raender rechts und links vom menu */
	overflow: hidden; /* verhindert ueberflie�en des menues */
	height: 69px;
	background-color: #fff;
	margin: 0 auto;
	border: 20px solid #fff;
	border-bottom: 0;
	border-top: 13px solid #fff;
	position: relative;
	text-align: center;
}

#nav-breaker { /* verhindert ueberfliessen des menues */
	width: 960px;
}

#header a:link, #header a:visited { /* links im #header */
	text-decoration: none;
	color: #fff;
	margin-left: 6px;
}

#header a:hover, #header a:active { /* links im #header */
	text-decoration: underline;
}

/***** HEADER ENDE *****/

/***** NAVI ANFANG *****/
/* separat da kompliziert und unuebersichtlich */

#headwrap #navwrap div.level1 {
	width: 149px;
	height: 32px;
	float: left;
	border-right: 1px solid #0d004c;
	padding-right: 4px;
	margin-right: 4px;
	margin-bottom: 5px; /* paar pixel abstand unter trennlinien */
}

/* icons im navi anfang */
#headwrap #navwrap div.level1 > a > img.icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#headwrap #navwrap div#tickets > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -600px;
}
#headwrap #navwrap div#tickets > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -600px;
}
#headwrap #navwrap div#programme > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -700px;
}
#headwrap #navwrap div#programme > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -700px;
}
#headwrap #navwrap div#bar > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -800px;
}
#headwrap #navwrap div#bar > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -800px;
}
#headwrap #navwrap div#education > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -900px;
}
#headwrap #navwrap div#education > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -900px;
}
#headwrap #navwrap div#patrons > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -1000px;
}
#headwrap #navwrap div#patrons > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -1000px;
}
#headwrap #navwrap div#about > a > img.icon {
	background: #0d004c url(images/sprite.png) no-repeat -600px -1100px;
}
#headwrap #navwrap div#about > a > img.active {
	background: #0d004c url(images/sprite.png) no-repeat 0 -1100px;
}
/* icons im navi ende */

#headwrap #navwrap div.level1 > a:link,
#headwrap #navwrap div.level1 > a:visited { /* links erstes level */
	display: block;
	width: 149px;
	height: 37px; /* paar pixel mehr um bis ans subnav zu reichen */
	line-height: 32px; /* paar pixel weniger um mittig zu trennlinien zu stehen */
	text-align: center;
	color: #0d004c;
}

#headwrap #navwrap div.level1 > a:active,
#headwrap #navwrap div.level1 > a:hover { /* links erstes level */
	color: #fff;
	background-color: #0d004c;
}

#headwrap #navwrap div.level1 > a.active { /* aktiver link erstes level */
	color: #fff;
	background-color: #0d004c;
}

#headwrap #navwrap ul.level2 { /* ul zweites level */
	width: 100%;
	height: 100%;
	background-color: #0d004c;
	visibility: hidden;
	position: absolute;
	top: 37px;
}

#headwrap #navwrap ul.level2 > li { /* li zweites level */
	list-style: none;
	display: inline;
	margin: 0 8px;
	height: 100%;
}

#headwrap #navwrap ul.level2 > li > a:link,
#headwrap #navwrap ul.level2 > li > a:visited { /* links zweites level */
	line-height: 32px;
	color: #fff;
	padding: 6px 0;
}

#headwrap #navwrap ul.level2 > li > a:active,
#headwrap #navwrap ul.level2 > li > a:hover { /* links zweites level */
	background: url(images/nav_arrow.png) bottom center no-repeat;
}

#headwrap #navwrap ul.level2 > li.current_page_item { /* aktives li zweites level */
	background: url(images/nav_arrow.png) bottom center no-repeat;
	padding: 6px 0;
}

/***** NAVI ENDE *****/

/***** CONTENT ANFANG *****/

#content { /* umfasst inhalt */
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 600px; /* nur ein workaround!!! */
}

#content-breaker {
	width: 980px;
}

#content div.section { /* einzelne inhaltsboxen */
	float: left;
	border-right: 1px solid #b2b2b2;
	padding-right: 9px;
	margin-right: 10px;
	margin-bottom: 40px;
	
	
	
	border-left: 1px solid #b2b2b2;
	padding-left: 10px;
	margin-left: -11px;
}

#content div.lastitem { /* item vor umbruch ohne rand rechts */
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

#content div.half { /* box ueber 2 spalten */
	width: 460px;
	font-size: 17px;
	line-height: 25px;
}

#content div.quarter { /* box ueber 1 spalte */
	width: 220px;
	font-size: 15px;
	line-height: 20px;
}

#content div.third { /* box ueber 1.3 spalten */
	width: 300px;
	font-size: 15px;
	line-height: 20px;
}

#content div.full { /* box ueber 4 spalten */
	width: 940px;
	font-size: 15px;
	line-height: 20px;
}

#content ul, #content ol { /* damit listen schoen aussehen */
	margin: 10px 0 10px 25px;
	padding: 0;
}

#content input, #content textarea { /* damit formulare schoen aussehen */
	border: 1px solid #b2b2b2;
	font-family: PT Sans, Arial, sans-serif;
	font-size: 15px;
}

#content div.section p { /* bisschen abstand unter absaetzen */
	margin-bottom: 8px;
}

#content div.section p:first-child { /* aber nicht unter dem ersten (wordpress bug) */
	/* margin-bottom: 0; */
}

#content div.section img {
	background-color: #0d004c;
}

#content a:link, #content a:visited { /* links im #content */
	text-decoration: none;
	color: #0d004c;
}

#content a:hover, #content a:active { /* links im #content */
	text-decoration: underline;
}

/***** CONTENT ENDE *****/

/**** BLOG ANFANG *****/

#blogside ul {
	padding: 0;
	margin: 0;
}

#blogside li {
	list-style: none;
}

.blogdate {
	margin-bottom: 6px;
}

.blogtext {
	margin-bottom: 6px;
}

.blogmeta {
	margin-bottom: 26px;
}

/**** BLOG ENDE *****/

/**** FOOTER ANFANG *****/

#footwrap { /* umfasst alles, lila bg */
	background-color: #0d004c;
	color: #fff;
	padding: 20px 0;
}

#footer { /* macht die breite richtig */
	width: 940px;
	margin: 0 auto;
}

#footwrap nav { /* umfasst nur navi, nicht impressum */
	padding-bottom: 20px;
}

#footwrap nav ul.level1 > li { /* top level li */
	list-style: none;
	width: 156px;
	display: block;
	float: left;
}

#footwrap nav ul.level1 > li > a { /* top level links */
	font-weight: bold;
	font-size: 16px;
}

#footwrap nav ul.children { /* second level ul */
	margin-top: 8px;
}

#footwrap nav ul.children > li { /* second level li */
	list-style: none;
	background: url(images/sprite.png) no-repeat 0 -1295px;
	padding-left: 20px;
}

#footwrap #imprint h3 { /* ueberschrift fuers impressum */
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 8px;
	line-height: 18px;
	color: #fff;
}

#footwrap #imprint div { /* zwei spalten fuers impressum */
	width: 312px;
	float: left;
}

#footwrap #imprint div.smaller { /* zwei spalten fuers impressum */
	width: 156px;
	float: left;
}

#footwrap #imprint div.smaller > a { /* link zum impressum */
	background: url(images/sprite.png) no-repeat 0 -1295px;
	padding-left: 20px;
}

#footwrap a:link, #footwrap a:visited { /* links im footer */
	color: #fff;
}

#footwrap a:hover, #footwrap a:active { /* links im footer */
	text-decoration: underline;
}

/**** FOOTER ENDE *****/

/**** ZTIX INCLUDE ANFANG ****/

table#onticketsEventCalendar {
	width: 100%;
}

table#onticketsEventCalendar td,
table#onticketsEventCalendar th {
	padding: 5px;
}

table#onticketsEventCalendar td {
	border-right: 1px solid #b2b2b2;
	vertical-align: top;
}

table#onticketsEventCalendar th {
	text-align: left;
}

table#onticketsEventCalendar td.event {
	border: none;
}

table#onticketsEventCalendar th {
	background-color: #0d004c;
	color: #fff;
}

/**** ZTIX INCLUDE ENDE ****/
