@charset "utf-8";
/*
 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 */

body {
	margin-top: 50px;
	padding: 0;
	background: #787878;
	font-family: Verdana, Tahoma, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 1.3em;
	margin: 3px 0 -3px 0;
}

ul.dash {
	border-bottom: 1px #BBBBBB dashed;
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:link, a:visited, a:active {
	color: #8C0209;
}

a:hover, a:focus {
	border-bottom: none;
	color: #FF0011;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 150px;
	background: url(images/img02.jpg) repeat-x left top;
	background-color: white;
}

/* Header */
#logo {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	/*   padding: 0 10px 0 200px; */
	background: url(images/header.jpg) no-repeat left top;
	background-repeat: no-repeat;
}

#logo .schriftzug {
	padding-left: 210px;
}

#logo h1 {
	float: left;
	margin: 0px;
	color: #000;
	padding: 28px 0 0 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 3.2em;
}

#logo p {
	float: left;
	margin: 0px;
	color: #8C0209;
	letter-spacing: 1px;
	font-size: 10px;
	color: #110E0F;
}

#logo .sontheim {
	color: #8C0209;
}

#logo .brenz {
	font-size: 14px;
	letter-spacing: 0.1px;
	color: #8C0209;
}

#logo .login {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #8C0209;
}

#logo a {
	border: none;
	text-decoration: none;
	color: inherit;
}

/* Menu */
#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 16px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #BFBFBF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */
#wrapper {
}

/* Page */
#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Content */
#content {
	float: left;
	width: 550px;
}

#content_wide {
	float: left;
	width: 770px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.post ul {
	margin: -3px 0 -3px 0;
	list-style: url(images/punkt.png);
}

/* Text */
p.dash {
	border-bottom: 1px #BBBBBB dashed;
}

p.small {
	font-size: 10px;
	text-align: left;
}

#error {
	border-width: 1px;
	border-color: #8C0209;
	border-style: solid;
	padding: 5px;
	text-align: justify;
	text-align: center;
	color: #8C0209;
}

#success {
	border-width: 1px;
	border-color: #008000;
	border-style: solid;
	padding: 5px;
	text-align: justify;
	text-align: center;
	color: #008000;
}

/* Bild */
img {
	border: 0px;
}

.post img {
	float: right;
	padding: 2px 0px 2px 10px;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

/* Links */
.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: normal;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */
#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding-top: 0px;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/img05.jpg) no-repeat left top;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar a.aktiv {
	font-weight: bold;
}

/* Search */
#suche input {
	margin: 10px 20px 0px 15px;
}

/* Footer */
#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

/*++++++++++*/ /* Tabellen */ /*++++++++++*/

/*++++++++ verschiedene Tabellen +++++*/
/*
 Tabelle für
 # Termine anzeigen
 # Predigtenverwaltung
 # Predigten unter Media
 */
#t1 table, #t1 tr, #t1 td, #t1 th {
	border: 1px solid #FFFFFF;
}

/*
 Tabelle für
 # Termine editieren
 */
#t2 {
	margin-bottom: 30px;
}

#t2 table {
	border: 1px solid #DEB887;
	background-color: #FFFF99;
}

#t2 tr, #t2 td, #t2 th {
	border: 1px solid #DEB887;
	background-color: #FFFF99;
}

#t3 table, #t3 tr, #t3 td {
	border: 1px #8C0209 solid;
}

#t3 td {
	padding: 3px 10px;
}

#t3 .allgemein {
	background-color: #FFFF99;
}

/*######*/
table, tr, td, th {
	border: 0px;
}

th {
	margin: -2px 0px -2px 0px;
	border-bottom: 1px #BBBBBB dashed;
}

.bleft {
	border-left: 1px #ffffff solid;
	padding-left: 5px;
}

.bcenter {
	border-left: 1px #ffffff solid;
	text-align: center;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: center;
}

textarea {
	font-family: Arial, Tahoma, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

fieldset {
	width: 70%;
	border: 1px #8C0209 solid;
}
