#dyn {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#dyn .message ul li{
	font-weight: bold;
	color: #CC0000;
	list-style-image: url(../bilder/elemente/warnung.jpg);
}

#buchung-head {
	font-size:12px;
}

#buchung-head th {
	font-weight:bold;
	padding:2px;
	text-align: left;
	border: 0;
}

#buchung-head td {
	vertical-align:top;
}

#buchung-head th.active {
	color:#cc0000;
}

#buchung-head td.active {
}

#buchung-head th.enabled {
}

#buchung-head td.enabled {
}

#buchung-head th.disabled {
	color:#666666;
}

#buchung-head td.disabled {
	color:#666666;
}

#buchung-head th a {
	text-decoration:none;
}
#buchung-head td a {
	text-decoration:none;
	font-weight:normal;
	}

#dyn form dl {
	margin-left:30px;
}
#dyn form dt {
	font-weight: bold;
}

/* fuer das buchungsformular */

#dyn .buchung-form .row {
	margin-bottom:20px;
}
#dyn .buchung-form .label {
	margin:0 0 10px 0;
	font-weight: bold;
}
#dyn .buchung-form .element {
	margin:10px 0 10px 10px;
}
#dyn .buchung-form .optional {}
#dyn .buchung-form .required {}

div.button {
	height:23px;
	margin-right: 10px;
	background:url(/bilder/button/bg_button_right.gif) right no-repeat;
	width:auto;
	float:left;
	cursor:pointer !important;
}
div.button input,div.button a {
	background:url(/bilder/button/bg_button_left.gif) left  no-repeat; 
	color:#2D2C3E; 
	font-weight:bold; 
	border:none; 
	overflow:visible; 
	margin:0px; 
	font-size:11px; 
	font-family:Verdana, Arial, 
	Helvetica, sans-serif; 
	cursor:pointer !important;
}
div.button input {
	display:inline; 
	height:23px; 
	padding:0px 4px 2px 4px; 
}
div.button a {
	text-decoration: none;
	font-size:11px;
	display: inline;
	height:23px; 
	padding:0px 4px 2px 4px; 
}
.buchung-form ul.errors li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	list-style-image: url(../bilder/elemente/warnung.jpg);
}

#teilnehmerliste {
	width: 100%;
	border-collapse: collapse;
}

#teilnehmerliste td,th {
	font-size: 12px;
	color: #39415B;
	border: 1px;
	border-bottom: 2px;
	border-color: #39415B;
	border-style: solid;
	padding: 5px;
	text-align: left;
}

#teilnehmerliste th {
	font-weight: bold;
	border: 1px;
	border-color: #39415B;
	border-style: solid;
	border-bottom: 4px;
}

#teilnehmerliste a {
	text-decoration: none;
}

#buchungen-index dt {
	padding:5px;
	margin-top: 10px;
	border-top: 1px solid black;
}

#buchungen-index .inaktiv {
	background-color:#dddddd;
}

#dyn .storno {
	color:#9F0F0F;
	font-weight: bold; 
	font-family: monospace;
}

#dyn h3 { 
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
}