* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

A:link, A:hover, A:visited {
	color: #51452b;
}

body {
	margin: 0px;
	padding: 0px; 
	background-color: #ebf0ff;
	/*background-color: #99CCFF;
	background-image: url(bg.png);
	background-repeat: repeat;*/
}

#page {
	background-color: #ffffff;
	margin: 0 auto;
	/*margin-top: 40px;*/
	border: 1px solid #000000;
	height: auto;
	width: 1000px; 
}


#top_spacer {
	background-color: #9d6736;
	border-bottom: 1px solid #000000;
	height: 15px;
	width: 100%;
}

#header {
	background-color: #9d6736;
	background: url(stylesheet_noPadding_FILES/banner.jpg);
        background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	height: 160px;
}

#header_prayer {
	margin-left: 390px;
	width: 340px;
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation_left {
	float: left;
	width: 130px;
	height: 100%;
}

#nav_headls {
	background-color: #9d6736;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 1px 0px 1px 5px;
	margin-bottom: 2px;
}

#nav_headls a:link, #nav_headls a:hover, #nav_headls a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

#navigation_left ul, #navigation_right ul {
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#navigation_left li, #navigation_right li {
	width: auto;
	list-style-type: none;
	padding: 1px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #d6bd88;
}

#navigation_left li a:link, #navigation_right li a:link, #navigation_left li a:hover, #navigation_right li a:hover, #navigation_left li a:visited, #navigation_right li a:visited {
	color: #3d321b;
	text-decoration: none;
}

#navigation_left li a:hover, #navigation_right li a:hover {
	color: #000000;
	background-color: #e3d5be;
	text-decoration: underline;
}

#navigation_right {
	float: left;
	width: 130px;
	height: 100%;
}


#submenue {
	border-bottom: 1px dotted #d6bd88;
	padding-bottom: 5px;
}

#submenue li {
	width: auto;
	border: none;
	list-style-type: circle;
	list-style-position: outside;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#submenue li a:link, #submenue li a:hover, #submenue li a:visited {
	font-weight: 500;
	color: #51452b;
	text-decoration: none;
}

#submenue li a:hover {
	color: #000000;
	background-color: #e3d5be;
	text-decoration: underline;
}


#mainframe {
	float: left;
	height: auto;
	min-height: 700px;
	width: 738px;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

#mainframe_indexer {
	font-size: 9px;
	font-weight: 400;
	height: 14px;
	border-bottom: 1px dotted #000000;
	background-color: #9d6736;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

#mainframe_indexer a:link, #mainframe_indexer a:hover, #mainframe_indexer a:visited {
	text-decoration: none;
	color: #000000;
}


#content {
	 padding: 0px;
}



#church {
	float: left;
	height: 100%;
	vertical-align: bottom;
}

#footer {
	background-color: #9d6736;
	border-top: 1px dotted #000000;
	clear: both;
	text-align: center; 
	font-size: 9px; 
	color: #000000;
	height: 15px;
	width: 1000px;
}





/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear: both;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	background-color: #ffffff;
	border: none;
}

.news-latest-container H2,.news-latest-gotoarchive {
	background-color: #9d6736;
	color:#000000;
	padding: 0 0 0 10px ;
	margin:0px;
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.news-latest-item h3 {
	background-color:#ffffff;
	color: #3d321b;
	padding: 0px;
	margin: 0px;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

.news-latest-item h3 A, .news-latest-item h3 A:HOVER, .news-latest-item h3 A:VISITED {
	color: #000000;
	text-decoration: none;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:3px;
	margin:3px;
	border:1px dotted #000000;
	background-color: #ffffff;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:none;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size: 11px;
	float: right;
}

.news-latest-morelink {
	margin-right: 5px;
	font-weight: bold;
}

.news-latest-morelink A, .news-latest-morelink A:Hover, .news-latest-morelink A:visited .news-latest-date A, .news-latest-date A:Hover, .news-latest-date A:visited{
	float: right;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: none;
	background-color: transparent;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:1px dotted #000000;
	background-color:#ffffff;

	}

.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #000000;
	background-color: #9d6736;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#000000;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#000000;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:12px;
	margin-left:15px;
	font-weight: bold;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}

.news-single-img {
	float: right;
	margin-left:5px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a, .news-single-backlink a:hover, .news-single-backlink a:visited {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}








/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { margin: 15px; }
/*PRE { font-family: monospace; }
A { color: #000066; text-decoration: underline; }
A:hover { color: #660000; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }*/


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; color: #51452b; }
H2 { font-size: 18px; color: #51452b; }
H3 { font-size: 16px; color: #51452b; }
H4 { font-size: 14px; color: #51452b; }
H1, H2, H3, H4, H5, H6 { margin-top: 10px; margin-bottom: 2px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #51452b; text-decoration: none; }
H2 A { color: #51452b; }
H3 A { color: #51452b; }
H4 A { color: #51452b; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {  font-size: 12px; color: #000000; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 12px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 12px; }
TABLE.contenttable TR { background-color: #EDEBF1; }



/**********/
/* Images */
/**********/
.csc-textpic-image img { order: 1px solid #000000; }

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 12px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 12px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }


label,input,textarea { /* Alle Labels UND Formularelemente auswaehlen */
 display: block;
 float: left;
 width: 140px; /* Breite.*/
 text-align: left;
 margin: auto;
}

label {
 text-align: right; 
 padding-right: 1em; 
 margin: auto;
}

checkbox {
 width: 20px;
 padding-right: 500px;
 }

select {
 margin: 2px 0px;
 }

form br {
 clear: left;
}

input, textarea {
 border: 1px solid #7E3717;
 background: #FFFFFF;
 width: 350px;
  padding-right: 150px;
  margin-top: 3px;
  margin-bottom: 3px;
}

textarea {
 width: 350px;
 height: 200px;
 padding-right: 150px;
}

fieldset {
 border: 0;
}

.mf-submit {
margin-top: 10px;
color: #ffffff;
background-color: #13488c;
font-weight: bold;
border: 0px;
width: 120px;
margin-left: 150px;
padding: 0px 4px;
}
