/* CSS Layout maddesigns */

* {
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing  0;
}

html, body {
color : #000;
background-color: #bbb;
line-height : 1.25;
}

body {
font-size : 100.01%;
font-family: Arial, Helvetica, sans-serif;
}

*html body {
text-align: center;
}

#rootline {
  list-style-type: none;
  margin: 1em;
  font-size: 0.7em;
}

#rootline li {
  display: inline;
  margin: 0.2em;
}

/* Layout */
div#wrap {
margin: 0 auto;
/*margin-top: 3em;*/
margin-top: 16px;
width: 1024px;
background-color: #fff;
text-align: left;
}

div#inhalt, div#infos {
float:left;
padding:10px;
text-align: left;
}
*/
*html div#inhalt, div#infos {
padding:3%;

}

div#inhalt {
width:59%;
}
*html div#inhalt {
width:64%;
}

div#infos {
margin: 1,5%;
width: 33%;
background-color: #8f97bf;
}

*html div#infos {
padding: 5%;
width: 29%;
}

div#footer {
clear: both;
border-top: #000 solid 1px;
text-align: left;
}

/* Standart */


a:link {
color: #E2003E;
text-decoration: none;
}

a:visited {
color: #E2003E;
text-decoration: none;
}

a:hover {
color: #E2003E;
text-decoration: underline;
}

a:active {
color: #E2003E;
text-decoration: none;
}

#infos a {
color: #FFF;
}

h1 {
color: #c80321;

font-family: Verdana,Helvetica,Arial;
font-size: 24px;
font-weight: bold;
/*margin: 1em;*/
}
h3 {
color: #c80321;

font-family: Verdana,Helvetica,Arial;
font-size: 22px;
font-weight: normal;
/*margin: 1em;*/
}

h2, h4 {
color:#383838;
background-color:#FFF;
font-size:0.8em;
font-weight:normal;
margin: 1.7em;
margin-top: -1.3em;
}

h2 {
margin-left: 450px;
margin-top: -45px;
}

h3, .csc-header h1, .csc-firstHeader {
margin: 0;
font-size: 1.5em;
letter-spacing: -1px;
}

h4 {
margin: 0;
font-weight:bold;
padding-bottom: 1em;
}

p {
color: #000;
background-color: transparent;
font-size: 0.8em;
margin-top: 10px;
}

th {
text-align: right;
vertical-align: top;
font-size: 0.8em;
}

td {
vertical-align: top;
}

td p {
margin-top: 0;
}


/* ids */
ul#navigation {
list-style:none;
background-color:#c7c7c7;
padding: 0.3em;

}

#navigation li {
display:inline;
background-color:#c7c7c7;
}

#navigation li a {
font-size: 0.8em;
color:#383838;
background-color:#c7c7c7;
/*background-image:url(images/listbutton.gif);*/
background-repeat:no-repeat;
background-position: left center;
/*padding: -1em 1.1em 0.3em 1.0em;*/
}

ul#navigation li a:link, ul#navigation li a:visited {
text-decoration: none;
}

ul#navigation li a:hover, ul#navigation li a:active {
text-decoration: underline;
}

#footer ul {
list-style:none;
background-color:#c7c7c7;
padding: 0.3em;

}

#footer ul li {
display:inline;
}

#footer ul li a {
font-size: 0.8em;
color:#383838;
background-color:#c7c7c7;
/*background-image:url(images/listbutton.gif);*/
background-repeat:no-repeat;
background-position: left center;
padding: 0.3em 1.1em 0.3em 1.0em;
}

#footer ul li a:link, #footer ul li a:visited {
text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active {
text-decoration: underline;
}

#infos p {
color: #FFF;
background-color: transparent;

}

#infos h5 {
color: #fff;
background-color: transparent;
font-family: Verdana,Helvetica,Arial;
font-size: 1.5em;
letter-spacing: -1px;
font-weight: normal;
}

#infos h6 {
color: #565b73;
background: transparent url(gfx/h6bg.gif) no-repeat center;
font-family: Verdana,Arial, Helvetica;
font-size: 1.2em;
text-align: center;
padding: 1em;
}

#infos h6 a {
color: #565b73;
background-color: #FFF;
text-decoration: none;
}


/* Klassen */
.header {
  height: 3em;
  margin:0;
  text-indent:-9999px;
  background-image: url(images/theater_morgenstern_logo.jpg);
  background-repeat:no-repeat;
  background-position: 0.5em 0.5em;
}

.csc-firstHeader {}

.contenttable td, .contenttable th {
padding: 0.3em;
table-layout:fixed;

}

/* Formualare */

.csc-mailform {
border: 0 none;
}

.csc-mailform-field {
margin: 0.5em 0 0.5em;
}

.csc-mailform-field label {
font-size: 0.8em;
vertical-align: middle;
}

.csc-mailform-field input, .csc-mailform-field textarea {
border: #555 1px solid;
}

#mailformAdresse, #mailformNachricht {
display: block;
}



