/************************************/
/* Styles für die Struktur der Site */
/************************************/
/* verwendete Farben				*/
/* allgemeiner HG			#f5f5f5 */
/* Hintergrund Footer: 		#2B454E	*/
/* Border Sec-Nav:			#a8a395 */
/* Sec-Nav Liste:			#68838C */
/* Sec-Nav Links:			#F6F5EF */
/* Sec-Nav Hover:			#5a8695 */
/************************************/
@media screen, projection {
body {
	color: #3e3c2f;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin: 0px 0px;
	padding: 0;
}
#wrap, #subpage-wrap {
	background: #f5f5f5 url("../img/body_bg_lightred.jpg") repeat-x;
	margin: 0 auto;
}
#subpage-wrap {
	background: #f5f5f5 url("../img/body_bg_sub_lightred.png") repeat-x;
}
#header {
	background: #385A66;
	/*border-bottom: 3px solid #a8a395;*/
	color: #F6F5EF;
	margin: 0 auto;
}
#teaser, #subpage-teaser {
	background: url("../img/teaser_bg_puzzle_lightred.jpg") no-repeat top left;
	height: 549px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#subpage-teaser {
	height: 245px;
}
#main-body {
	background: #f5f5f5;
	margin: 0 auto;
	width: 960px;
}
#sec-nav {
	clear: both;
	color: #68838C;
	background: #2B454E url("../img/puzzle-banner.gif") no-repeat left top;
	border-top: 6px solid #a8a395;
	min-height: 200px;
	width: 100%;
}
/************************************/
/*          common styles           */
/************************************/
a {
	color: #68838C;
	text-decoration: none;
}
a img {
	background: none;
	text-decoration: none;
}
a.pdf {
	background: transparent url("../img/file_acrobat.gif") left center no-repeat;
	padding-left: 20px;
}
a:hover {
	text-decoration: underline;
}
a[href^="http:"] {
	background: transparent url("../img/mini-blogroll.gif") left center no-repeat;
	padding-left: 12px;
}

a[href^="http://feg-luedenscheid.de"], a[href^="http://trustinn.de"] {
	background: none;
	padding-left: 0px;
}
a.image {
	background: none;
}
em {
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 30px;
}
hr {
	border: solid #A8A395 1px;
	height:1px;
	margin: 0 25px 0 15px;
	text-align: center;
}
img {
	border: none;
}
.item-odd {
	background-color: #dbd8c9;
}
table {
	border-collapse: collapse;
    margin: 10px 0px 0px 0px;
    width: 100%;
}
td, th {
	padding: 5px 10px 5px 10px;
}
td.datetime {
	color: #2c6679;
	font-weight: bold;
}
th.weekday {
	text-align: left;
}
th.info {
	text-align: center;
}
ul.gallery-desc li {
	margin-bottom: 80px;
}
ul.links li {
	margin-bottom: 10px;
}
ul.predigten li {
	margin-bottom: 15px;
}
#pics_duenenhof {
	margin-bottom: 85px;
}
#pics_kidzhaus {
	margin-bottom: 105px;
}
#pics_feelgood {
	margin-bottom: 0px;
}
/* Kidshausschriftzug vorläufig!! TODO */
.blue1 {
	color: #0080FF;
}

.orange {
	color: #FF8040;
}

.grey {
	color: #008080;
}

.black {
	color: #400040;
}

.pink {
	color: #FF0080;
}

.green {
	color: #00FF80;
}

.yellow {
	color: #FFFF00;
}

.blue2 {
	color: #8080FF;
}

.blue3 {
	color: #0000FF;
}

.pink2 {
	color: #FF8080;
}
#leitsaetze {
	float: left;
	margin: 15px 20px 20px 0;
}
.list-heading {
	margin-bottom: 15px;
}
/************************************/
/*           Header                 */
/************************************/
#header-inner {
	margin: 0 auto;
	min-height: 50px;
	/* _height:50px;  keine Ahnung wofür, oder für welchen Browser das ist */
	padding-top: 0px;
	width: 960px;
}

/* -------- Hauptnavigation --------*/
#main-nav ul {
	float: left;
	list-style:none;
	margin:12px 0px 0px -18px;
	padding:0;
}
#main-nav li {
	float: right;
	margin: 0 1px;
	padding: 0 0 0 15px;
}
#main-nav a {
	display: block;
	float: left;
	text-indent: -10000em; /* offset the text to the left (invisible but hearable for screenreaders or lesser browsers */
}
#main-nav li:hover a {
	background-position: 0px -29px;
}
#main-nav .current a {
	background-position: 0px -29px;
}
/* Schrift: Sketch 24px */
#menu .home {
	width: 80px;
	height: 29px;
	background: url(../img/menu_home.png) no-repeat;
}
#menu .gruppen {
	background: url(../img/menu_gruppen.png) no-repeat;
	height: 29px;
	width: 115px;
}
#menu .about {
	background: url(../img/menu_ueber.png) no-repeat;
	height: 29px;
	width: 115px;
}
#menu .kontakt {
	background: url(../img/menu_kontakt.png) no-repeat;
	height: 29px;
	width: 115px;
}
/* ------ End Hauptnavigation ------*/

