/************************************************/
/* © 2010 St. Thomasgemeinde, Frankfurt a.M.    */
/* Designed by: Anke Metz - mainwebconcept      */
/************************************************/

/**********/
/* BASICS */
/**********/
body {
	background-color: #FFFFFF;
	background-image: url(images/bg_balken.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.bildlinks {
	border: 0;
	float: left;
	clear: left;
	margin-right: 5px;
	text-align:center;
	font-size: 9px;
	font-weight: normal;
	line-height:normal;
}
.bildrechts {
	border: 0;
	float: right;
	clear: right;
	margin-left: 3px;
	text-align:center;
	font-size: 9px;
	font-weight: normal;
	line-height:normal;
}

/******************/
/* GLOBAL LAYOUT  */
/******************/
#header {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 160px;
}
#content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: auto;
	overflow: auto;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
}
#footer {
	position: relative;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: auto;
	overflow: auto;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-y;
}
/*****************/
/* HEADER INHALT */
/*****************/
#logo {
	margin: 0px;
	width: 160px;
	height: 160px;
	float: left;
	clear: left;
	background-color: #CC0000;
}
#schrift {
	margin-top: 42px;
	margin-left: 40px;
	width: 500px;
	height: 100px;
	float: left;
	clear: none;
}
#ekhn {
	margin-top: 42px;
	width: 51px;
	height: 100px;
	float: right;
}
/******************/
/* CONTENT INHALT */
/******************/
#menu {
	margin-top: 12px;
	margin-left: 3px;
	width: 154px;
	height: auto;
	float: left;
	clear: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#text {
	margin-top: 0px;
	margin-left: 33px;
	width: 600px;
	height: auto;
	float: left;
	clear: none;
	border: 1px solid #EEEEEE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#news {
	margin-top: 0px;
	width: 164px;
	height: auto;
	float: right;
	background-color: #FFFFFF; /*alt: background-color: #DEDEDE */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#frankfurtevangelisch {
	width: 160px;
	height: auto;
	background-color: #FFFFFF; /*alt: background-color: #DEDEDE */
	border: 1px solid #572381;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/*****************/
/* FOOTER INHALT */
/*****************/
#impressum {
	margin-top: 0px;
	margin-left: 200px;
	width: 600px;
	height: auto;
	float: left;
	clear: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/**************/
/* NAVIGATION */
/**************/
.navi {
	line-height: 18px;
	margin-top: 12px;
	font-size: 14px;
	text-indent: 12px;
}
.navi a:link, .navi a:visited {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.navi a:hover, .navi a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
}
.navi_act {
	line-height: 18px;
	margin-top: 12px;
	font-size: 14px;
	text-indent: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
}
.subnavi {
	line-height: 14px;
	margin-top: 0px;
	font-size: 11px;
	text-indent: 24px;
}
.subnavi a:link, .subnavi a:visited {
	color: #CC0000;
	text-decoration: none;
	display: block;
}
.subnavi a:hover, .subnavi a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
}
.subnavi_act {
	line-height: 14px;
	margin-top: 0px;
	font-size: 11px;
	text-indent: 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
}
/**************/
/* ID FORMATE */
/**************/
#text h1 {
	color: #339933;
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 6px;
	display: block;
	border-bottom: 2px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
}
#text h2 {
	color: #CC0000;
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
#text h3 {
	font-weight: bold;
	color: #444444;
	font-size: 12px;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#text p {
	color: #444444;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#text a:link, #text a:visited {
	color: #CC0000;
	text-decoration: none;
}
#text a:hover, #text a:active {
	color: #444444;
	text-decoration: underline;
}
#text ul {
	margin-top: 0px;
	margin-bottom: 3px;
}
#text li {
	color: #444444;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-right: 10px;
}
#text .back_to {
	border: 0;
	float: right;
	clear: right;
	font-size: 9px;
}
#news h1 {
	color: #CC0000; /*alt: color: #333333 */
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 6px;
	display: block;
	background-color: #ebf5e6;  /*alt: background-color: #FFFFFF , später: #EEEEEE*/
	padding-left: 5px;
	padding-right: 5px;
	font-weight:lighter;
}
#news h2 {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:lighter;
}
#news h3 {
	font-weight: bold;
	color: #444444; /*alt: color: #333333 oder grün */
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#news p {
	color: #CC0000; /*alt: color: #333333 */
	font-size: 11px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
#news a:link, #news a:visited {
	color: #CC0000;
	text-decoration: underline;
}
#news a:hover, #news a:active {
	color: #339933; /*alt: color: #333333 */
	text-decoration: underline;
}
#impressum p {
	color: #333333;
	font-size: 9px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}
#impressum a:link, #impressum a:visited {
	color: #CC0000;
	text-decoration: none;
}
#impressum a:hover, #impressum a:active {
	color: #333333;
	text-decoration: underline;
}
#impressum .bildnachweis a:link, #impressum .bildnachweis a:visited {
	color: #333333;
	text-decoration: none;
}
#impressum .bildnachweis a:hover, #impressum .bildnachweis a:active {
	color: #333333;
	text-decoration: underline;
}
/*****************/
/* SONDERFORMATE */
/*****************/
.aufeinWort {
	float: right;
	width: 250px;
	margin-top: 0px;
	background-image: url(images/aufeinwort_oben.jpg);
	background-repeat: no-repeat;
	background-color: #EEE;
}
.aufeinWort h2 {
	color: #CC0000;
	font-size: 14px;
	line-height: 24px;
	margin-top: 13px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.aufeinWort h3 {
	font-weight: bold;
	color: #444444; /*alt: color: #333333 oder grün */
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
}
.aufeinWort p {
	color: #444444;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.baustelle {
	color: #444444;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}
.formular {
	font-size: 11px;
}
.gottesdienst {
	text-decoration: underline;
	color: #444444;
}
.interviewfrage {
	font-style:italic;
}
.interviewantwort {
}
