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

body, th, td, span, div, p, input, textarea, select {
	margin:					0;
	padding:				0;
	font-family:			Trebuchet MS, sans-serif;
	font-size:				13px;
	color:					#000;
	text-align:				justify;
	line-height:			18px;
	-webkit-text-size-adjust: none;
}

/* TEXTBEREICH */

a {
	color:					#009;	
}

a:hover {
	color:					#000;
	text-decoration:		none;
}

.externalURL {
	background-image:		url(../images/design/externalURL.png);
	background-position:	right center;
	background-repeat:		no-repeat;
	margin-right:			3px;
	padding-right:			15px;
}

.externalURLHover {
	background-image:		url(../images/design/externalURLHover.png);	
}

ul {
	margin:					0;
	padding:				0 0 0 15px;
}



.justifyleft {
	
}

.justifyleft td {
	text-align:				left;	
}

td {
	vertical-align:			top;	
}

.smallfont {
	font-size:				11px;	
}

.ueberschrift {
	height:					34px;
	padding:				14px 0 0 55px;
	font-size:				15px;
	font-weight:			bold;
	background-repeat:		no-repeat;
}

#monatskalender {
	float:					left;
	margin:					0 20px 0 0;
	font-size:				12px;
}

#tagesuebersicht, #gottesdienstuebersicht {
	margin:					0;
	padding:				0;
	clear:					left;
}

#tagesuebersicht .termin, #gottesdienstuebersicht .termin {
	padding:				10px 0 10px 10px;
	border-bottom:			1px #666 solid;
}

#ausgewaeltesdatum {
	text-align:				center;
	font-size:				15px;
	margin:					0 0 -20px 0;
}

.terminstunden {
	margin:					0 0 -15px 0;
	font-size:				20px;
	float:					left;
}

.terminminuten {
	margin:					-4px 0 -15px 22px;
	font-size:				10px;
}

.termintitel {
	margin-left:			51px;	
}

.termindetails {
	margin-left:			51px;
	font-size:				12px;
	color:					#777;
}

.terminangaben {
	margin-left:			51px;
	font-size:				11px;
	color:					#444;
}

#gottesdienstuebersicht .termindetails, #gottesdienstuebersicht .terminangaben, #gottesdienstuebersicht .termintitel {
	margin-left:			5px;	
}

.delete_img {
	cursor:					pointer;	
}

.terminauflistung td {
	padding:				2px;
	font-size:				11px;
	vertical-align:			top;
}

.colorize .even {
	background-color:		#f6f7fb;
}

.colorize .odd {
	
}

.hilite1 {
	background-color:		#FF3;
}

.hilite2 {
	background-color:		#FC3;
}

.hilite3 {
	background-color:		#F63;
}

.hilite4 {
	background-color:		#6CF;
}

.hilite5 {
	background-color:		#6F9;
}

.accordion ol {
	display:				none;	
}

.hider {
	height:					30px;
	overflow:				hidden;
}

.tooltip {
	max-width:				300px;
	text-align:				left;
}

.tooltip * {
	text-align:				left;
}


/* SPALTEN */

.spaltenueberschrift {
	width:					170px;
	margin:					0 0 10px 0;
	border-bottom:			1px solid #666;
	font-size:				11px;
	font-weight:			bold;
	text-transform:			uppercase;
}


/* RECHTE SPALTE */

#spalterechts {
	color:					#555;
}

#spalterechts #search {
	width:					170px;
	font-size:				10px;
	text-align:				right;
	text-transform:			uppercase;
	cursor:					pointer;
}

#spalterechts ul {
	margin:					0px;
	padding:				0 0 0 10px;
	font-size:				11px;
	line-height:			normal;
	list-style-type:		none;
}


#spalterechts ul li {
	padding:				0 0 5px 0;	
}


/* LINKE SPALTE */

#spaltelinks {
	color:					#555;
}

#spaltelinks ul {
	margin:					0px;
	padding:				0 0 0 10px;
	line-height:			normal;
	list-style-type:		none;
}

#spaltelinks ol {
	margin:					0px;
	padding:				0 0 0 18px;
	line-height:			normal;
	list-style-type:		decimal;	
}

#spaltelinks ul li, #unternavigation2 {
	padding:				0 0 5px 0;
	cursor:					pointer;
}

#spaltelinks ol li {
	padding:				0 0 2px 0;
}

.accordion p {
	cursor:					pointer;
}


/* FOOTER */

#counter {
	font-size:				10px;
	color:					#555;
}