/*
 NUR UEBER DIE SOMMERPAUSE!!!
 ############################# */

#flash_content_div {
position:absolute;
top:68px;
left:190px;
}

div#main {position:relative}
/*
 ENDE - NUR UEBER DIE SOMMERPAUSE!!!
 ############################# */
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body { 
	margin:0 0 30px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	text-align:center;
}

div#head { 
	position:relative;
	width:760px;
	margin:0 auto;
	height:85px;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:10px;
}

div#head h1 {
	position:absolute;
	left:0;
	top:57px;
	display:block;
	width:187px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) top left no-repeat;
}

div#head h1.impressum {
	background:url(../images/logo_impressum.gif) top left no-repeat;
	position:absolute;
	left:0;
	top:57px;
	display:block;
	width:341px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
}


div#head div#quicklinks {
	position:absolute;
	right:0;
	top:8px;
	color:#999999;
	font-size:0.9em;
	letter-spacing:-0.1em;
	font-weight:bold;
}
div#quicklinks a:link, div#quicklinks a:visited { color:#999999; text-decoration:none; }
div#quicklinks a:hover, div#quicklinks a:active { color:#999999; text-decoration:underline; }


div#main { 
	width:760px;
	margin:0 auto;
	text-align:left;
	background:url(../images/background_main.gif) top left repeat-y;
}
div#main div.column {
	float:left;
	width:190px;
}
* html div#main div.column { display:inline; }

div#main div.linkColumn {
	margin:15px 10px 15px 11px;
	float:left;
	width:169px;
}
* html div#main div.linkColumn { display:inline; }


/* Teaser images */
div#main div.column h2 {
	display:block;
	margin-bottom:10px;
}
div#main div.column h2 a:link, div#main div.column h2 a:visited, div#main div.column h2 a:hover, div#main div.column h2 a:active {
	position:relative;
	display:block;
	text-decoration:none;
}
div#main div.column h2 span { position:absolute; left:-9999px; }

h2#oper {
	width:189px;
	height:287px;
	background:url(../images/teaser_oper.jpg) top left no-repeat;
}
h2#oper a {
	width:189px;
	height:287px;
}
h2#schauspielhaus {
	width:189px;
	height:287px;
	background:url(../images/teaser_schauspielhaus.jpg) top left no-repeat;
}
h2#schauspielhaus a {
	width:189px;
	height:287px;
}
h2#nextliberty {
	width:189px;
	height:287px;
	text-align: center;
	background-color: #ffab2e;
}
h2#nextliberty a {
	width:189px;
	height:287px;
}
h2#theaterservice {
	width:190px;
	height:287px;
	background:url(../images/teaser_theaterservice.jpg) top left no-repeat;
}
h2#theaterservice a {
	width:190px;
	height:287px;
}

h2#spielstaetten {
	width:190px;
	height:287px;
	background:url(../images/teaser_spielstaetten.jpg) top left no-repeat;
}
h2#spielstaetten a {
	width:190px;
	height:287px;
}

div#main div.column div.content {
	margin-left:10px;
	width:169px;
}

* + html h2#schauspielhaus a img {
	height:219px;
}

/* Footer */
div#footer {
	padding:10px;
	margin:0 auto;
	background:#EDEDED;
	width:740px;
	letter-spacing:-0.1em;
	text-align:left;
	font-size:0.9em;
	margin-bottom:5px;
}
* html div#footer {
	width:760px;
	w\idth:740px;
}
div#footer .column {
	float:left;
	width:185px;
}
div#footer .column strong { font-size:1.1em; }

p#bottomLinks {
	font-size:0.9em;
	text-align:center;
}


/* Float clearing workaround also working on Mozilla */
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}


h3.title { color:#B00D28; font-size:1.2em; padding-bottom:2px; }
h6.desc { color:#333333; font-size:1.2em; }
p.info { color:#999999; font-size:0.9em; letter-spacing:-0.1em; margin-bottom:6px; }
p.text { margin-top:8px; }


a.arrow { padding-left:15px; background:url(../images/icon_link.gif) no-repeat; background-position:0.2em left; font-size:0.9em; padding-bottom:4px; }
a.arrow:link, a.arrow:visited { color:#666666; text-decoration:none; }
a.arrow:hover, a.arrow:active { color:#666666; text-decoration:underline; }

a:link, a:visited { color:#666666; text-decoration:none; }
a:hover, aw:active { color:#666666; text-decoration:underline; }

h1,h2,h3,h6,p,img { margin:0; padding:0; }
img { border:0; }

/* ------------------------------------------- */

form table td.label {
	text-align: right;
	font-weight:bold;
	padding-left: 6px;
	padding-right: 2px;
}

form table td.formErrorHeader, form table td.formWarnHeader {
	color:#EC1A2E;
	padding:6px;
}
form table td.formWarnHeader {
	background:yellow;
	color:black;
}

.formErrorRow {
	color:#EC1A2E;
}

.formFootnote {
	font-size:0.9em;
	margin:2px;
	color: #999999;
}

input {
    font-size:1em;
}
