body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/*background-color: rgb(106,74,60);*/
	margin: 0px;
	margin-top: 0px;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 { page-break-after: avoid;}
/*form,fieldset{page-break-inside:always;}*/
/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 SVN ID: $Id: dynamiccss.css 3437 2008-03-16 16:22:11Z flyguide $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
/*******************************/

.contenttable tr td{
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align:  top;
	font-size: 1em;
	padding: 10px;
	color: #9C2931;		
}	
td p {
	margin-top: 3px;
	margin-bottom: 3px;
}
p.block {
	margin-left: 5em;
}
h1 {
	font-size: 130%;
	width: 100%;
	border-bottom: 1px solid #9C2931;
	color: #990000;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #990000;		
}
h3,h4,h5 {

	font-size: 110%;
	color: #0f69b5;
}


p {
	text-align: left;
}
textarea {
  font-family: Verdana, Trebuchet, Helvetica, Sans-Serif;
  font-size: 1em;
}
a img {
	border: none;
}


th {
	font-family: Arial, Helvetica, sans-serif;
}

ul, li {    text-align: left;}
li img {
	padding-top: 5px;
	
}
li a div {
	padding-bottom: 20px;
}
/*li a > img {border: 1px solid red; float: left;}*/

li a.info:hover {
	z-index: 200;
	border: 0px solid white;/*IE spec.*/
}
li a.info div {
	display: none;	
}
li a.info:hover div {
	display: block !important;
	width: auto;
	z-index: 300;
	float: right;
}
#main {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: auto;
	height: 207px;
	text-align: left;
}
#logo {
	width: 291px;
	height: 207px;
	
	float: left;
	overflow: hidden;

}
#logo img {
	margin-left: 0px;
	margin-top: 0px;
}
#logo-web {display: none;}
#imageheader {display: none;}
#maincontent {
	background-image: url("/fileadmin/templates/images/main-bg-menu.png");
	background-position: -20px -200px;
	background-repeat: no-repeat;

	background-color: #cfe1f0;
	text-align: left;
	float: left;
	width: 100%;

	
}

#menu, #metamenu {
	display: none;
}

#contentm {
	
	margin-left: 0px;
	
}
#contentm[id] {
	
}
#content {
	/*border: 1px solid red;*/
	
	
	color: black;
	
	
}
#content a { color: #cC2931; text-decoration:none;  }
#content a:hover {text-decoration:none; }
#content a:focus {text-decoration:none; }
#content a:active {text-decoration:none; }



#footer {
	display: none;


}
p.quelle {
	font-size: 0.9em;
	font-style: italic;
}
/* form styles */
.csc-header {
	page-break-after: avoid;

}
#mailform {
	padding-left: 1em;
	padding-top: 1em;
}
#mailform[id] {
	padding-left: 0.5em;
	padding-top: 0.5em;
}
.csc-mailform-field {width: 100%; float: left; margin-bottom: 1em; padding-bottom: 2px;}
.csc-mailform-field label{ width: 10em; margin-bottom: 0.3em; display: block; float: left; text-align: left; }
.csc-mailform-field input{ margin-left: 5em; margin-bottom: 0px; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}
.csc-mailform-field select { margin-left: 5em;  margin-bottom: 1em; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}
.csc-mailform-field textarea { margin-left: 5em;  margin-bottom: 1em; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}
.csc-mailform-field input, textarea {padding-left: 0.2em;}
.csc-mailform .csc-mailform-field .csc-mailform-label {font-weight: bold; display: block; margin-bottom: 0em;}
.csc-mailform .csc-mailform-field .csc-mailform-submit {
	margin-left: 0; 
	margin-top: 0.5em; 
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background-color: #b54900;
		border: 1px solid #990000;
		color: white;
		font-weight: bold;
		width: 100%;			
}
.csc-mailform-check {float: left; width: auto;}
.csc-mailform-radio {float: left; }
#mailformTitel_der_Veranstaltung,#mailformKurzbeschreibung,#mailformVeranstalter,#mailformSonderwuensche__Bemerkungen {float: right; width: 380px;}
#mailformBestuhlung {
	width: 420px;
	float: right;
	padding: 0px;
	border: none;
}
#mailformBestuhlung[id] {
	width: 400px;
}

#mailformBestuhlung legend {
	display: none;
}
#mailformBestuhlung label {
	width: 390px;
	padding-left: 5px;
}
#mailformBestuhlung[id] label {
	width: 375px;
	padding-left: 5px;
}
#mailformBestuhlung input {
	float: left;
	margin-left: 5px;
}
#mailformBestuhlung[id] input {
	float: left;
	margin-left: 0px;
}

.calendar-el {
	width: 99%;
	border-bottom: 1px dashed black;
	margin-bottom: 1em;
}
.cal-descr {	
	font-size: 0.85em;
}
.cal-date-time {
	font-weight: bold;
	padding-bottom: 0.5em;
}
dl.csc-textpic-firstcol {
	margin-right: 40px !important;
}
#mailformformtype_mail {
	display: none;
}

.user-cwsemcal-pi1 .year {display: none;}
.user-cwsemcal-pi1 .month {display: none;}






