h1
{
	color:#CC0000;
	font-size:28px;
}

span.ueberschrift
{
	color:#FFFFFF;
	font-size:28px;
	background-color:#cc0000;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
}

.liste
{
	width:100%;
	min-width:660px;
}
.bghell, .bghell td
{
	background:#ECF6FF;
	background-color:#ECF6FF;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}
.bgdunkel, .bgdunkel td
{
	background:#B8CCED;
	/*background-color:#B8CCED;*/
	background-color:#d3e3fd;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
}
.bgueberschrift,.bgueberschrift td
{
	background: #6C8CCD;
	background-color: #6C8CCD;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color: #ECF6FF;
}

input, textarea
{
	background-color:#ECF6FF;
	border:1px solid #6C8CCD;
}

.liste .bghell .bgueberschrift, .liste .bgdunkel .bgueberschrift
{
	background: #6C8CCD;
	background-color: #6C8CCD;
}


.liste a
{
	color:#000000;
	text-decoration:none;
}
.sitemap
{
	list-style-image:url(grfx/punkt.gif);
}
.erfolgreich
{
	color:#006600;
	font-weight:bold;
}
.fehler, .red
{
	color:#B8CCED;
	font-weight:bold;
}
.buttonimage
{
	border:0px;
	cursor: pointer;
}
.button
{
	border:none;
}

/* bildchanger css */
#bildchanger {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 600px; /* important */
	height: 510px; /* important */
}

#bildchanger_frame {position: relative}
#bildchanger_frame img {position: absolute;}
#bildchanger_previous {top: 0; left: 160px;}
#bildchanger_next {top:0px; left: 320px;}

#bildchanger_content {
	position: absolute;
	margin-top: 20px;
	left: 0;
}
/*
.bildchanger_item img {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
}*/
.bildchanger_item td
{
	width:250px;
	height:250px;
	max-height:250px;
	max-width:250px;
	overflow:hidden;
}
#galeriearea
{
	
}



.view_calender_rahmen
{
	border: 1px solid #0099FF;
}
.view_calender_ueberschrift
{
	background-color:#EAF0F4;
}
.calender_unten
{
	background-color:#0099FF;
}
.view_calender
{
	background-color:#ECF6FF;
}
.calender_trenner
{
	background-color:#000099;
}

.calenderliste
{
  width:550px;
  max-width:550px;
}
.calenderbox th
{
	height: 10px;
	font-size: 7pt;
}
.calenderbox .calendar-month
{
	font-weight: bold;
	margin-top: 3px;
	font-size: 12pt;
	text-align: center;
}
.calenderbox .calendar-month a
{
	text-decoration: none;
}
.calenderbox .calendar-prev, .calenderbox .calendar-next
{
	font-weight: normal;
}
.calenderbox th
{
	color: #000000;
	text-align: center;
}
.feiertag
{
	color:#FF0000;
}
.calenderbox td.linked-day
{
	background-color:#EAF0F4;
}
.calenderbox td.weekend
{
	background-color:#f8feff;
	color:#FF0000;
}
.calenderbox td.weekend a
{
	color:#FF0000;
}
.calenderbox td.weekend a span.feiertag
{
	color:#FF0000;
}