.tx-frontendformslib-form fieldset,
.tx-srfeuserregister-pi1 fieldset,
#tt_address_form fieldset
{
margin-top: 2em;
padding: 0.5em;
border: #c80321 1px solid;
}

.tx-frontendformslib-form legend,
.tx-srfeuserregister-pi1 legend,
#tt_address_form legend
{
color: #c80321;
font-size: 0.8em;
font-weight: bold;
}
#tt_address_form legend
{
font-size: 1em;
}

.tx-frontendformslib-form label,
.tx-frontendformslib-form input,
#tt_address_form
{
margin-top: 1em;
font-size: 0.8em;
}

.tx-frontendformslib-form input,
.tx-srfeuserregister-pi1 input,
#tt_address_form input
{
border: #555 1px solid;
}

.tx-frontendformslib-form input:focus,
.tx-srfeuserregister-pi1 input:focus,
#tt_address_form input:focus
{
border: #c80321 1px solid;
}

/*** TX Register ***/

.tx-srfeuserregister-pi1 dt {
font-size: 0.8em;

}

.tx-srfeuserregister-pi1-text {
width: 270px;
}

.tx-srfeuserregister-pi1 textarea {
width: 270px;
padding: 0.5em;
border: #555 1px solid;
}

/* rlmp_eventdb - Event-Tab */

.tx-rlmpeventdb-pi1-listrow table {
border: #565B73 1px solid;
width: 100%;
}

tr.tx-rlmpeventdb-pi1-listrow-header th {
 background-color: #565B73;
 color: #FFF;
 padding: 3px;
 text-align: left;
}

.th1 {
width: 15%;
}

.th2 {
width: 15%;
}

.th3 {
width: 15%;
}

.th4 {
width: 30%;
}

.th5 {
width: 25%;
}

.tx-rlmpeventdb-pi1-listrow-item-odd {
background-color: #EFEFEF;
}


div.tx-rlmpeventdb-pi1-listrow td {
color: #565b73;
font-size: 0.8em;
padding: 14pt 0;
line-height: 1.5;
}

div.tx-rlmpeventdb-pi1-listrow td a {
/*color: #565b73;*/
color: #E2003E ;
font-family:Verdana,Helvetica,Arial;
}

div.tx-rlmpeventdb-pi1-listrow td a:hover {
text-decoration: none;
}

/* SingleView */

.tx-rlmpeventdb-pi1-singleview h3 {
  margin:10em;
  padding:0;
  line-height: 1em;
}

p.tx-rlmpeventdb-pi1-singleview-datumzeit {
  margin: 0;
  padding: 0;

}


.csc-header img, .csc-header br {
display: none;

}

.csc-header {margin-top: 1em;}

.contenttable {
font-size: 14px;
}




dl.presseitem {
float: left;
width: 200px;
margin: 1em;
padding: 0;
border: 1px solid #C80321;
font-size: 0.8em;
}

dd.presseimage {
margin: 0 auto;
padding: 0.7em;
text-align: center;
min-height: 200px;
}

dt.pressename,
dd.pressedatum,
dd.presselink,
dd.pressethema {
margin: 0;
background-color: #fde8e5;
}

dd.pressedatum {
padding: 0 0 0.5em 0.7em;
color: #000;
}

dt.pressename {
padding:0.5em;
font-weight: bold;
}

dd.presselink {
padding: 0 0.2em 0.5em 0.5em;
}

dd.presselink a:link,
dd.presselink a:visited {
color: #C80321;
}

dd.pressethema {
padding: 0 0.5em 1em 0.5em;
}


#printbutton {
	float: right;
/*	margin: 15px 15px 0 0;*/
	width: 15px;
}

#printbutton img {
	border: 0;
}

#infos h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.news-list-container h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.news-list-container h3  {
	color: #000;
	font-family: Arial;
	font-size: 0.75em;
	display: block;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
.news-list-date {
	color: #000;
	font-family:  Arial;
	font-size: 20px;
	display: block;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
.news-list-item {
	font-size: 13px;
	
}

.news-list-container .news-list-morelink {
	margin: 0.5em 0;
}

.csc-frame-rulerBefore {
	border-top: 2px solid #999;
	margin: 1em 0;

}
/**********************New Style*******************************/
.important {
color:#E2003E;
font-family:Verdana,Helvetica,Arial;
font-size:26px;
line-height:28px;

}

html, body, textarea ,p{
background-color:#ffffff ;
color:#222222;
font-family:Arial;
font-size:14px;
letter-spacing:0px;
line-height:18px;
text-decoration:none;
}
#navigation li a, #footer li a {
color:#888888;
font-family:Verdana,Helvetiva,Arial;
font-size:11px;
letter-spacing:0px;
text-decoration:none;
background-color:#ffffff;
/*background-image:url(images/listbutton.gif);*/
}

ul#navigation li a:hover, ul#navigation li a:active , #footer li a:hover, #footer li a:active {
color:#E2003E;
font-family:Verdana,Helvetiva,Arial;
font-size:11px;
letter-spacing:0px;
text-decoration:none;
}

