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%;
	background-image: url(/fileadmin/templates/images/main_bg.png);
	
		background-color: #387CB4;			
}

/****************************************************************************************
# 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: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cfe1f0;
	overflow: hidden;
}
#header {
	width: 980px;
	height: 207px;
	text-align: left;
	background-image: url(/fileadmin/templates/images/main-bg-menu.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	
	background-color: #cfe1f0;	
}

#logo {
	width: 291px;
	height: 207px;
	
	float: left;
	overflow: hidden;

}
#logo img {
	margin-left: 33px;
	margin-top: 45px;
}
#logo-print {display: none;}
#imageheader {
	width: 689px;
	height: 207px;

	background-image: url(/fileadmin/templates/images/header_bg_top.jpg);
	background-position: 0px -102px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}
#imghead-b {
	float: left;
	display: block;
	margin-top: 40px;
	width: 689px;
	height: 167px;
	background-color: #990000;
	padding-left: 34px;

}
#imghead-b img {
	float: left;
	margin-top: 18px;
	margin-right: 33px; 
}
#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 {
	width: 291px;
	float: left;
	height:auto;
	padding-bottom: 170px;		
	overflow: hidden;
	margin-bottom: -164px;/*200*/
	min-height: 21em;
}
#menu[id] {
	padding-bottom: 0;
	margin-bottom: 10px;
}
#metamenu {
	display: block;
	text-align: right;
	width: 100%;
	height: 1.45em !important;	
	overflow: hidden;
	background-color: #b7d2e9;	
	border-top: 1px solid white;	
	border-left: 1px solid white;	
}
#metamenu a {
	color: black;
	line-height: 1.5em;
	text-decoration: none;
	margin-right: 35px;
	font-size: 0.8em;
}
#menu .mainmenuItemHome {	
	background-color: blue;
	height: 1.8em !important;	
	overflow: hidden;		
	background-color: #0f69b5;
	display: block;
	font-size: 0.8em;
}
#menu .mainmenuItemHome .linkN{
	color: white;
	font-weight: bold;
	display: block;
	padding-left: 33px;
	line-height: 1.8em;	
}
#menu .mainmenuItemHome .linkA{
	color: white;
	font-weight: bold;
	display: block;
	padding-left: 33px;
	line-height: 1.8em;	
	background-image: url("/fileadmin/templates/images/hm.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;		
}
#menu .mainmenuItem {
	font-size: 0.8em;
	padding-left: 0px;
	margin-top: 9px;
	height: 1.6em !important;	
}
#menu .mainmenuItem .linkN{
	padding-left: 33px;
	height: 1.8em !important;	
	line-height: 1.8em;	
	color: black;		
}
#menu .mainmenuItem .linkA{
	display: block;
	height: 1.8em !important;
	line-height: 1.8em;	
	color: white;
	background-color: #0f69b5;
	padding-left: 33px;
	padding-top: 0px;

	font-weight: bold;
	background-image: url("/fileadmin/templates/images/hm.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;	
}
.sm-cont {
	margin-top: 8px;
}
#menu .submenuItem {	
	padding-top: 3px;
	font-size: 0.75em;	
}
.sublinkN {
	display: block;
	padding-left: 50px;
}
.sublinkA {
	display: block;
	padding-left: 50px;
}
.sublinkA {
	display: block;
	background-image: url("/fileadmin/templates/images/subm-sq.gif");
	background-position: 33px 5px;
	background-repeat: no-repeat;
}

#menu a { color:black; text-decoration:none; display: block; width: 100%;}
#menu .submenuItem a:hover { 
	text-decoration:none;
	background-image: url("/fileadmin/templates/images/subm-sq.gif");
	background-position: 33px 5px;
	background-repeat: no-repeat;
}
#menu a:focus { text-decoration:none;}
#menu a:active {text-decoration:none;}

#contentm {
	width: 689px;
	margin-left: 0px;
	float: right;
}
#contentm[id] {
	margin-left: 291px;
	float: none;
}
#content {
	/*border: 1px solid red;*/
	height: 28em;
	padding-bottom: 0.5em;
	padding-top: 1em;
	padding-left: 34px;	
	padding-right: 35px;	
	color: black;
	font-size: 0.8em;
	background-image: url(/fileadmin/templates/images/main-bg-cont.png);
	background-repeat: no-repeat;	
	background-color: #fdfad1;
	background-position: -311px -224px;
	border-top: 1px solid white;	
	border-left: 1px solid white;	
}
#content[id] {
	/*border: 1px solid red;*/
	height: auto;
	min-height: 24.8em;
}
#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 {

	width: 100%;

}
#footer_l {
	float: left;
	width: 291px;
	height: 10px;
	background-color: #990000;
	overflow: hidden;
	border-top: 1px solid white;	
	
}
#footer_r {
	width: 689px;
	height: 10px;
	margin-left: 0px;
	background-color: #b54900;
	float: right;
		overflow: hidden;
	border-top: 1px solid white;	
	border-left: 1px solid white;		
}
#footer_r[id] {
	width: 688px;	
}
p.quelle {
	font-size: 0.9em;
	font-style: italic;
}
/* form styles */
.csc-mailform {
	padding-left: 10px;
	padding-top: 10px;
}
.csc-mailform[class] {
	padding-left: 5px;
	padding-top: 5px;
}
.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: 99%;			
}
.csc-mailform-check {float: left; width: auto;}
.csc-mailform-radio {float: left; }
#mailformTitel_der_Veranstaltung,#mailformKurzbeschreibung,#mailformVeranstalter,#mailformSonderwuensche__Bemerkungen {width: 395px;}
#mailformBestuhlung {
	width: 415px;
	float: right;
	padding: 0px;
	border: none;
}
#mailformBestuhlung[id] {
	width: 405px;
}

#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;
}
.csc-textpic-caption {
	font-size: 0.85em;
}
.user-cwsemcal-pi1 blockquote {
	margin-left: 2em;
	margin-right: 0.5em;
}
.user-cwsemcal-pi1 .month {
	margin-right: 1em;
	font-size: 0.8em;
}
.user-cwsemcal-pi1 .currMonth {
	margin-right: 1em;
	font-size: 0.9em;	
	color: black;
}
.user-cwsemcal-pi1 .year {
	margin-right: 1em;
	font-size: 0.8em;
}
.user-cwsemcal-pi1 .currYear {
	margin-right: 1em;
	font-size: 0.9em;	
	color: black;
}
.user-cwsemcal-pi1 span.ptitle {
	color: #0F6985;
}