/* ------ Meta Navigation --------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
/* the clearfix rules make it possible to clear floated elements without additional
structural markup. See http://www.positioniseverything.net/easyclearing.html */

p#menuall-link {
	float: right;
   	margin: 20px 25px 0 2px;
}

p#menuall-link a {
	background: url(../img/arrow_down.png) no-repeat;
	color: #F6F5EF;
	display: block;
	padding-left: 25px;
	text-decoration: none;
}

p#menuall-link a.down{
	background: url(../img/arrow_up.png) no-repeat;
}
#menu-all {
	clear: both;
	display: none;
	float: right;
	width: 960px;
}
#menu-all ul {
	color: #68838c;
	display: block;
	float: right;
	list-style:none;
	margin: 25px 0 0 10px;
	padding: 0 0 25px 0px;
}
#menu-all li {
	color: #F6F5EF;
	font-size: 110%;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: right;
}
#menu-all .no-padding {
	padding: 0;
}
#menu-all li a {
	background-color: #385A66;
	color: #F6F5EF;
	font-size: 90%;
	font-weight: normal;
}
#menu-all li:hover a {
	color: #5a8695;
	text-decoration: underline;
}
/* ----- End Meta Navigation ------ */

/* ------------ Search ------------ */
#search-box {
	float: right;
	height: 20px;
	margin-top: 1px;
	margin-left: 5px;
}
#search-box input {
	background: #EAEAEC;
	border: #ee7600 solid 1px; /* 497685, 598FA1, 456F7D */
	color: #2B454E;
	font-size: 90%;
	height: 14px;
	margin-top: 20px;
}
#search-icon {
	float: right;
	margin: 23px 0 0 5px;
}
/* ---------- End Search ----------- */

/************************************/
/*           Teaser                 */
/************************************/
#teaser-content {
	float: left;
	margin: 25px 0px;
	padding: 0;
	text-align: left;
	width: 50%;
}
#logo {
	float: left;
	margin: 0 0 0 -18px;
}
#noscript {
	color: #cc0000;
	float: right;
	font-weight: bold;
}
#losungen {
	float: left;
	margin: 90px 95px 0 0;
}
#losungen h3 {
	color: #fff8dc;
	text-align: left;
}
#losungen p{
	color: #fffaf0;
	text-align: left;
}
#teaser-content-2 {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 50%;
}
#teaser-content-2 img {
	margin-top: 20px;
}
.slideshow {
	height: 323px;
	margin: 0px 0 0 0;
	width: 483px;
}
.slideshow img {
	background-color: #fff;
	border: 6px solid #fff;
}

/************************************/
/*           Main-body              */
/************************************/
#main-body a {
	color: #ee7600;
	text-decoration: none;
}
#main-body a:hover {
	background-color: #ee7600;
	color: #f5f5f5;
}
#main-body a.noborder {
	border: none;
	background-color: #f5f5f5;
	text-decoration: none;
}
/************************************/
/*             sidebar              */
/************************************/
#sidebar {
	background: #f5f5f5 url("../img/bg_news.png") no-repeat top center;
	float: left;
	margin-top: 60px;
	width: 240px;
}
#sidebar a.imglink {
	border: none;
	margin-bottom: 25px;
	text-decoration: none;
}
#sidebar a.zoom {
	border: none;
	text-decoration: none;
}
#sidebar a.zoom:hover {
	border: none;
	text-decoration: none;
}
#sidebar .sidebar-bg {
	margin: 0;
	padding: 0;
	width: 240px;
}
img.news{
	background: transparent url("../img/header-news.png") no-repeat top left;
	margin-left: 42px;
	padding: 0px 0px 0px 60px;
}
.news-item {
	margin: 10px 15px;
}
.news-item h4 {
	margin: 0;
	padding: 0;
}
.news-item p {
	margin: 0;
	padding: 0;
}
/* Keine Kennzeichnung für img-Links */
#sidebar a.rsslink {
	border: none;
	background-color: #f5f5f5;
	padding-left: 70px;
	text-decoration: none;
}

