body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; background-color:#FFFFFF; font-family:Verdana; font-size:8pt; color:#000000; line-height:8pt; }

tr.liste { font-family:Verdana; font-size:7pt; color:#FFF; font-weight:bold; background-color:#C6168D; line-height:10pt; }
tr.listelement_selected { font-family:Verdana; font-size:8pt; line-height:10pt; color:#FFF; background-color:#C6168D;}
tr.listelement_notselected { font-family:Verdana; font-size:8pt; line-height:10pt; color:#C6168D; background-color:#F9E8F2;}

td.border_all { border-width:1px; border-style:solid; border-color:#C6168D; padding:0px;}
td.border_all_header { border-width:1px; border-style:solid; border-color:#C6168D; padding:5px;}
td.border_message { border-width:1px; border-style:solid; border-color:#C6168D; padding:5px;}
td.border_error { border-width:1px; border-style:solid; color:#FF0000; border-color:#C6168D; padding:5px;}
td.portletheader { background:#F9E8F2; padding:2px; height:10px; font-size:7pt; color:#C6168D}
td.sidebar { border-width:1px; border-style:solid; border-color:#CCCCCC; padding:5px; background:#EAEBD8; width:150px; }
td.tableheader { border-width:1px; border-style:solid; border-color:#C6168D; padding:5px; background:#F9E8F2; color:#C6168D;}
td.winheader { font-size:10pt; font-weight:bold; background:#FFF;}
td.meldung { font-size:7pt; background:#FFF; color:#FF0000; }

a.nodecor:link { font-family:Verdana; font-size:8pt; color:#666666; font-weight:900; line-height:8pt; text-decoration:none; }
a.nodecor:hover { font-family:Verdana; font-size:8pt; color:#CC0033; font-weight:900; line-height:8pt; text-decoration:none; }
a.nodecor:visited { font-family:Verdana; font-size:8pt; color:#666666; font-weight:900; line-height:8pt; text-decoration:none; }

form { font-family:Verdana;font-size:12pt;color:#C6168D; line-height:12pt; }
select {border: 1px solid #C6168D; font-family:Verdana;font-size:10pt;background-color:#FFF;color:#C6168D; }
input,textarea {border: 1px solid #C6168D; background-color:#FEFEFE;color:#666666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
input.button { font-size:10pt; font-weight:bold; background:#C6168D; color:#FFF; border: 1px solid #F9E8F2; cursor:pointer; }
input.button1 { background: url('/images/input_boxes.gif'); color:#666666; border: 1px solid #666666; cursor:pointer; }
input.button2 { background: url('/images/input_boxes.gif'); color:#666666; border: 1px solid #990066; cursor:pointer; }
input.removebutton { background: url('/images/icon_remove.gif'); background-repeat:no-repeat; border: none; cursor:pointer; }
input.buttonnone { border: none; font-size:7pt; color:#000000; cursor:pointer; text-decoration:underline;}
input:focus {border: 1px solid #C6168D; background-color:#F9E8F2;color:#C6168D; }

.buttonlink { border:none; vertical-align:middle; font-family:Verdana; font-size:8pt; background-color:#C6168D; color:#FFF; font-weight:900; line-height:15pt; cursor:pointer; }

div.matsuche { background:#EEEEEE; position: absolute; left:250px; top:250px; width:auto; height:auto; visibility:hidden; z-index:5; }

#sddm {	margin: 0; 	padding: 0; z-index: 30}
#sddm li { margin: 0; padding: 0; list-style: none; float: left; font: bold 11px arial}
#sddm li a { display: block; margin: 0 1px 0 0; padding: 4px 10px; width: 90px; background: #C6168D; color: #FFF; text-align: center; text-decoration: none} 
#sddm li a:hover { background: #C6168D}
#sddm div {	position: absolute; visibility: hidden; margin: 0; padding: 0; background: #F9E8F2; border: 1px solid #C6168D} 
#sddm div a { position: relative; display: block; margin: 0; padding: 5px 10px; width: auto; white-space: nowrap; text-align: left; text-decoration: none; background: #F9E8F2; color: #C6168D; font: 11px arial}
#sddm div a:hover {	background: #C6168D; color: #FFF}



/* input box in default state */ 
.tcalInput {
	background: url('/images/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('/images/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('/images/prev_year.gif'); }
#tcalPrevMonth { background-image: url('/images/prev_mon.gif'); }
#tcalNextMonth { background-image: url('/images/next_mon.gif'); }
#tcalNextYear { background-image: url('/images/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: #C6168D;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #F9E8F2; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		
