/* Wir in Bornheim - CSS */
/* 
19.11.08/Jk: #TabellenZellenTermine; padding und width newsticker geändert s.d.
21.11.08/Jk. TEST .dat wegen Kalender NUR TESTWEISE ganz unten
24.11.08/HL. Abstände vor und nach P wurden verringert, Bilder mit Link jetzt ohne Rahmen
24,11,08/Jk. Sorry, habe bei p margin-bottom von 0,4 auf 0,6 erhöht, weil... mehr mündlich.
10.12.08/Jk #TabellenzelleTermine border-bottom ergänzt #Zwischenueberschrift mit bg-grün ergänzt
11.12.08/JK td gesondert als 1,0em definiert, damit in Tabellen die gleiche Schrift wie in <p>
12.12.08/Jk Lightbox BottomNavclose.gif 113px statt 66px 13.12 Restore 66px Grafik, da Probs in IE 7,x mit 113px
13.12.08/HL Anpassungen an den Newsticker-Styles wg. neuem XML-Newsticker auf der Startseite
14.12.08/HL Schrift für Wochenspruch vergrößert
19.12.08/HL Stil für H4 eingefügt, damit die Interpretation dieses Tags in IE & FF identisch ist
08.02.09/HL text-decoration:underline von links nur noch bei hover
09.10.14/HL Wochenspruch-Styles ergänzt
*/

html {
    margin: 0;
    padding: 0;
}

/* begin: general element styles */
body {
	margin:0px;
        padding: 0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.75em;	
	text-align:center;
	overflow:-moz-scrollbars-vertical;
        background-color:#ffffff;
}

h1, h2 {
	font-size:1.6em; 
	padding-bottom:0.2em; 
	margin-top:0.25em; 
	border-bottom:1px solid gray; 
	font-weight:normal;
	margin-right:15px;
}

h2 {
	font-size:1.1em; 
	margin-top:0em; 
	margin-bottom:0.5em; 
	font-weight:bold;
	margin-right:0px;
}

h4 {
	font-size:1.2em; 
	margin-top:0em; 
	margin-bottom:0.1em; 
	font-weight:bold;
}


p {
        margin-top:0.3em;
        margin-bottom:0.6em;
}

hr {
	height: 0px;
	border-style: solid;
	border-width: 1px 0 0 0;
}


a:link, 
a:visited,
a:active {
        /*text-decoration:none; */
        /*color:#8c9e01;*/
        color:#657502
}

a:hover {
        color:#8c9e01;
	text-decoration:underline;
}


a img {
        border:0px; 
}

/* end: general element styles */


/* begin: general style classes */
.center {
	width:980px;
	margin:0px auto;
	text-align:left;
}

.float_left {
	float:left;
}
/* end: general style classes */


/* begin: black top global nav styles */
#header_bar {
	background-color:#3e3e3e; 
	color:#bdce39;
	height:28px;
	width:100%;
}

#global_nav {
       float:right;
/*	font-size:0.9em;*/
 	padding-top:0.3em;
	padding-right:0.9em;
}

.pipe {
	color:white;
	padding-left:8px;
	padding-right:8px;
}

.topnav_link:link, 
.topnav_link:visited,
.topnav_link:active, 
.topnav_link:hover {
	color:#bdce39;
	text-decoration:none;
}


#searchform {
       float:right;
       margin-right:12px;
}


#search_button {
	padding-top:5px; 
	padding-left:8px; 
	float:left;
}

#search_inputfield {
        background-image:url(../images/icon_textbox_search.gif);
        background-position:left 1px;
        background-repeat:no-repeat;
        border:1px solid silver;
	margin-top:5px; 
	margin-left:10px; 
	padding-top:2px; 
        padding-left:17px;
	width:142px; 
	height:14px; 
	font-size:0.9em; 
	float:left;
}
/* end: black top global nav styles */


/* begin: horizontal main navigation */
#navigation_bar {
	background-image:url(../images/navi_bkg.gif); 
	background-repeat:repeat-x; 
	height:78px;
}

#wib_logo {
	position:relative; 
	top:16px; 
	left:5px;
	border:none;
}

#nav_claim {
	position:relative;
	bottom:30px;
	padding-left:30px; 
	padding-right:33px;
}

#navigation_elements {
	float: right;
	margin-right: 5px;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    #navigation_elements {
        top:-98px;
    }
}





