@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0
	}
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #33446F;
	}	

img {
	border: none;
	}
	
#mitte {
	position: relative;
	width: 1200px; /* max breite */
	margin: auto;
}

td {
	vertical-align: top;
	}

.kontakt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #ccc;
	}

#aktuellenachricht h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FF9933;
	margin-bottom: 15px;
	}

#aktuellenachricht   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}

.aktiveID {
	color: #6E8C75;
	}

.orange {
	color: #FF9933;
    }

#aussen {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	padding: 0px 0px 0px 0px; /*modifiziert am 16.2*/
	z-index:1;
	background-color: #3C543B;
	height: auto;
}
#innen {
	position:relative;
	left:0px;
	top:0px;
	width:1200px;
	padding-top: 300px;
	z-index:1;
	background-color: #A82932;
	height: auto;
}
#logo {
	position:absolute;
	left:989px;
	top:0px;
	width:211px;
	height:424px;
	z-index:2;
}
#bilder {
	position:absolute;
	left:0px;
	top:180px;
	width:427px;
	height:285px;
	z-index:3;
}

#xxlbild {
	position:absolute;
	left:0px;
	top:180px;
	width:966px;
	height:245px;
	z-index:3;
}

#menue {
	position:absolute;
	left:0px;
	top:424px;
	width:1200px;
	height:40px;
	z-index:4;
}
#papier {
	position:absolute;
	left:10px;
	width:700px;
	height:370px;
	z-index:3;
	background-image:url(../pic/papier.png);
	background-position:center;
	background-repeat:no-repeat;
	top: 310px;
}

#veranstaltungen {
	position:absolute;
	left:484px;
	top:200px;
	z-index:7;
	overflow: auto;
}

#veranstaltungeninhalt {
	position: relative;
	width:475px;
	height:183px;
	}

#veranstaltungeninhalt li {
	padding-left: 15px;
	margin-left: 8px;
	background: url(../pic/liste.png) no-repeat left center;
	list-style: none;
}

#textoben {
	position:absolute;
	left:484px;
	top:206px;
	width:455px;
	height:183px;
	z-index:7;
	overflow: auto;
	}

#formbox {
	position:absolute;
	left:484px;
	top:206px;
	width:455px;
	height:215px;
	z-index:7;
	overflow: auto;
	}


#sub1 {
	position:absolute;
	left:484px;
	top:472px;
	width:191px;
	height:145px;
	z-index:8;
}
#sub1 img, #sub2 img {
	margin-bottom: 8px;
}
#sub2 {
	position:absolute;
	left:743px;
	top:474px;
	width:194px;
	height:129px;
	z-index:9;
}
#menuunten {
	position:relative;
	left:0px;
	width:1188px;
	height:22px;
	margin: 10px 0px 0px 12px;
	z-index:10;
}
/* the thumbnails */
#triggers {
	text-align:center;
}
#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

a {
	text-decoration: none;
	color: #FFF;
	}


#menuunten a:hover, #veranstaltungeninhalt a:hover {
	color: #FF9933;
	}

	
#pagination li
{
list-style: none;
float: left;
margin-right: 6px;
padding: 2px;
border:solid 1px #dddddd;
background-color: #6E8C75;
color:#0063DC;
font-size: 10px;
}
#pagination li:hover
{
color:#FF0084;
cursor: pointer;
}	


/*kalender*/

#kalender {

	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 0px auto;
	font-size: 11px;
	width: 193px;
	height: 145px;
}
#kalender td, th {
	width: 21px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	background: url(../pic/cells.png);
	color: #444;
}
#kalender th {
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}
#kalender td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
#kalender td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#kalender td.date_has_event:hover {
	background-position: 162px -81px;
}
#kalender td.padding {
	background: url(../pic/calpad.jpg);
}
#kalender td.today {
	background-position: 81px 0px;
	color: white;
}
#kalender td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	width: 200px;
	height:400px;
	overflow:visible;
	
}
.events li {
	
	padding-bottom: 5px;
	margin-bottom:10px;
	padding: 15px;
	background: #E7ECF2 url(../pic/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	text-align:center;margin-bottom:5px;
	font-weight: bold;
	color: #222;
}
#kalender th a {
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color: #000;
	outline-width:0;
}

.titelkalender {
	text-align: center;
	letter-spacing: 3px;
	width: 100%;
	}

