/******* body styles *******/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCCCC;
	background-image:url(bilder/body_background.gif);
	background-repeat:repeat-x; 
}


p{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 12px;
	margin:0px;
}

.ce {
	margin-bottom:8px;

}

/******* REG-FORMULAR *******/

.tx-srfeuserregister-pi1-text, .tx-srfeuserregister-pi1-password  {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
	border:#FFFFFF solid 1px;
	border-bottom: #666666 solid 1px;
	font-size:12px;

}

dt, dd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 14px Verdana;
 color: #CC0000;
 margin: 0px;
 padding: 5px 0px 5px 0px;
}

h2{
 font: bold 12px Verdana;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12px Verdana;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 12px Verdana;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 80% Verdana;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	display: block;
	padding: 0px;
	top: 160px;
	background-color: #ffffff;
	height: auto;
	width: 900px ! important;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -3px;
	margin-left: auto;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
	font-size: 12px;
}

#content_left{
	padding: 5px 5px 5px 5px;
	margin: 50px 0px 0px 0px;
	font-size: 10pt;
	text-align: center;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 19px;
	right: 0px;
	color: #919999;
	left: 68%;
	width: 242px;
}

#utility a{
	color: #FFFFFF;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2 a{
	font: bold 13pt Arial, sans-serif;
	color: #CC0000;
	margin:0px;
	padding: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url(templates/bilder/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:    url(templates/bilder/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 1px 0px 0px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	font-size: 13px;
}

#breadCrumb a{
	color: #AAAAAA;
	font-size: 13px;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
	font-size: 13px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px;
	margin: 0px;
}

.story a.capsule{
	font: bold 1em Arial, sans-serif;
	color: #CC0000;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}


td.storyLeft{

}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	font-size: 13px;
}


/************ sectionLinks styles **************/

#sectionLinks, #sectionLinksAct{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}


#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:    url(templates/bilder/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CC0000;
}

#sectionLinksAct a:link, #sectionLinksAct a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px dotted #cccccc;
	background-image:    url(templates/bilder/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CC0000;
}

#sectionLinks a:hover, #sectionLinksAct a:hover{
	border-top: 1px solid #F0F0F0;
	background-color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

/************ subSectionLinks styles **************/

#subSectionLinks{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-indent: 1em;
	font-size: 13px;
}

#subSectionLinksAct{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-indent: 1em;
	font-size: 13px;
}

#subSectionLinks h3, #subSectionLinksAct h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#subSectionLinks a:link, #subSectionLinks a:visited, #subSectionLinks ul, #subSectionLinks li {
	color: #CC0000;
}

#subSectionLinks a:hover{
	border-top: 0px solid #cccccc;
	text-decoration: none;
	color: #CC0000;
}

#subSectionLinksAct a:link, #subSectionLinksAct a:visited {
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	background-image:    url(templates/bilder/bg_nav.jpg);
	color: #CC0000;
	font-weight: bold;
}

#subSectionLinksAct a:hover{
	border-top: 0px solid #cccccc;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

/************ subSubSectionLinks styles **************/

#subSubSectionLinks {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-indent: 2em;
	font-size: 13px;
}

#subSubSectionLinksAct{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-indent: 2em;
	font-size: 13px;
}

#subSubSectionLinks h3, #subSubSectionLinksAct h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#subSubSectionLinks a:link, #subSubSectionLinks a:visited, #subSubSectionLinks ul, #subSubSectionLinks li {
	border-top: 0px solid #ffffff;
	color: #CC0000;
}

#subSubSectionLinks a:hover{
	border-top: 0px solid #cccccc;
	text-decoration: none;
	color: #CC0000;
}

#subSubSectionLinksAct a:link, #subSubSectionLinksAct a:visited {
	border-top: 0px solid #ffffff;
	background-image:    url(templates/bilder/bg_nav.jpg);
	color: #CC0000;
	font-weight: bold;
}

#subSubSectionLinksAct a:hover{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}



/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/












.Title {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #CC0000;
}

.BoxBorder {
	/*background-color: #636363;*/
	/*border: #636363 dashed 1px;*/
}

.BoxHeader {
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
	border-bottom: #CC0000 solid 2px;
}

.BoxHeader2 {
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
	height: 20px;
	border-bottom:#CCCCCC 1px dashed;
}


.BoxBackground {
    background-color: #FFFFFF;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BoxTitle {
    display: block;
	background-color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;	
}