#navigation_elements a,
#navigation_elements img {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.nav_image {
	border:none;
}
/* end: horizontal main navigation */


/* begin: green bar */
#color_bar {
	background-color:#bdce39;
	height:200px;
}

#banner_image {
	padding-left:58px; 
	width:578px; 
	height:200px;
}

#marginal {
	background-image:url(../images/verlauf_green.gif); 
	background-position:left; 
	background-repeat:repeat-y; 
	width:340px; 
	height:200px;
}

#marginal_box {
	border:1px solid #657502; 
	width:310px;
	height:155px;
        margin-top:20px;
        margin-left:20px;
        padding:15px;
	background-color:white; 
	background-image:url(../images/verlauf_white.gif); 
	background-position:left; 
	background-repeat:repeat-y;
}

#gemeindebrief_box {
	border:1px solid #657502; 
	width:300px;
	height:160px;
        margin-top:20px;
        margin-left:20px;
        padding-left:10px;
	background-color:white; 
	background-image:url(../images/verlauf_white.gif); 
	background-position:left; 
	background-repeat:repeat-y;
}


/* end: green bar */


/* begin: top_border (alternative to green bar on sub pages) */
#top_border {
	background-image:url(../images/top_border.gif); 
	background-repeat:repeat-x; 
	height:10px;
}

#top_border_green {
	background-color:#bdce39;
	height:5px;
}
/* end: top_border (alternative to green bar on sub pages) */


/* begin: content_container */
.breadcrumb_trail {
	font-size:1.1em;
	padding-bottom:1.5em;
}

#content_container {
	width:578px; 
	padding-left:58px;
}

.content {
	padding:1.8em; 
	line-height:1.5em;
}

.content h1 {
        margin-right:25px;
}

.content p {
        margin-right:20px;
}

.content_column {
	line-height:1.5em;
	float:left; 
	width:30%; 
	padding-right:1.2em; 
	padding-top:1.5em; 	
}

.column_image {
	padding-top:0.3em; 
	padding-bottom:0.3em;
}

.subcontent {
	padding-left:3em; 
	padding-right:3em; 
	padding-top:0em;
}

#sub_content_container_doublecolumn {
	width:770px; 
	padding-top:50px;
}

#sub_content_container_col1 {
	width:560px; 
	padding-top:50px;

}

#sub_content_container_col2 {
	float:left;
	padding-top:50px;
}
/* end: content_container */


/* begin: navigation */
#sub_navigation {
	text-align:left;
	padding-left:5px;
	padding-top:50px;
	width:202px; 
	height:200px;
	list-style: none;
}

.nav_top_colorborder {
	width:202px; 
	height:5px;
	background-color:#bacc31;
}

.nav_item {
	width:172px; 
	background-image:url(../images/leftnav_bkg.gif); 
	border-top:1px solid #ffffff; 
	border-bottom:1px solid #eeeeee; 
	line-height:1.4em;	
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding:9px 10px 12px 20px;
	vertical-align:middle;
	color:#666666;
}

.nav_item a {
	text-decoration:none;
	font-size: 12px;
	color:#666666; 
}

.nav_item_active {
	width:172px; 
	background-color:#ffffff;
	border-top:1px solid #ffffff; 
	line-height:1.4em;
	font-weight:bold;
	padding:10px 10px 10px 20px;
	vertical-align:middle;
	color:#bacc31;
	font-size: 12px;
}

.nav_item_active a {
	text-decoration:none;
}

.nav_subitem {
       font-size: 0.95em; 
	width:172px; 
       font-weight: normal;
	margin: -9px 0px 6px 30px; 
	padding: 8px 0px 1px 13px; 
	background-image:url(../images/arrows_grey.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
}

.nav_subitem a {
	color:#666666; 
	text-decoration:none;
       font-size: 0.95em; 
}

.nav_subitem_active {
	width:172px; 
	color:#bacc31; 
       font-size: 0.95em; 
       font-weight: bold; 
	margin: -9px 0px 6px 30px; 
	padding: 8px 0px 1px 13px; 
	background-image:url(../images/arrows_green.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
}

.nav_subitem_active a {
	text-decoration:none;
}

/* end: navigation */


/* begin: newsticker */
#marginal_news {
	background-image:url(../images/news_bkg.jpg);
	background-repeat:no-repeat;
	height:200px;
	padding:20px 0px 20px 20px;
	text-align:left;
	width:310px;
}

#newsticker_headline {
	font-weight:bold; 
	text-transform:uppercase; 
	line-height:0.7em;
	padding-top:10px;
}

