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

/* Mitarbeiter */
div.mitarbeiter{
		overflow:hidden;
		border-width: 0px;
		border-style: solid;
		border-color: #cccccc;
		margin-bottom:15px;
		margin-right: 5px;
		text-align:center;
		width: 180px;
		height: 250px;
		float: left;

}

div.mitarbeiter div.foto{
		width: 150px;
		height: 160px;
		border: 0px solid red;
		margin: 0px auto;
		text-align: center;

}
div.mitarbeiter div.foto div.platzhalter{
		width: 133px;
		height: 150px;
		border: 2px solid #cccccc;
		margin: 0px auto;
		
}
div.mitarbeiter div.text{
	border: 0px solid #cccccc;
	text-align: center;
}
div.mitarbeiter div.text h3{
	font-size:13px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}
div.mitarbeiter div.text p{
	font-size:13px;
	text-align: center;
	}
/* Linkliste */
table.linkliste{
	width: 100%;	
	margin: 0px;
}
	
table.linkliste td {
	padding-bottom: 5px;
	margin: 0px;
}
	
table.linkliste td.link {
	width: 35%;
}

table.linkliste tr {
	vertical-align:top;
}
/* Dateiliste */
table.filelist {
	width: 100%;	
}
	
table.filelist td {
	padding-bottom: 5px;
}

table.filelist td.icon {
	width: 23px;
}
table.filelist td.icon {
	padding-top:1px;
}
table.filelist td.link {
	width: 80%;
}

table.filelist td.date {
	width: 80px;
	text-align: right;
}

table.filelist tr {
	vertical-align:top;
}

table.filelist span.filesize {
	font-size: 9px;
	margin-left: 5px; 
}

/* Fotogalerie */
.fotogallery {
    overflow: hidden;
    background-color: #ededed;
    width: auto;
    margin: 0;
    padding: 10px;
    float: left;
    clear: both;

}
.fotogallery.text {
    overflow: hidden;
    background-color: #DBE1F9;
    width: auto;
    margin: 5px 0;
    padding: 0 0 10px 0;
    float: none;
    clear: both;
}

.fotogallery .foto {
    float: left;
    padding: 4px 4px 4px 4px;
}
.fotogallery.text .foto {
    float: left;
    padding: 10px 5px 0 10px;
    width:150px;
}

.fotogallery a {
    display: block;
    padding: 3px;
}

.fotogallery a:hover {
    background-color: #D1D9F8;
    background-color: red;
}

.fotogallery img {
    display: block;   
}

.ehrenamtliche {
    float: right;
    background: none;
    padding: 0;
    width: 50%;
    clear: none;
    position: relative;
    margin-top: 13px;
    height: 600px;
}

.ehrenamtliche .foto {
    float: none;
    position: absolute;
    background-color: white;
    width: 250px;
    padding: 0;
    margin: 0;
}
.ehrenamtliche .foto a {
    padding: 0;
    margin: 0;
}

.ehrenamtliche .foto a:hover {
    margin: 0;
    padding: 0;
    background: none;
}

.ehrenamtliche .foto .text {
    padding-top: 10px;
    font-size: 11px;
    line-height: 125%;
}

table.jahresprogramm {
	width: 100%;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	border-left: 1px solid black;
	
	border-spacing: 0px;
}
table.jahresprogramm th, table.jahresprogramm td {
	border-bottom: 1px solid black;
}

table.jahresprogramm th {
	text-align: left;
}

table.jahresprogramm tr {

}

.jahresprogramm .colDatum,
.jahresprogramm .colAnlass,
.jahresprogramm .colOrt,
.jahresprogramm .colZeit,
.jahresprogramm .colBemerkung {
	padding: 2px;
}

.jahresprogramm .colDatum {
	width: 70px;
}

.jahresprogramm .colZeit {
	width: 70px;
}
.paginationControl {
    margin-bottom: 10px;
    overflow: hidden;
    float: right;
}

.paginationControl a,
.paginationControl .page {
    font-size: 10px;
    display: block;
    background-color: #D7E8F2;
    color: #336699;
    float: left;
    padding: 2px 4px;
    margin-left: 3px;
    text-decoration: none;
    /*font-weight: bold;*/
}
.paginationControl .page {
    background-color: #E6F0F7;
}

.paginationControl a:hover,
.paginationControl .page.current {
    background-color: #CAE0ED;
}

.paginationControl .page.current {
    font-weight: bold;
}

.paginationControl .count {
    text-align: right;
    font-size: 10px;
    color: #336699;
}
