@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style:none;
}
body {
	text-align: center;
	color: #0a0a0a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:1.7em;
	height:100%;
	background-color: #E6F1F7;
}
/*=====================================
Formatierungen der Überschiften & des Textes
=======================================*/

h1 {
	font-size:18px;
	color:#000000;
	letter-spacing:1px;
	font-weight:bold;
	line-height:140%
}
h2 {
	font-size:14px;
	color:#000000;
	letter-spacing:1px;
	font-weight:bold;
	line-height:140%;
	padding-top:20px;
}
h3, h4, h5, h6 {
	padding-top:20px;
	font-size:12px;
	color:#000000;
	letter-spacing:1px;
	font-weight:bold;
	line-height:140%
}
ul, li {
	list-style-type:square;
	list-style-position:inside;
}
td, th, p, ul, ol, li, a, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:140%
}
input, select, textarea {
	line-height:100%
}
p {
	margin: 0.6em 0 0 0;
}
/*=====================================
Formatierungen des Layouts
=======================================*/

#container {
	width: 870px;
	border: 4px solid #F3F3F3;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../_images/bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
#header h1 {
	margin: 0;
	padding: 0px;
	background-image: url(../_images/banner.jpg);
	background-repeat: no-repeat;
	height:200px;
}
#sidebar1 {
	float: right;
	width: 200px;
	background-color: #f4f4f4;
	margin-right: 20px;
	border: 1px solid #D1D1D1;
	padding-left: 10px;
	padding-bottom:10px;
}
.sidebar1_Aufzaehlung {list-style:none;
	font-size:90%;
	padding-top:5px;}
	
#mainContent {
	margin: 0 220px 0 0;
	padding: 0 20px;
}
#footer {
	height: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align:right;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*=====================================
Formatierungen der Bannerbilder
=======================================*/

#Bilder {
	height:120px;
	margin-right:20px;
	margin-bottom:15px;
	padding-top:80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FF9300;
	line-height:60px;
}
.startseite {
	background-image: url(../_images/startseite.jpg);
	background-repeat: no-repeat;
}
.gottesdienst {
	background-image: url(../_images/gottesdienst.jpg);
	background-repeat: no-repeat;
}
.projekte {
	background-image: url(../_images/projekte.jpg);
	background-repeat: no-repeat;
}
.kontakt {
	background-image: url(../_images/startseite.jpg);
	background-repeat: no-repeat;
}
.kirchenmusik {
	background-image: url(../_images/kirchenmusik.jpg);
	background-repeat: no-repeat;
}
.anfahrt {
	background-image: url(../_images/anfahrt.jpg);
	background-repeat: no-repeat;
}
.gruppen {
	background-image: url(../_images/gottesdienst.jpg);
	background-repeat: no-repeat;
}
.vocale {
	background-image: url(../_images/vocale.jpg);
	background-repeat: no-repeat;
}
.chor {
	background-image: url(../_images/chor.jpg);
	background-repeat: no-repeat;
}
.note {
	background-image:url(images/information.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
/*=====================================
Formatierungen der Links
=======================================*/

a {
	color:#FF9300;
	text-decoration:none;
	line-height:130%
}
a:link {
	color:#B76900;
	text-decoration:none
}
a:visited {
	color:#B76900;
	text-decoration:none
}
a:hover {
	color:#FFA020;
	text-decoration:none
}
a:active {
	color:#B76900;
	text-decoration:none
}
/*=====================================
Formatierungen für Tabellen
=======================================*/

table {
	margin:1em 0;
	border-collapse:collapse;
}
tr, td {
	padding: 0.4em 0.4em 0.4em 0.8em;
}
.tabelle_noformat {
	border:none;
}
.border {
	padding: 0.4em 0.4em 0.4em 0.8em;
	border: 1px solid #627399;
}
