﻿/* Alle Elemente ohne Außen- oder Innenabstand */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/* Globale Formatierung für die Standardschrift */
body {
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 99.9%;
	color: #000;
	background-color: #efefef;
	height: 100%;
}

/* #box == "Rahmen" um die gesamte Webseite. Zentriert die Anzeige */
#box {
	width: 980px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #fff;
}

/* #mainnavi == Hauptnavigation mit der ersten Menüebene */
#mainnavi {
	width: 100%;
	height: 120px;
	background: url('header_std.jpg') top left no-repeat #fff;
	position: relative;
	margin: 0;
}
#mainnavi ul {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
#mainnavi li {
	float: left;
	width: 140px;
	height: 30px;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
}
#mainnavi a {
	display: block;
	width: 130px;
	margin-left: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	height: 25px;
	padding-top: 5px;
	background-color: #2E63A8;
}
#mainnavi a.aktiv {
	font-weight: bold;
	background-color: #183A8D;
}
.lo-hell {
	position: absolute;
	top: 0;
	left: 0;
	background: url(lo-hell.gif) top left no-repeat;
	width: 5px;
	height: 100%;
}
.ro-hell {
	position: absolute;
	top: 0;
	right: 0;
	background: url(ro-hell.gif) top right no-repeat;
	width: 5px;
	height: 100%;
}
.lo-dunkel {
	position: absolute;
	top: 0;
	left: 0;
	background: url(lo-dunkel.gif) top left no-repeat;
	width: 5px;
	height: 100%;
}
.ro-dunkel {
	position: absolute;
	top: 0;
	right: 0;
	background: url(ro-dunkel.gif) top right no-repeat;
	width: 5px;
	height: 100%;
}

/* #subnavi == Unternavigation mit der zweiten Menüebene */
#subnavi {
	width: 100%;
	background-color: #0531AE;
	background-color: #183A8D;
	text-align: right;
	height: 30px;
}
#subnavi ul {
	list-style: none;
}
#subnavi li {
	float: right;
	width: 140px;
	height: 30px;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 0;
}
#subnavi a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	margin: 0 auto;
	height: 25px;
	padding-top: 5px;
}
#subnavi a.aktiv {
}

/* #main == Enthält #content und #pinnavi */
#main {
	width: 100%;
	padding-bottom: 80px;
}

/* #content == Bereich zur Anzeige der Artikel aus dem CMS */
#content {
	width: 760px;
	padding-left: 50px;
	min-height: 250px;
	padding-bottom: 50px;
	padding-top: 80px;
	float : left ;
	z-index: 20;	
}


#rborder {
	width: 150px;
	float: right;
	padding-top: 150px;
	z-index: 30 ;
}


/* #footer == Untere Leiste mit dem Text "Baptistengemeinde im Bund ..." */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	height: 86px;
	width: 100%;
	background: url(kreuz_dueren-nord.gif) bottom right no-repeat #fff;
}

#footer .text {
	margin: 60px 0 0 20px;
        font-size: 0.8em;
        color: #777;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.spacer {
	width:100%;
	height:8px;
	background-color: #fff;
}

