html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(/bilder/hg_body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

body, input, select, textarea, blockquote, ul, p, form, fuss, img {
	font-family: trebuchet ms,verdana,sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}


/****************************************************/
/* 			pseudoformate für verweise				*/
/****************************************************/

#inhalt a:link, #inhalt a:visited {
	color: #808080;
	text-decoration: underline;
	display:inline
}
#inhalt a:hover {
	color: #535353;
	background-color: #FAEBDE;
	text-decoration: none;
}

#inhalt h1 a:link, #inhalt h1 a:visited {
	color: #3E3998;
	text-decoration: none;
}

#inhalt h1 a:hover {
	color: #3E3998;
	text-decoration: underline;
}

#brotkruemel a:link, #brotkruemel a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#brotkruemel a:hover {
	text-decoration: underline;
}

#submenue a:link, #submenue a:visited {
	color: #3E3998;
	text-decoration: none;
	padding: 0 0 0 20px;
}
#submenue a:hover {
	text-decoration: underline;
}

.link_extern, #links a {
	padding: 0 0 0 16px;
	background-image: url(/icon/verweis_orange1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#links a:hover {
	padding: 0 0 0 16px;
	background-image: url(/icon/verweis_orange2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


.link_down, #lieder a, #predigten a  {
	padding: 0 0 0 16px;
	background-image: url(/icon/down_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/****************************************************/
/* 					textformatierung  				*/
/****************************************************/

#inhalt h1, #inhalt_popup h1 {
	color: #3E3998;
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
#edit h1 {
	color: #FF0000;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px dotted #FF0000;
	background-color: #FAEBDE;
}
#edit h1 span {
	float: right;
	right: 15px;
	font-weight: normal;
}

h2, caption, .lieder_buchstabe {
	margin: 2.5em 0 0.4em 0;
	padding: 1px 1px 1px 2px;
	font-size: 0.9em;
	background-color: #FFF6EF;
	border-bottom: 1px solid #EEBA90;
}
h1 + h2 {
	margin: 1.0em 0 0.4em 0;
}

h3 {
	color: #000000;
	font-size: 0.9em;
	margin: 0;
}

p {
	line-height: 1.3em;
	text-align: justify;
	margin: 0 0 0.9em 0 !important;
	font-size: 0.9em;
}

fieldset {
	line-height: 1.3em;
	margin: 0 0 0.9em 0;
	font-size: 0.9em;
}

legend {
	font-weight: bold;
}

/* Zitate */
blockquote {	
	background: url(/icon/quote_orange.gif) left top no-repeat;
	padding: 10px 0 0 0;
	font-size: 0.95em;
	font-style: italic;
	text-align: justify;
	margin: 1.5em 0 1.8em 2em;
	text-indent: 35px;
}
blockquote span {
	float: right;
	font-style: normal;
}


.blog h1 {
	margin: 1.3em 0 0.0em 0 !important;
	padding: 1.0em 0 0.0em 0;
	border-top: 1px dotted #EEBA90;
	font-size: 1.10em !important;
}

.blog .datum {
	margin: 0 0 0.7em 0 !important;
	font-size: 0.80em;
	color: #999999;
}

.blog .losung {
	padding: 5px 0 5px 0 !important;
	background-color: #FFF6EF;
}
.zentriert {
	text-align: center;
}



.fehler {
	color: #cc0000;
}

.klein {
	font-size: 0.75em;
}

#inhalt table {
	font-size: 0.9em;
}

.menu_aktiv {
	color: #DA6E14 !important;
}


input, select, textarea {
	background-color: #FAEBDE;
	border: 1px inset #D46000;
	font-size : 0.9em;
}

.input_suche {
	width: 300px;
	border-style: inset;
}

.input_submit {
	width: 120px !important;
	border-style: outset;
}

.sub_aktiv {
	color: #DA6E14 !important;
}