/************************************/
/*             content              */
/************************************/
#content {
	background: #f5f5f5;
	float: left;
	line-height: 1.2em; /* Was kann man da wie mit einstellen/beeinflussen? */
	margin-top: 60px;
	width: 480px;
}
#content a.noborder {
	border: none;
	text-decoration: none;
}
img.calendar{
	background: transparent url("../img/header-kalender.png") no-repeat top left;
	margin-left: 120px;
    margin-bottom: 15px;
	padding: 0px 0px 0px 60px;
}
.calendar-item, .calendar-item-odd {
	height: 40px;
	margin: 0 15px;
	padding: 0 12px 0 0;
	width: 430px;
}
.calendar-item-odd {
	background-color: #dbd8c9;
}
.calendar-item h4, .calendar-item-odd h4 {
	color: #68838C;
	padding: 2px 0 3px 0;
}
.calendar-item h4 a, .calendar-item-odd h4 a {
	color: #68838C;
}
.calendar-item p, .calendar-item-odd p {
	font-size: 115%;
	margin: 0px 0px 0px 35px;
}
.calendar-item b, .calendar-item-odd b {
	margin: 0px 10px 0px 0px;
}
.calendar-item img, .calendar-item-odd img {
	float: left;
	margin: 2px 12px 0 9px;
}
.date {
	float: left;
	height: 45px;
	margin: 2px 0px 0px 20px;
	padding-right: 35px;
	position: relative;
	width: 45px;
}
.month, .day {
	color: #68838C;
	margin: 0;
	padding: 0;
	position: absolute;
}
.month {
	font-size: 110%;
	left: 0;
	top: 21px;
}
.day {
	font-size: 150%;
	font-weight: bold;
	left: 0;
	top: 1px;
}
.year2010 { /* Schrift Trebuchet 18px; Bildgröße 13 x 35 */
	background: url("../img/date_year_2010.png") no-repeat;
	height: 35px;
	left: 29px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 15px;
}
.year2011 { /* Schrift Trebuchet 18px; Bildgröße 13 x 35 */
	background: url("../img/date_year_2011.png") no-repeat;
	height: 35px;
	left: 29px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 15px;
}
.year2012 { /* Schrift Trebuchet 18px; Bildgröße 13 x 35 */
	background: url("../img/date_year_2012.png") no-repeat;
	height: 35px;
	left: 29px;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 15px;
}
/* Vorstellung der GL */
dl.feature {
	margin: 45px 0;
	padding: 15px 0 45px 0;
	border-bottom:  1px dotted #68838C;
}
dl.feature:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	font-weight: bold;
}
dl.feature dt img {
	float: left;
	margin: 0 45px 0 0;
	padding: 0 4px 4px 0;
}
dl.feature dd {
	margin-left: 265px;
}

/************************************/
/*            sidebar-2             */
/************************************/
#sidebar-2 {
	background: #f5f5f5 url("../img/bg_sermon.png") no-repeat top center;
	float: left;
	margin-top: 60px;
	width: 240px;
}
#sidebar-2 .sidebar-bg {
	margin: 0;
	padding: 0;
	width: 240px;
}
img.sermon{
	background: transparent url("../img/header-predigt.png") no-repeat top left;
	margin-left: 10px;
	padding: 0px 0px 0px 58px;
}
.sermon-item {
	margin: 10px 15px;
}
/* Keine Kennzeichnung für img-Links */
#sidebar-2 a.rsslink {
	border: none;
	background-color: #f5f5f5;
	padding-left: 70px;
	text-decoration: none;
}
/****************************************/
/*     Secondary Navigation + Footer    */
/****************************************/
/* ------- Secondary Navigation ------- */
#inner-sec-nav {
	background: transparent;
	margin:0 auto;
	width: 960px;
}
#inner-sec-nav img {
	float: left;
	margin-right: 25px;
}
#inner-sec-nav ul {
	color: #68838C;
	display: block;
	float: left;
	list-style:none;
	margin: 0 0 25px 10px;
	padding: 0 0 25px 0px;
}
#inner-sec-nav li {
	color: #f5f5f5;
	font-size: 110%;
	font-weight: bold;
	padding: 0 15px 0 0;
}
#inner-sec-nav li a {
	color: #F6F5EF;
	font-size: 90%;
	font-weight: normal;
}
#inner-sec-nav li:hover a {
	color: #5a8695;
	text-decoration: underline;
}
/* --- End Secondary Navigation --- */

