@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif,;
	background: #C5CBA9; /*Hintergrundfarbe ändern 
							mit: background: #ffffff url(images/bg1.jpg) left; kann man ein Hintergrundbild einfügen
							mit: background-attachment:fixed; scrollt das hintergrundbild nicht mit*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 780px;  				/* Breite des Container */
	background: #C5CBA9; 		/* Hintergrundfarbe des Container */
	margin: 0 auto; 			/* das lassen wir so */
	border: 1px solid #000000; 	/* Rahmen des Container */
	text-align: left; 			/* Textausrichtung links */
}
#header {
	background: #8BB39B  url(images/alternativenergie.jpg) right no-repeat; /* 	Hintergrundfarbe der Kopfzeile + 
																	Hintergrundbild mit Ausrichtung rechts ohne Wiederholung*/
	padding: 0 10px 0 20px;
	height:111px; /* Höhe der Kopfzeile */

}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #C5CBA9;
}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8BB39B;
	border-top:#000000  solid 1px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#navigation {
	background: #BCB281;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:#000000 solid 1px;
	border-top:#000000 solid 1px;
	font-size: 24px;
	padding-left: 20px;
}

#google{ background-color:#C5CBA9 }

.style2 {
	font-size: 26px;
	font-weight: bold;

}

.title{ font-size:52px;
		color:#ffffff;
}

h1 {
	font-size:9px;
}

 a:link {
	color:#db4105;
	font-weight:bolder;
}
 a:visited { color:#db4105; text-decoration:none; font-weight:bold;padding-right: 20px;}
 a:focus {
	color:#db4105;
	background-color:#FFFFff;
	font-weight:bold;
	padding-right: 20px;
}
 a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#8BB39B;
	font-weight:bold;
	padding-right: 20px;
}
 a:active {
	color:#0000EE;
	background-color:#FFFF99;
	font-weight:bold;
}