#newsticker_headline_hr {
	border-color:#888888; 
	margin-left:0px; 
	text-align:left;
}

.news_block {
	font-size:0.96em;
	line-height:1.5em;
	color:#3e3e3e;
}

.news_devider_hr {
	border-color:#dedede; 
	margin-left:0px; 
}

.news_headline {
	float:left; 
	width:240px;
        font-weight:bold;
}

.news_date {
	float:right; 
	width:70px; 
	height:60px;
        text-align:right;
	color:#777;
}

.news_devider {
	border-color:#c1c5bb; 
	width:310px; 
	margin-left:0px; 
	text-align:left;
	margin-bottom:8px; 
	margin-top:13px; 
	#margin-bottom:0px; 
	#margin-top:0px; 
}

/* end: newsticker */

/* begin: calendar */

.calendar_text {
	text-align:right;
	color:#aaa;
	font-size:0.9em;
}


#calendar_large_table {
        border-collapse: collapse;
        margin:0px;
        padding:0px;
        width:95%;
}


.calendar_large_date {
        font-weight: bold;
        text-align:right; 
        width:20%; 
        vertical-align:top;
        padding-top:5px;
        padding-bottom:15px;
        border-bottom:1px solid silver;     
        border-top:1px solid #eee;   
}

.calendar_large_content {
        border-top:1px solid #eee;  
        width:80%; 
        text-align: left; 

        vertical-align:top;
        padding-left:10px;
        padding-top:5px;
        padding-bottom:15px;
        border-bottom:1px solid silver;        
}

.calendar_headline {
       color: #3F3F3F; 
       color: white;    
       background-color: #A0AC3E;
       padding: 0.3em;
       text-indent: 0.3em;
       font-weight:bold;
       font-size:1.2em;
}

#calendar_copyright_notice {
       font-size:0.9em; 
       text-align:left;
       padding-left: 22%;
}

/* end: calendar */

/* begin: wochenspruch (greenbar-marginal)*/

#Wochenspruch {
       font-family:Arial, sans-serif; 
       color:#3e3e3e; 
       font-weight:normal; 
       font-style:normal; 
       background-color:none; 
       padding:0px;
       line-height: 1.5em;
}
 
#Wochenspruch .Stelle {
       display:block; 
       color:#777; 
       font-size:0.96em; 
       font-weight:normal; 
       font-style:normal; 
       margin-top:10px; 
       text-align:right;
}

/* end:  wochenspruch (greenbar-marginal)*/


/* begin: infobox */
.infobox {
	border: 1px solid silver; 
	border-top:5px solid silver; 
	margin:0px; 
	width:200px;  
	background-color:#eeeeee; 
	line-height:1.5em;
}

.infobox_item {
	padding:5px 10px;
}

.box_devider {
	height:0px; 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #ffffff;
}
/* end: infobox */


/* begin: picture border */
.picture_border {
	border: 1px solid silver; 
	margin:0px; 
	padding:0px; 
	height:142px;
}
/* end: picture border */

/* Lightbox */
	
        td.gallery_image img {
	        border: 1px solid silver; 
                padding: 4px;
        }

        #lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		text-align: center;
		line-height: 0;
	}
	#lightbox a img { border: none; } 

	#outerImageContainer {
		position: relative;
		background-color: #8c9e01;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#imageContainer {
		padding: 10px;
	}
	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#hoverNav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/* z-index: 10; */
		 z-index: 970; 
	}
	#imageContainer>#hoverNav { left: 0;}
	#hoverNav a { outline: none;}
	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(../images/system/galerie/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}

	#prevLink:hover, #prevLink:visited:hover { background: url(../images/system/galerie/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/system/galerie/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
                  background-color: #fff; 
                 	margin: 0 auto;
		line-height: 1.4em;
	}
	#imageData {
		padding:0 10px;
	}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
         	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		/*z-index: 90;*/
		z-index: 980;
		width: 100%;
		height: 500px;
		background-color: #fff;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

       .galleryNav {
               padding-bottom:10px;
  	      font-size:1.1em; 
         }
/* << */
