/* Stylesheet Reset */

* {
        margin:         0;
        padding:        0;
        /* Tabellen */
        border-collapse:collapse;
        border-spacing: 0;
}
html, body {
        color: #333;
        line-height:1.45;
		height:100%;
		width:100%;
    	text-align:left;
}

body {
        /* Nur hier, sonst gibt es
         * eventuell Vererbungsprobleme.
         */
/*        font-size: 100.01%; */
     	height:100%;
		background-color: #FFFFFF;
		text-align:left;
		font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px;		
		margin:0;
		/* funktioniert nur im IE */
		scrollbar-3dlight-color: white;
		scrollbar-arrow-color: #62AFE5;
		scrollbar-darkshadow-color: white;
		scrollbar-face-color: white;
		scrollbar-highlight-color: silver;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-track-color: #f4f4f4;
}
/* Stylesheet Reset  ENDE*/

/* Standard Tags */
a	 {
	color : #333;	
	text-decoration : none;
}

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

a:hover.ansprechpartner, .ansprechpartneract, a:hover.ansprechpartneract{
	background-color : #CA9D97;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

a:hover.bezirke, .bezirkeact, a:hover.bezirkeact{
	background-color : #E49335;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

a:hover.diakonie, .diakonieact, a:hover.diakonieact {
	background-color : #0193E6;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}
/*
a:hover.erwachsenenbildung, .erwachsenenbildungnact, a:hover.erwachsenenbildungact{
	background-color : #A7A0C1;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}
*/
a:hover.veranstaltungen, .veranstaltungenact, a:hover.veranstaltungenact {
	background-color : #A7A0C1;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

a:hover.friedhof, .friedhofact, a:hover.friedhofact{
	background-color : #CAB897;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

a:hover.hauptkirche, .hauptkircheact,  a:hover.hauptkircheact{
	background-color : #A0C1A6;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

a:hover.jugendarbeit, .jugendarbeitact, a:hover.jugendarbeitact{
	background-color : #FFBD30;
	color : #FFFFFF;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active {
	border-bottom : none;
	color : #62AFE5;
	font-family : Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 1.2em;
	font-weight : bold;
/*	margin-bottom:1.2em;	*/
	margin-bottom:5px;	
	text-align : left;
	text-decoration : none;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h2 a:active {
	border-bottom : none;
	color : #62AFE5;
	font-family : Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 1.2em;
	font-weight : bold;
/*	margin-bottom:1.2em;	*/
	text-align : left;
	text-decoration : none;
}

h3,
h3 a,
h3 a:hover,
h3 a:visited,
h3a:active {
	border-bottom : none;
	color : #333;
	font-family : Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 1.2em;
	font-weight : bold;
/*	margin-bottom:1.2em;	*/
	text-align : left;
	text-decoration : none;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited,
h4 a:active {
	border-bottom : none;
	color : #B7A0C1;
	font-family : Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 1.2em;
	font-weight : bold;
/*	margin-bottom:1.2em;	*/
	text-align : left;
	text-decoration : none;
}

img {
	border : none;
}

input {
	font-size:11px;
	height:18px;
	margin-bottom:2px;
	}
	
select 	{
	font-size:11px;
	height:18px;
	margin-bottom:2px;
	width:60px;
}

li {
/*	font-size: 1.1em; */
	list-style-image : url(images/bullet.gif);
	list-style-position : outside;
	margin-left : 20px;
}

 table {
	color : #333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
/*	line-height : 120%; */
	margin : 0.0em;
	padding-bottom : 1em;
	padding-top : 0px;
	text-align : left;
}

/*
p, table {
	color : #333;
	font-family : Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em; 
	line-height : 120%;
	margin : 0.0em;
	padding-bottom : 1em;
	padding-top : 0px;
	text-align : left;
}
*/
p a {
	color : #B7A0C1;	
	text-decoration:none;
}
p a:hover {
	color : #B7A0C1;	
	text-decoration:underline;
}

td, td p {
	color : #333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	line-height : 120%;
	margin : 0.0em;
	padding-top : 0px;
	text-align : left;
}

 p {
	color : #333;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	line-height : 120%;
/*	margin : 0.0em; */
	margin-bottom:5px;
	padding-top : 0px;
	padding-bottom:5px;
	text-align : left;
}


ul {
	padding-bottom : 5px;
	padding-top : 5px;
/*	font-size: 1.1em; */
}

ul a	 {
	color : #B7A0C1;
/*	font-size: 1.1em; */
	text-decoration : none;
}

ul a:hover {
	color : #B7A0C1;
/*	font-size: 1.1em; */
	text-decoration : underline;
}

/* Standard Tags ENDE */

/* Classes '*/
.beige-header{
	color : #EAE6CB;
}

.blue-header{
	color : #0193E6;
}

.bodytext {
	color : #333;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size : 1.1em; */
}

.bodytext a	 {
	color : #B7A0C1;
/*	font-size : 1.1em; */
	text-decoration : none;
}

.bodytext a:hover {
	color : #B7A0C1;
/*	font-size : 1.1em; */
	text-decoration : underline;
}

.clear {
	clear : both;
}

.darkorange-header{
	color : #E49335;
}

.even{
	background-color : #FFFFFF;
	border-top : 1px dotted #333;
}

.green-header{
	color : #A0C1A6;
}

.hr{
	background-image : URL(images/hr.gif);
	background-repeat : repeat-x;
}

.veranstaltungen,
.jugendarbeit,
.erwachsenenbildung,
.hauptkirche,
.friedhof,
.diakonie,
.bezirke,
.ansprechpartner {
	background-color : transparent;
	color : #AEAEAE;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	height : 16px;
	padding-left : 5px;
}

.lilac-header{
	color : #B29FB7;
}

.menu {
	background-color : #F5F5F5;
	border-bottom : 1px solid #E6E7E8;
	border-left : 1px solid #E6E7E8;
	border-right : 1px solid #E6E7E8;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 1.1em; */
	font-size: 11px;
	font-weight : normal;
	height : 100%;
	line-height : 15px;
	text-decoration : none;
	width : 138px;
}

.menu a {
	display : block;
	width : 100%;
}

.menuout {
	background-color : #F5F5F5;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	height : 16px;
	padding-left : 5px;
	text-decoration : none;
}

.menuover {
	background-color : #FFFFFF;
	display : block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	height : 16px;
	padding-left : 5px;
	text-decoration : none;
}

.name,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
h3a:active {
	border-bottom : none;
	color : #333;
	font-family : Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
}

.navhover {
	background-color : #FFFFFF;
	color : #FFFFFF;
}

.navnormal {
	background-color : #F4F4F4;
	color : #333;
}

.odd{
	background-color : #F4F4F4;
	border-top : 1px dotted #333;
}

.orange-header{
	color : #FFBD30;
}

.red-header{
	color : #CA9D97;
}

.tiny, .tiny a, tiny a:hover, .csc-textpic-caption {
	color : #AEAEAE;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.tx_bzdstaffdirectory_teamlist_person_name {
   color : #333;
   	font-size : 1.1em;
}
tx_bzdstaffdirectory_teamlist_detailLink {
	margin-top:5px;
	margin-bottom:5px;
}


.tx-damdownloads-pi1-list {
	width : 470px;
}

.tx-wecstaffdirectory-spacer {
	height : 10px;
}

.umbra-header{
	color : #CAB897;
}

	/* Tabellen */
.tr-even {
	background-color : #F4F4F4;
}

.tr-odd {
	background-color : #FFFFFF;
}
	/* Tabellen */
/* Classes '*/

#aligndiv {
	background-color : transparent;
	height : 630px;
	left : 50%;
	margin-left : -390px;
	margin-top : 10px;
	position : absolute;
	text-align : left;
	width : 780px;
}

#bezirke {
	background-image : url(images/bezirke.jpg);
	float : left;
	height : 425px;
	width : 150px;
}

#centerdiv {
	margin : auto;
	text-align : center;
}

#claim {
	height : 15px;
	left : 10px;
	position : absolute;
	top : 415px;
	width : 760px;
}

#content {
	clear : both;
	height : 395px;
	margin-left : 5px;
	overflow : auto;
	width : 470px;
}

#dropdown {
	background-image : url(images/kirche-direkt.gif);
	background-repeat : no-repeat;
	float : right;
	height : 22px;
	width : 140px;
}

#dropdownmenu{
	display : block;
	height : 20px;
	line-height : 20px;
	margin-left : 10px;
	width : 130px;
}

#footer {
	height : 15px;
	position : absolute;
	right : 10px;
	top : 415px;
	width : 100px;
}