/* ------------ Footer ----------- */
#footer {
	clear: both;
	color: #5a8695;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
}
#footer a {
	color: #5a8695;
	text-decoration: none;
}
#footer a:hover {
	color: #DCDCDC;
	text-decoration: underline;
}
#footer b {
	color: #F6F5EF;
}
/* ---------- End Footer ---------- */

/************************************/
/*             Sub-Pages            */
/************************************/
#subpage-teaser-content {
	float: left;
	margin: 25px 0px;
	padding: 0;
	text-align: left;
	width: 70%;
}
#subpage-teaser-content-2 {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 30%;
}
#banner {
	border: 1px solid #fff;
	float: right;
	margin: 30px 0 0 0;

}
#predigtliste {
	margin-left: 175px;
}
#subpage-sidebar a.rsslink {
	border: none;
	text-decoration: none;
}
/* -------- Breadcrumbs  ------- */
#breadcrumb {
	margin: 190px 0 0 185px;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#crumbs {
	height: 1.2em;
}
#crumbs li {
	color: #fff;
	float: left;
	line-height: 1.2em;
	padding-left: .75em;
}
#crumbs li a {
	background:url(../img/breadcrumb_fish.png) no-repeat right center;
	display:block;
	padding:0 25px 0 0;
}
#crumbs li a:link, #crumbs li a:visited {
	color: #CAC8B9;
	text-decoration:none;
}
#crumbs li a:hover, #crumbs li a:focus {
	color: #F2E304;
}
/* ------- End Breadcrumbs  ----- */

#subpage-sidebar {
	float: left;
	margin-top: 30px;
	width: 320px;
}
#subpage-sidebar a.pdf {
	background: transparent url("../img/file_acrobat.gif") left center no-repeat;
	padding-left: 20px;
}
/* Keine Kennzeichnung für img-Links */
#subpage-sidebar a.imglink {
	border: none;
	background-color: #f5f5f5;
	text-decoration: none;
}
#subpage-sidebar a.zoom {
	border: none;
	background-color: #f5f5f5;
	text-decoration: none;
}
#subpage-sidebar a.zoom:hover {
	border: none;
	background-color: #f5f5f5;
	text-decoration: none;
}
#subpage-sidebar ul.images li {
	margin-bottom: 75px;
}
#subpage-sidebar ul.kontakt-foto {
	padding-bottom: 30px;
}
#subpage-sidebar ul.kontakt-foto li {
	padding-bottom: 35px;
	padding-top: 40px;
}
#subpage-content {
	float: left;
	margin-top: 30px;
	width: 640px;
}
/* Keine Kennzeichnung für img-Links */
#subpage-content a.zoom, #subpage-content a.noborder {
	border: none;
	background-color: #f5f5f5;
	text-decoration: none;
}
#subpage-content a.zoom:hover {
	border: none;
	text-decoration: none;
}
#subpage-content h1 {
	text-align: center;
}
#subpage-content ul.kontakt-adresse {
	margin-left: 55px;
	padding-bottom: 30px;
}
#subpage-content ul.kontakt-adresse li {
	padding-bottom: 75px;
	padding-top: 95px;
}
#subpage-content ul.kontakt-adresse li div {
	margin: 0;
	padding: 0;
}
/* Fortschritt Baukonto */
div.progress-container {
  border: 1px solid #ccc;
  margin: 2px 5px 2px 0;
  float: left;
  background: red;
  width: 200px;
}
div.progress-container > div {
  color: white;
  background: green;
  width: 41%;
  height: 15px;
  padding: 0;
}

/************************************/
/*          overall styles          */
/************************************/
#content div, #sidebar div, #sidebar-2 div {
	padding: 20px 20px 20px 0;
}
#sec-nav div {
	padding: 20px 0 0 18px;
}
#subpage-content div, #subpage-sidebar div {
	/*padding: 20px 20px 20px 0;*/
}
#subpage-sidebar div {
	margin-right: 25px;
}
/* -------- Suchergebnisse ------- */
em {
	font-style: normal;
	font-weight: bold;
}
#output a {
	font-weight: bold;
}
.searchword, .searchword0, .searchword1, .searchword2, .searchword3, .searchword4, .searchword5, .searchword6 {
	color: #222;
}
.searchword0 {background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {background-color: #faf; border: 1px dotted #faf;}
.searchword6 {background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}

#searchfooter {
font-size: .8em;
margin-top: 1em;
}
} /* End of media screen, projection */

/************************************/
/*          print styles            */
/************************************/
@media print {
* {
	background: #fff; color: #000;
}
html {
	font: 100%/1.5 georgia, serif;
}
#main-nav, #header, #teaser, #sec-nav { /* welche auch immer keinen Sinn beim Drucken machen */
	display: none;
}
} /* End of media print */

