@IMPORT url("html.css");
@IMPORT url("form.css");
@IMPORT url("navigation.css");
@IMPORT url("carousel.css");
@IMPORT url("ui.core.css");
@IMPORT url("ui.datepicker.css");


/************** layout ***********************/


#bodydiv {
	width: 1000px;
	margin: 0 auto;
}


#header {
	height: 184px;
	background: url("../img/header.jpg") no-repeat center;
}


#content {
	text-align: justify;
	margin-bottom: 5em;
}

#links {
	float: left;
}

#mitte {
	width: 57%;
	margin: 0 auto;
	padding-top: .6em;
	font-size: 90%;
}

#mitte li {
	margin-bottom: .3em;
}

#mitte p {
	line-height: 1.6em;
}

#rechts {
	float: right;
	margin-top: .3em;
}

#links, #rechts {
	width: 202px;
}


#footer {
	clear: both;
	background: #5c82b3;
	bottom: 0;
	position: fixed;
	width: 1000px;
	padding: .5em 0;
	text-align: center;
	color: #fff;
	font-size: 80%;
	border-top: 10px solid #fff;
	z-index: 1000;
}



/************** anfahrtsskizze ***********************/

#map {
	height: 400px;
}





/************** spezielles ***********************/

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.floatL {
	float: left;
	margin: .5em;
	margin-left: 0;
}

.floatR {
	float: right;
	margin: .5em;
	margin-right: 0;
}

.floatN {
	float: none;
}

.rahmen {
	border: 1px solid #bbb;
}

.width100 {
	width: 100%;
}

.bildunterschrift {
	border: 1px solid #ccc;
	border-top: none;
	padding: .3em;
	font-size: 80%;
}

.borderR {
	border-right: 1px solid #bbb;
}

.loading {
	background: transparent url(../img/loading.gif) 50% 50% no-repeat;
}

.schriftKlein {
	font-size: 85%;
}







/************** boxen *****************************/

.box {
	margin: 0 auto;
	margin-bottom: 1em;
	border: 1px solid #A6C9E2;
	text-align: center;
	padding: .4em;
	-moz-border-radius: 5px 5px 5px 5px;
}

.box h3 {
	background: url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
	color: white;
	text-align: center;
	padding: .6em 0;
	-moz-border-radius: 5px 5px 0 0;
}

.box span {
	padding: .5em;
	text-align: left;
	margin-bottom: 0;
	display: block;
}

.box a {
    text-decoration: none;
    /*display: block;*/
}

.box img {
    border: none;
}

.box p {
	text-align: justify;
	padding: 0 .3em;
}




/************** monatskalender *****************************/

.ui-corner-all {
	-moz-border-radius:5px 5px 0 0;
}

.ui-widget-content .ui-state-disabled {
	opacity: 0.8;
}

.ui-datepicker td.veranstaltung_on a {
	color: red;
	background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
}

td.ui-datepicker-today span,
td.ui-datepicker-today .ui-state-highlight,
td.ui-datepicker-today .ui-widget-content .ui-state-highlight {
	border: 1px solid #888 !important;
	/*background: #DFEFFC url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% !important;*/
}




/************** veranstaltungen *****************************/

div.veranstaltung_header {
	border: 1px solid #ccc;
	overflow: auto;
	padding: .5em .8em;
	background: #ddd;
	font-weight: bold;
	text-align: center;
	width: 553px;
}

.veranstaltung_zeile {
	text-align: left;
	padding: .5em 0;
	width: 572px;
	font-weight: normal;
}

.veranstaltung_zeile:hover {
	background: #eee;
	cursor: pointer;
}

.veranstaltung_datum {
	float: left;
}


.veranstaltung_titel {
	margin-left: 100px;
	display: block;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #000;
	background: #d0e5f5;
}

.ui-state-active .ui-icon {
	background: url("images/ui-icons_217bc0_256x240.png") -64px -16px;
}


/************** aktuelles *****************************/

.aktuelles_datum {
	font-size: 85%;
    font-family: verdana;
    font-weight: bold;
    color: #999;
}