ul#navigation {
background-color:#ffffff;
/*border-bottom: 1px dashed rgb(136, 136, 136);
/*border-top: 1px dashed rgb(136, 136, 136);
margin-top:5px;
!margin-top:3px;*/
}



#navigation li {
background-color:#ffffff;
}

.important img, .csc-textpic-text h3 img, .csc-textpic-text p img ,.csc-textpic-text h5 img, div#inhalt div p img{
 border: 1px dashed rgb(136, 136, 136);
 margin-right: 14pt;
}

a.internal-link:active {
color:#E2003E;
text-decoration:none;
}

a.internal-link:hover {
color:#E2003E;
text-decoration:underline;
}

a:link {
color:#E2003E;
text-decoration:none;
}

hr {
 border: 1px dashed rgb(136, 136, 136);
}

#infos h3 a, #infos a, #infos h5 {
   color:#E2003E;
   font-size: 18px;
	font-weight: normal;
}

#infos h3 {
   color:#E2003E;
   font-size: 22px;
	font-weight: normal;
}
h1 {
   color:#E2003E;
   font-family:Arial;
   line-height:1.1;
   letter-spacing:0px;
}
h3 {
   color:#E2003E;
   font-family:Arial;
   line-height:1.1;
   letter-spacing:0px;
}
h2 {
   position: relative ;
   top:9px;
}

.news-list-container h3 {
color:#888888;
font-family:Arial;
font-size:22px;
font-weight:normal;
letter-spacing:1px;
text-decoration:none;
text-transform:uppercase;

}
.news-list-date {
	color: #aaa;
	font-family:  Arial;
	font-size: 20px;
	display: block;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
#infos p {
color:#000 ;
}

div#infos {
background-color:#FFFFFF ;
border: 1px dashed;
margin-left:20px;
float:right;
}

div#footer {
border-top: 0px dashed rgb(136, 136, 136);
}
#footer ul {
background-color:#ffffff;


}

#footer ul li a {
background-color:#ffffff;
font-size:12px;

}
div.tx-rlmpeventdb-pi1-listrow table {
 width:458px ;
 text-align:left ;
 border: none ! important ;

}

 td.tx-rlmpeventdb-pi1-column1{
 width:70px ;
 vertical-align: top ;
 border-top: 1px dashed #888888 ;
}
 td.column2{
 letter-spacing: 1px;
 /*line-height:1px;*/
 width:318px ;
 vertical-align: top ;
 border-top: 1px dashed #888888;
 padding:14pt 0 !important;
}

td.column2 a{
 color: #E2003E !important;
 font-weight: bold;
}

 td.column3{
 vertical-align: top ;
 border-top: 1px dashed #888888;
 margin-left: 14px;
 text-align: center ;
}

#printbutton {
 width: 40px;
}

.csc-textpic-text p strong {
font-family:Verdana,Helvetica,Arial;
}

.zusatzangabe1 {
   color: #E2003E ;
}
.wochentag {
font-size:105%;
}

.datum a, .datum a:visited, .datum {
font-weight: bolder ;
font-size:108%;
color: #565b73 !important;
text-decoration: none ;
}

.monthPlan {
   border-top: 1px dashed #888888;
   border-bottom: 1px dashed #888888;
   margin:15px 0 30px 0 ;
}

.monthPlan a, .monthPlan a:visited{
   text-decoration: none ;
   color: #E2003E;
   font-size:12px;
   letter-spacing:1px;
   font-weight: bold ;
}

.rotkasten {
   /*border: 1px #E2003E solid ;*/
   display: block ;
   padding:1px ;
   padding-left:5px;
   background: #F1CFD8 ;
   height: 160px;
}
#search input {
 display: inline ;
 color: #888888 ;
 font-size: 14px;
 font-family: Verdana,Helvetica,Arial;
 height: 20px;
 width: 180px ;
}

#search  {
 display: inline ;
}

#printbutton {
	
	
	width: 220px;
}
/*Stefan Rudolph 28.08.2009*/
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1em;
	background: white;
	color: #000;
	font-weight: bold;
	padding: 0;
	border: dashed #000000;
	border-width: 0px 0;
	margin: 0 0 0 0;
	height:47px;
}
 
#nav a {
	display: block;
	width: 9em;
	color: #52761C;
 	text-align: center;
	text-decoration: none;
	padding: 0.25em 0em;
	}

 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
	font-family:verdana;
	font-size: 10px;
}
 
#nav li {
	float: left;
	padding: 0;
	width: 9em;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
		
}
 
#nav li li {
 
	width: 14em
}
 
#nav li ul a {
	width: 17em;
	padding-left: 1em;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background:#fff;
	color: #fff;
}

/*FIX für overflow*/
ul li ul {
	z-index: 10;
	position: absolute;
	left: -999em;
	width: 13.9em;
	height: auto;
}
element.style {
font-size: 14px;
}