/* ------------------------ generelle Angaben -------------------- */

img { border: 0px; }

div { margin:0; padding:0 }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a
	{
  text-decoration: none;
	font-size: 10.5pt;
	color: #42160a;
	}

/* -------------------- Farbangaben ------------------------ */	

.farbe_hintergrund { background: #724109; }
.farbe_kopfzeile { background: #42160a; }
.farbe_navigation { background: #f1dcc4; }
.farbe_textfeld { background: #ffe9d0; }

.bg 
	{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	}

/* -------------------- Positionsangaben ------------------------ */

.slideshow 
	{
	}

.grundrahmen_slideshow 
	{
	position: relative;
	top: 0;
	left: 0;
	}

.church_logo 
	{
	position: absolute;
	top: -145px;
	left: 0;
	z-index: 0;
	background-image: url(../images/church_logo.png);
	width:700px;
	height:290px;
}
* html .church_logo
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='struktur/images/church_logo.png', sizingMethod='scale');
	background-image: none !important;
}	
.vor_zurueck_button 
	{
	position: absolute;
	top: 111px;
	left: 580px;
	width: 58px;
	height: 29px;
	z-index: 1;
	}

.claim 
	{
	position: absolute;
	top: 78px;
	left: 20px;
	width: 180px;
	height: 35px;
	z-index: 2;
	}

/* ------------------------ Text-Angaben -------------------- */

body,html 
	{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;
	letter-spacing: 0.1pt;
	font-size:10pt;
	}
td
  {
  font-size:10pt;
  }
  
.maillink_kopfzeile
	{
	color: #f18812;
	font-size: 9pt;
	text-align: right;
	padding-top:3px;
	}

.text_kopfzeile
	{
	color: #f18812;
	font-size: 9pt;
	text-align: right;
	padding-right:15px;
	padding-top:3px;
	}

.textcontainer
	{
	font-size: 10.5pt;
	color: #42160a;
	position: relative;
	top: 0;
	left: 0;
	padding: 40px 30px 30px 30px;
	line-height: 25px;
	}

.ueberschrift
	{
	font-size: 18pt;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 28px;
	}

.zwischenueberschrift
	{
	font-weight: 600;
	padding-bottom: 24px;
	font-size:11pt;
}

.absatz
	{
	padding-bottom: 24px;
	}

.text
	{
	padding-bottom: 0px;
	}
.fliesstext
	{
	display:inline;
	padding-bottom: 0px;
	}

.fett
	{
	font-weight: 600;
	}

.fliesstext_fett
	{
	display:inline;
	font-weight: 600;
	}

.linkcontainer
	{
	}
.link_kontaktformular
	{
	}
.link_extern
	{
	}
.karte_tag
{
	margin-top: 18px;
		font-weight:bold;
}
.karte_preis
{
}
.karte_allg
{
	margin-top:20px;
}

/* ------------------------ Navigations-Angaben -------------------- */

.navcontainer
	{
	position: relative;
	top: 0;
	left: 0;
	width:265px;
	}

.navpunkt
	{
	border:0px solid #000000;
	width: 265px;
	height: 60px;
	margin: 0;
	padding: 0;
	}

.navbild
	{
	position: absolute;
	top: 0;
	left: 15px;
	}

.navlinie
	{
	position: absolute;
	top: 58px;
	left: 25px;
	}

.big_nav_link
	{
	position: absolute;
	top: 10px;
	left: 77px;
	font-size: 13pt;
	font-weight: 500;
	color: #42160a;
	cursor:pointer;
}

.small_nav_link
	{
	position: absolute;
	top: 30px;
	left: 77px;
	font-size: 10.5pt;
	color: #42160a;
	cursor:pointer;
}

.nav_aktiv
	{
	background-image: url(../images/nav_aktiv_verlauf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

/* ------------------------ Formularfeld-Angaben -------------------- */

.formularfeld_input,.cform_email,.cform_name,.login_name,.login_password,.newsletter_addr
		{
		font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;
		font-size: 10.5pt;
		color: #42160a;		
		border: 1px solid #42160a;
		background-color: #f1dcc4;		
		height: 20px;
		width: 45px;
		padding: 0px 0px 0px 4px;
		}
.editsimple_textarea,.formularfeld_textarea,.cform_text
		{
		font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;
		font-size: 10.5pt;
		color: #42160a;		
		border: 1px solid #42160a;
		background-color: #f1dcc4;		
		height: 74px;
		width: 365px;
		padding: 0px 0px 0px 4px;
		}		
.formularfeld_textarea { width: 210px; height:56px; }		
.formularfeld_select {
		font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;
		font-size: 10.5pt;
		margin-bottom:5px;
}		
.editsimple_select {
		font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica;
		font-size: 10.5pt;
}		
.cform_text { width: 365px; height: 150px; }
.cform_to { background-color: #f1dcc4;width:195px; border: 1px solid #42160a;}
.login_password,.login_name { width: 78px }
.newsletter_addr { width: 178px }

