td {
	font-family:lucida sans;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:3px;
	vertical-align:top;
}
body {
	font-family:lucida sans;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:3px;
	background: url(/veranstalter/bg.gif);
}

#header {
	background: url(img/fghead.jpg);
	margin:5px;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 840px;
	height: 80px;
	padding:0px;
}

#content {
	background: #ffffff;
	margin:5px;
	position: absolute;
	top: 170px;
	left: 0px;
	width: 834px;
	padding:3px;
}

.err_success {
	background-color:#009900;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:16px;
}

.err_failed {
	background-color:#990000;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:16px;
}

.accordion {
	width: 820px;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:16px;

}

.part_head {
	width: 820px;
	background-color:#efefef;
	color:#000000;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:16px;
}

.part_head_yellow {
	background-color:#ffcc00;
	color:#000000;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:20px;
}

.part_head_black {
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
	align:center;
	font-family:Garamond;
	font-size:16px;
}

a.black {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
	padding:3px;
}

a.black:hover {
	color:#000000;
	background-color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

input,select,textarea {
	border:1px #000000 dotted;
	background: #efefef;
	padding:3px;	
	font-family:lucida sans;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	height:22px;
}

input:hover,select:hover,textarea:hover {
	border:1px #000000 solid;
	background: #eeeeee;
}

input.failed,select.failed,textarea.failed {
	border:1px #ff4223 dotted;
	background: #efefef;
	padding:3px;	
	font-family:lucida sans;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	height:22px;
}

input.failed:hover,select.failed:hover,textarea.failed:hover {
	border:1px #ff4223 solid;
	background: #efefef;
	padding:3px;	
	font-family:lucida sans;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	height:22px;
}

a {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	padding:3px;
}

a:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	background-color:#000000;
	padding:3px;
}

a.red {
	color:#ff4223;
	font-weight:bold;
	text-decoration:underline;
	padding:3px;
}

a.red:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#ff4223;
	padding:3px;
}

a.white {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
	padding:3px;
}

a.white:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background-color:#ffffff;
	padding:3px;
}


/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
div.demo-holder {
	float: left; 
	margin: 1em;
	font-size: 80%;
}

.changed {
	background-color:#009900;
	color:#ffffff;
}

.changed:hover {
	background-color:#004400;
	color:#ffffff;
}

.tooltip {
	color: #fff;
	width: 400px;
	z-index: 13000;
	background-color:#000000
}

.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;

}

.tooltip p {
	font-size: 11px;
	padding: 4px 8px 8px;

}
