/********************************************************/
/******		CSS Document 							*****/
/******		Ev. Kirchengemeinde Gruental			*****/
/******		Datum: 2009-02-28						*****/
/****** 	Ersteller: Simon Rehberg 				*****/
/********************************************************/
* {
margin:0;
padding:0;
border:0;
}
body {
	color: #0038A8; 										/*Schriftfarbe*/
   	font-size: 85.01%; 									/*Schriftgröße*/
  	font-family: Helvetica,Arial,sans-serif;				/*Schriftart*/
  	margin: 0; 												/*Aussenabstand*/
  	padding: 1em; 											/*Innenabstand*/
  	text-align: center;  									/* Zentrierung im Internet Explorer */
	background-image: url(../images/background2.png);		/*Hntergrundbild*/
	background-color: #eff6ff; 								/*Hntergrundfarbe*/
}

div#content {
  	width: 995px; 											/*Breite des Fensters*/
  	margin: auto; 											/*Aussenabstand*/
  	padding: 0; 											/*Innenabstand*/
  	text-align: left;  										/* Textausrichtung */
	border: 2px solid #ffa900; 								/*Rahmen: Stärke Typ Farbe*/
	background-color:#DDFFCA;
	overflow:hidden; 										/*Element Handling*/
	clear:left;
	}
div#logo {
 	height: 125px; /*Höhe des Bereichs */
	width:auto; /*Breite des Bereichs */
	border-bottom: 2px solid #ffa900; 
	
	background:url(../images/head.jpg);
	}
div#logo_overlay {
	height: 125px; /*Höhe des Bereichs */
	width:auto; /*Breite des Bereichs */
	background: url(../images/bg3.png);
	}

div#sidebar {
  	height:auto; /*Höhe des Bereichs */
	width:180px; /*Breite des Bereichs */
	margin-top: 25px; /* Aussenabstand oben */
	margin-left: 0px;/* Aussenabstand links */
	margin-bottom:25px;
	float: left; /*Umfluss*/
	}
div#help {
	margin-left:180px;
	
	}
div#main {
  height:auto; /*Höhe des Bereichs */
	width:auto; /*Breite des Bereichs */
	margin-top:0px; /* Aussenabstand oben */
	margin-left:0px;/* Aussenabstand links */
	margin-bottom:0px;
	padding: 15px;
	}
	
div#left {
  height: auto; /*Höhe des Bereichs */
	width: 377px; /*Breite des Bereichs */
	margin-top: 0px; /* Aussenabstand oben */
	margin-left: 0px;/* Aussenabstand links */
	float:left;
	padding:15px;
	}

div#right {
  height: auto; /*Höhe des Bereichs */
	width: 377px; /*Breite des Bereichs */
	margin-top: 0px; /* Aussenabstand oben */
	margin-left: 0px;/* Aussenabstand links */
	float:left;
	padding:15px;
	}
div#footer {
	height: auto; /*Höhe des Bereichs */
	width:auto; /*Breite des Bereichs */
	margin-top: 8px; /* Aussenabstand oben */
	margin-left: 5px;/* Aussenabstand links */
	margin-right: 5px;/* Aussenabstand rechts */
	border: none; /*Rahmen: Stärke Typ Farbe*/
	text-align: center;  /* Textausrichtung */
	color:#FFFFFF; /*Textfarbe */
  	clear:both; /*Fortsetzung unterhalb*/
	overflow:hidden;
	}