#sub_Impressum {
	background-image: url(/icon/question.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#sub_Sitemap {
	background-image: url(/icon/baum.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#sub_Suche {
	background-image: url(/icon/search.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

form {
	margin: 0.0em 0 1.5em 0;
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #EEBA90;
	margin: 20px 0 17px 0;
	color: #EEBA90;
}


.farbe1 {color: #FF0000}
.farbe2 {color: #FF99CC}
.farbe3 {color: #993366}
.farbe4 {color: #00FF00}


/********** search **********/

.searchword {
	background-color: #ff9900 !important; 
}
.searchword0 {
	background-color: #fff77b;
}

.searchword1 {
	background-color: #a0ffff; 
}
.searchword2 {
	background-color: #9f9; 
}


/****************************************************/
/* 						layout		  				*/
/****************************************************/

#rahmen {
	width: 761px;
	min-height: 100%;
	margin: 0 auto -6px auto;
	text-align: left;
	background-image: url(/bilder/hg_rahmen.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #DA6E14;
}

#kopf {
	width: 761px;
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
	float: left;
}

#submenue {
	position: absolute;
	top: 5px;
	padding: 0 0 0 653px;
}

#brotkruemel {
	position: absolute;
	top: 205px;
	padding: 0 0 0 229px;
	color: #FFFFFF;
	font-size: 12px;
}

#werbung {
	position: relative;
	margin: 0 -140px 0 0px;
	height: 0;
	text-align: right;
}
#werbung img {
	padding: 0px 0 0 0;
	border: 5px solid #ffffff;
}

#hmenue {
	float: left;
	margin: 0 0 1.5em 20px;
	width: 170px;
}

#inhalt {
	float: right;
	margin: 0 22px 0 0;
	padding: 0 0 1.5em 0;
	min-height: 15em;
	width: 510px;
}

#fuss {
	clear: both;	
	margin: 0 auto 0 auto;
	width: 761px;
	height: 6px;
	background-color: #DA6E14;
	border-left: 1px solid #DA6E14;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}

#suche_fuss {
	font-size: 0.9em;
	background-color: #FAEBDE;
	text-align: center;
}

#edit {
	margin-top: 1.5em;
	padding: 0 0 6px 0;
	border: 1px solid #FF0000;
	width: 510px;
	clear: right;
}
#fckeditor {
	padding: 0;
	width: 510px;
}

#bild_float_l {
	margin: 0.2em 15px 10px 0;
	float: left;
}
#bild_float_r {
	margin: 2px 0px 10px 15px;
	float: right;
}

#clear {
	clear: both;
}

img.bilder_rahmen {
	border: 1px solid #EEBA90;
	padding: 3px;
	background: #FAEBDE;
}


a img {
	line-height: 0 !important; 
	font-size: 0 !important;
}

a:hover img.bilder_rahmen {
	border: 1px solid #000000;
	padding: 3px;
	background: #ffffff;
}

#icons {
	margin: 0 0px -2px 0;
	padding: 0 2px 0 0;
}

.audioplayer {
	height: 24px;
	width: 200px;
}


/****************************************************/
/* 						hmenue		  				*/
/****************************************************/

#hmenue ul {
	list-style-type: none;
}

#hmenue a {
	text-decoration: none;
	font-size: 0.9em;
	color: #3E3998;
	display: block;
}
#hmenue a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#hmenue li a {
	padding: 3px 0 3px 0;
	line-height: 1.1em;
}

#hmenue li li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 12px;
	background-image: url(/icon/pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#hmenue li li .menu_aktiv {
	background-image: url(/icon/pfeil_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#hmenue li li li a {
	display: block;
	margin: 0 0 0 26px;
	padding: 1px 0 2px 12px;
	background-image: url(/icon/pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#hmenue li {
	border-bottom: 1px dotted #3E3998;
}

#hmenue li li {
	border-bottom: 1px solid #FEC89B;
}

#hmenue li li li {
	border-bottom: none;
}

/****************************************************/
/* 						listen		  				*/
/****************************************************/

#inhalt ul {
	text-align: justify;
	font-size: 0.9em;
}
#inhalt li {
	margin: 0 0 0.2em 2em;
	line-height: 1.3em;
}

#submenue ul {
	list-style-type: none;
	font-size: 14px;
}

#submenue li {
	line-height: 1.3em;
}