.TextOutside {
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.FormError {
    font-size: 11px;
    font-weight: bold;
    font-color: #CC0000;
    text-decoration: none;
}





/****************************************************************






plugin.tx_cal_controller {
	_CSS_DEFAULT_STYLE (
		/* Styled by TYPO3 Content Rendering Group - ben@netcreators.com 2007 */
		/* START new classes and  id's */
	
		#month-header {
			width: 100%;
			margin-bottom: 7px;
			}

		#month-header-prevnext {
			float: left;
			}

		#month-header-icons {
			float: right;
			text-align: right;
			}
			
		#month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
			border: 0px solid;
			}

		#month-footer {
			width: 100%;
			margin-bottom: 7px;
			}
			
		#month-footer-header {
			text-align: center;
			}

		table.month-small {
			border: 1px solid #A1A5A9;
			border-collapse: collapse;
			}

		.month-small th,
		.month-small td {
			padding: 0;
			width: 22px;
			font-size: 10px;
			}
			
		.month-large {
			border: 1px solid #A1A5A9;	
			border-collapse: collapse;
			}

		.month-large th,
		.month-large td {
			border: 1px solid #A1A5A9;
			}

		.month-large .weekday {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			background-color: #D7D7D7;
			color:#CC0000;
			height: 12px;
			}

		.month-large .weeknum {
			background-color:#D7D7D7;
			color:#CC0000;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			width: 22px;
			}

		.month-large .day {
			height: 100px;
			width: 100px;
			vertical-align: top;
			text-align: left;
			}

		.month-large .day div {
			text-align: right;
			padding-right: 3px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px
			}

		/*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
		.bodytext {
			color:#000000;
		}		
		
		#calendar-nav {

			}

		#calendar-nav td {
			vertical-align: top;
			}

		#calendar-nav td#previous {
			width: 175px;
			}

		#calendar-nav td#list {
			width: 188px;
			}

		#calendar-nav td#legend {
			width: 188px;
			}

		#calendar-nav td#next {
			width: 175px;
			}

		#link-ics,
		#link-admin {
			width: 100%;
			text-align: center;
			}

		/* END new classes and  id's */
		
		.calborder {
			background-color: #fff;
			border: 1px solid #A1A5A9;
			}
		
		.tbll {
			background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
			width: 8px
			}
		
		.tblbot {
			background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
			width: 100%
			}
		
		.tblr {
			background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
			width: 8px
			}
		
		.rowOn {
			background-color: #cfc;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOn2 {
			background-color: #cfc;
			border-top: 1px solid #fff;
			}
		
		.rowOff {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOff2 {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			}
		
		.rowToday {
			background-color: #cff;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.tx-cal-controller .padd {
			/*XXXpadding: 2px;*/
			}
			
		#cal_headline_event {
			color: #CC0000; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-weight:bold;
			font-size: 12px;
		}
		
		.eventbg_1 {
			background-color: #557CA3;
			padding: 2px;
			}
		
		.eventbg_2 {
			background-color: #53A062;
			padding: 2px;
			}
		
		.eventbg_3 {
			background-color: #E84F25;
			padding: 2px;
			}
		
		.eventbg_4 {
			background-color: #B257A2;
			padding: 2px;
			}
		
		.eventbg_5 {
			background-color: #D42020;
			padding: 2px;
			}
		
		.eventbg_6 {
			background-color: #B88F0B;
			padding: 2px;
			}
		
		.eventbg_7 {
			background-color: #73738C;
			padding: 2px;
			}
		
		#day a {
			font-size: 9px;
			color: #fff;
			font-weight: 900;
			text-decoration: none;
			}
		
		#allday a:hover {
			text-decoration: underline;
			}
		
		.eventbg2_1 {
			background-color: #6699CC;
			border: 1px solid #557CA3;
			}
		
		.eventbg2_2 {
			background-color: #4FC464;
			border: 1px solid #53A062;
			}
		
		.eventbg2_3 {
			background-color: #FF6D3B;
			border: 1px solid #E84F25;
			}
		
		.eventbg2_4 {
			background-color: #EA62D4;
			border: 1px solid #B257A2;
			}
		
		.eventbg2_5 {
			background-color: #FF5E56;
			border: 1px solid #D42020;
			}
		
		.eventbg2_6 {
			background-color: #CCB21F;
			border: 1px solid #B88F0B;
			}
		
		.eventbg2_7 {
			background-color: #9292A1;
			border: 1px solid #73738C;
			}
		
		.dayborder {
			background-color: #fff;
			border-top: 1px solid #A1A5A9;
			}
		
		.dayborder2 {
			background-color: #fff;
			border-top: 1px dashed #ccc;
			}
		
		.tx-cal-controller .title {
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			padding: 5px;
			}
		
		.tx-cal-controller .title h1 {
			font-family: Helvetica,sans-serif;
			font-size: 18px;
			color: #000;
			margin: 0;
			}
		
		.monthback {
			background-color: #A1A5A9;
			}
		
		.monthsmallbasic {
			text-align: left;
			vertical-align: top;
			}
		
		.monthmediumbasic {
			height: 20px;
			width: 20px;
			text-align: left;
			vertical-align: top;
			}
		
		.monthoff {
			background-color: #F2F2F2 ! important;
			}
		
		.monthtoday {
			background-color: #FFFF99 !important;
			}
			
		.monthWeekend {
			background-color: #FFFFEF;
			}
			
		.monthselected {
			border: solid 2px #CC0000 !important;
			}
		
		.montheventtop {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			border-top: 1px solid #A1A5A9;
			}
		
		.montheventline {
			border-right: 1px dotted #A1A5A9;
			}
		
		.medtitle {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			height: 20px;
			margin-top: 3px;
			font-weight: 900;
			}
		
		.yearreg {
			background-color: #fff;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearoff {
			background-color: #F2F2F2;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearon {
			background-color: #F2F9FF;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearmonth {
			background-color: #ccc;
			}
		
		.yearweek {
			background-color: #eee;
			width: 30px;
			font-size: 9px;
			font-weight: 900;
			text-align: center;
			height: 15px;
			}
		
		.eventborder {
			background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);
			border: 1px #006699 solid;
			}
		
		.dateback {
			background-color: #eee;
			}
		
		.weekborder {
			border-top: 1px dashed #A1A5A9;
			border-right: 1px solid #A1A5A9;
			}
		
		.weekborder2 {
			border-right: 1px solid #A1A5A9;
			}
		
		.timeborder {
			border-right: 2px solid #A1A5A9;
			border-top: 1px dashed #A1A5A9;
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
		
		.timeborder2 {
			border-right: 2px solid #A1A5A9;
			border-top: 1px solid #A1A5A9;
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
		
		.tx-cal-controller .navback {
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
			
		.tx-cal-controller .navback img{
			border:none;
			}
		
		.tx-cal-controller .sideback {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			}
		
		a.psf {
			text-decoration: none;
			}
		
		a.psf:link {
			color: #0066FF;
			}
		
		a.psf:visited {
			color: #0066FF;
			}
		
		a.psf:active {
			color: #3366CC;
			}
		
		a.psf:hover {
			color: #000099;
			text-decoration: underline;
			}
		
		a.ps2 {
			text-decoration: underline;
			}
		
		a.ps2:link {
			color: #0066FF;
			}
		
		a.ps2:visited {
			color: #0066FF;
			}
		
		a.ps2:active {
			color: #3366CC;
			}
		
		a.ps2:hover {
			color: #000099;
			}
		
		a.ps3 {
			text-decoration: none;
			}
		
		a.ps3:link {
			color: #000;
			}
		
		a.ps3:visited {
			color: #000;
			}
		
		a.ps3:active {
			color: #000;
			}
		
		a.ps3:hover {
			color: #000;
			text-decoration: underline;
			}
		
		a.ps {
			text-decoration: none;
			}
		
		a.ps:link {
			color: #fff;
			}
		
		a.ps:visited {
			color: #fff;
			}
		
		a.ps:active {
			color: #fff;
			}
		
		a.ps:hover {
			color: #fff;
			text-decoration: underline;
			}
		.legend_calendar {
			font-size: 9px;
			color: #000000;
			margin-top: 1em;
			margin-left: 1em;
		}
		
		.V9 {
			text-align:left ! important;
			font-size: 9px;
			color: #000000;
			width: 20px;
			}
		
		.V9 ul {
			margin-bottom: 0px;
			padding-bottom: 0px;
			margin-left: 20px;
			padding-left: 0px;
			}
		.V9 li {
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
		
		.V10W {
			font-size: 10px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V9W {
			font-size: 9px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V10WB {
			font-size: 10px;
			color: #FFFFFF;
			font-weight: 900;
			}
		
		.V9G {
			font-size: 9px;
			color: #666666;
			}
		
		.V10 {
			font-size: 10px;
			color: #000000;
			}
		
		.V9BOLD {
			font-size: 9px;
			font-weight: 900;
			}
		
		.G10 {
			font-size: 11px;
			color: #0066FF;
			}
		
		.G10B {
			font-size: 11px;
			color: #000000;
			}
		
		.G10BOLD {
			font-size: 11px;
			font-weight: 900;
			}
		
		.G10G {
			font-size: 11px;
			color: #A1A5A9;
			}
		
		.V12 {
			font-size: 12px;
			color: #000000;
			}
		
		.tx-cal-controller .eventfont {
			font-size: 11px;
			color: #FFFFFF;
			}
		
		.tx-cal-controller .query_style {
			font-size: 11px;
			width: 156px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .search_style {
			font-size: 12px;
			width: 134px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .login_style {
			font-size: 11px;
			width: 80px;
			margin-bottom: 0;
				}
			
		.tx-cal-controller .bold a:link {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:active {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:visited {
			font-weight: bold;
			}

		/* Pagebrowser */
		.tx-cal-controller .pagebrowser span {
			padding: 0 2px;
			}

		/*------------ Category style package: allgemein - start ------------*/
		
		.allgemein-h {
			background-color: #557CA3;
			}
		
		.allgemein-h_bullet {
			color: #557CA3;
			margin-left: 3px;
			}
		
		.allgemein-h_text {
			color: #000000;
			font-size: 11px;
			font-weight: bold;
			margin-left: 3px;
			}
		
		.allgemein-h_legend_bullet {
			margin-left: 3px;
			}
		
		.allgemein-h_legend_text {
			}
		
		.allgemein-h_allday {
			text-align: center;
			}
		
		.allgemein-b {
			background-color: #6699CC;
			border: 1px solid #557CA3;
			color: #fff;
			font-size:11px;
			}
		
		.allgemein-b a: link {
			color: #CC0000;
			}
		
		/*------------ Category style package: allgemein - end ------------*/
		
		.tx-cal-controller .bold {
			/*font-weight: bold;*/
			}
		
		.refresh_calendar {
			margin-right: 5px;
			}
		
		/*  Start of moving stuff from the templat into this file */
		
		.tx-cal-controller .weekview {
			margin: 0 auto;
			
			}
		
		.tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
			width: 16px;
			height: 20px;
			border: 0px;
			text-align: left;
			}
		
		.previsousweek_arrow {
			text-align: right;
			}
		
		/*------------- free & busy styles ----------*/
		.fnb_header {
			background-color: #444444;
			}
		
		.fnb_body {
			background-color: #888888;
			border: 1px solid #999999;
			color: #fff;
			}

		/*------------- list styles ------------*/
		.tx-cal-controller .even {
			background-color: #eeeeee;
		}
		
		
		.tx-cal-controller .treelevel0 {
		}
		
		.tx-cal-controller .treelevel1 {
			margin-left:20px;
		}
		
		.tx-cal-controller .treelevel2 {
			margin-left:30px;
		}
	
		.tx-cal-controller label {
			display:block;
			float:left;
			margin:2px 0pt;
			padding-right:1em;
			text-align:right;
			horizontal-align:top;
			width:120px;
		}
		.tx-cal-controller fieldset div {
			clear:left;
		}
		.tx-cal-controller .noborder {
			border: none;
		}
		
		.tx-cal-controller .search-result {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		.tx-cal-controller .search-result li {
			padding-bottom: 1em;
		}
		
		.tx-cal-controller .search_result li .even {
			background-color: #EEEEEE;
		}
	)
}

#tickerdiv {
	font-size:12px;
}


legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #CC0000;
border: 1px solid #000000;
}







.left, .zentriert, .Spalte1,.Spalte2, .Spalte3, .Spalte4, .Spalte5, .Spalte6, .Spalte7 , .Spalte8 , .Spalte9   {
border-bottom:#CCCCCC 1px solid;
font-size: 11px;
}




/* -------------------------- NEWS ------------------------------------------*/
.timeheader, .subheader {
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.news-single-author {
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px 0px 0px ! important;
}


/* Ergebnisdienst */
div.edDKmark {
border:medium none;
display:block;
float:left;
height:14px;
margin:0;
overflow:hidden;
position:relative;
width:35px;
}

div.edDKmark img {
	position:absolute;
}