#friedhof {
	background-image : url(images/friedhof.jpg);
	float : left;
	height : 425px;
	width : 150px;
}

#index-01 {
	background-image : url(images/index_01.gif);
	background-position:right bottom;
	background-repeat : no-repeat;
	float : left;
	height : 95px;
	width : 150px;
}

#index-02 {
	background-image : url(images/index_02.jpg);
	float : left;
	height : 95px;
	width : 150px;
}

#index-03 {
	background-image : url(images/index_03.gif);
	background-position:left bottom;
	background-repeat : no-repeat;
	float : left;
	height : 95px;
	width : 480px;
}

#index-04 {
	background-image : url(images/index_04.jpg);
	float : left;
	height : 110px;
	width : 150px;
}

#index-05 {
	background-image : url(images/index_05.jpg);
	background-repeat : no-repeat;
	float : left;
	height : 110px;
	width : 150px;
}

#index-06 {
	background-image : url(images/index_06.jpg);
	float : left;
	height : 110px;
	width : 480px;
}

#index-07 {
	background-image : url(images/index_07.gif);
	background-position:right top;
	background-repeat : no-repeat;
	float : left;
	height : 425px;
	width : 150px;
}

#index-08 {
	background-image : url(images/ansprechpartner.jpg);
	float : left;
	height : 425px;
	width : 150px;
}

#index-09 {
	background-image : url(images/index_09.gif);
	background-position:left top;
	background-repeat : no-repeat;
	float : left;
	height : 425px;
	width : 480px;
}

#jugendarbeit {
	background-image : url(images/jugendarbeit.jpg);
	float : left;
	height : 425px;
	width : 150px;
}


#navi {
	clear : both;
	/* height : 300px; */
	margin-top : 27px;
	width : 150px;
}

#siegel{
	margin-top:20px;
	background-image : url(images/siegel.jpg);
	background-repeat : no-repeat;
	clear : both;
	height : 100px;
}



#streifen {
	background-color : #808080;
	float : right;
	height : 5px;
	width : 410px;
}

#topnavi {
	float : right;
	height : 10px;
	margin-top : 78px;
	width : auto;
}

#topnavileft {
	float : left;
	height : 10px;
	margin-top : 78px;
	width : 145px;
}

#topnavisub {
	height : 10px;
	left : 0px;
	position : relative;
	top : 0px;
	width : 140px;
}

/* Formular */

#name, #vorname, #titel, #telefon, #email {
	width : 300px;
}

#hausnummer, #plz {
	width : 60px;
}

#strasse, #ort {
	width : 230px;
}

/* Formular ENDE*/