#submenue a:link {
	text-decoration: none;
}

#ul_imText {
	margin: -2.2em 0 0.9em 4.4em;
}

#ul_unterText {
	margin: -0.9em 0 0.9em 0.2em;
}

#links ul, #lieder ul {
	list-style-type: none;
}
#predigten ul {
	list-style-type: decimal;
	margin: 0 0 0 25px;
}

#links li, #lieder li, #predigten li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#predigten li {
	line-height: 1.4em;
	margin-bottom: 0.4em;
}

#lieder .lieder_buchstabe {	
	margin: 1.4em 0 0.1em 0;
	padding-left: 2px;
	text-align: left;
	font-weight: bold;
}
#lieder .lieder_buchstabe a {
	background-image: none;
	padding: 0;
}

/****************************************************/
/* 						tabellen	  				*/
/****************************************************/

#aktuelles, #adressen {
	width: 100%;
	margin: 0 0 0.8em 0;
	border-collapse: collapse;
}
#adressen {
	margin: 0 0 1.4em 0;
}

#aktuelles td, #adressen td {
	padding: 4px 0 4px 0;
	vertical-align: top;
	border-bottom: 1px dotted #EEBA90;
}

#aktuelles caption, #adressen caption {
	margin: 0.4em 0 0.1em 0;
	text-align: left;
	font-weight: bold;
}

#adressen td {
	width: 50%;
}

.datum {
	font-size: 2.0em;
	padding: 0 5px 0 0 !important;
	width: auto;
	white-space: nowrap;
}


#gebuehr {
	margin: 0px 0 2.0em 10px;
	border: 0;
	border-collapse: collapse;
	font-weight: bold;
}
#gebuehr .td_1 {
	width: 315px;
	white-space: nowrap;
}
#gebuehr .td_2 {
	width: 50px;
	text-align: right;
	white-space: nowrap;
}

#kontakt {
	margin: 0px 0 0 0;
	border: 0;
	border-collapse: collapse;
}
#kontakt .td_1 {
	width: 215px;
	font-weight: bold;
}
#kontakt .td_2 {
	white-space: nowrap;
}

#konto {
	width: 100%;
	margin: 5px 0 0.8em 10px;
	border: 0;
	border-collapse: collapse;
}
#konto .td_1 {
	width: 150px;
}


/****************************************************/
/* 						gbook		  				*/
/****************************************************/

#gbuch_eintrag {
	margin: 2.2em 0 0em 0 !important;
	padding: 0;
	width: 510px;
}

#gbuch input {
	width: 250px;
}
#gbuch input:focus, #gbuch textarea:focus {
	background-color: #FFFFFF;
}

#gbuch textarea {
	width: 400px;
	height: 150px;
}

#gbuch_eintrag h2 {
	margin: 0 0 0.2em 0;
	padding: 1px 3px 1px 3px;
	text-align: left;
	color: #3E3998;
	font-size: 1.0em;
	background-color: #FFF6EF;
}
#gbuch_eintrag .icon {
	float: right;
	font-weight: normal;
	font-size: 0.9em;
}
#gbuch_eintrag .datum {
	font-weight: normal;
	font-size: 0.75em;
}
#gbuch_eintrag p {
	margin: 0.3em 0 0 0 !important;
	padding: 0 3px 0.1em 3px;
	line-height: 1.2em;
}


/****************************************************/
/* 						login		  				*/
/****************************************************/

#login_box {
	position: absolute;
	top: 10px;
	left: 250px;
}

#login_box p {
	font-size: 0.9em;
}


/****************************************************/
/* 						test		  				*/
/****************************************************/

#stichworte {
	margin: 2.0em 0 0 0;
	padding: 2px;
	border: 1px dotted #FAEBDE;
	background-color: #EEBA90;
}


#stichworte p {
	text-align: left;
}


#stichworte .klein {
	font-size: 0.75em;
}

#stichworte .gross {
	font-size: 1.0em;
}
#stichworte .gross1 {
	font-size: 1.2em;
}
#stichworte .klein1 {
	font-size: 0.6em;
}


