@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c9f8ff; /*Hintergrundfarbe ändern */
						/*	unterer Befehl Hintergrundbild einfügen */
							/*background: #ffffff url(images/bg1.jpg) left;*/  
							/*mit unterem Befehl scrollt das hintergrundbild nicht mit*/
						/*	background-attachment:fixed;*/
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000; /*Farbe des textes*/
}
#container {
	width: 780px;  				/* Breite des Container */
	background: #fff; 		/* Hintergrundfarbe des Container */
	margin: 0 auto; 			/* das lassen wir so */
	border: 5px solid #000000; 	/* Rahmen des Container */
	text-align: left; 			/* Textausrichtung links */
	
}
#header {
	background: #ffffff;
	height:150px;

}
#header h1 {
	margin: 0; /* des lossma - richtet den container in der mitte aus */
	padding: 10px 0; /* Überschrift verschieben (top - left) */
	color:#FFb426;
	}

#mainContent {
	padding-top: 0px; /*Innenabstände von der div box - hier im content*/
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff0a3;  /*Hintergrund farbe des Content*/
	Overflow-x: hidden;
	Overflow-y: auto;
	height: 500px;
}



#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b8cc6e; /*Hintergrund vom footer - also dem container der ganz unten ist (navigation)*/
	border-top:#000  solid 12px;
	height: 25px;
}
#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: 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#navigation {
	background: #b8cc6e;  /* 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 0px;
	border-top:#000000 solid 4px;
	font-size: 22px;
	padding-left: 10px;
}

#nav2{
	width: auto;
	background: #b8cc6e;
	margin: 0 auto;
	border-bottom: 3px solid #000000;
	padding-left: 305px;
}




#google{
	background-color:#fff0a3;
	padding: 10px 0 0 20px;
}

#wiki {
	font-size:9px;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff0a3;
}

.style2 {
	font-size: 26px;
	font-weight: bold;
	
}

.title{ font-size:52px;
		color:#000;
}

/*Navigation Links*/

#hmenu a:link {
	color:#4b6000;
	text-decoration:none;
	font-weight:bold;
	padding-right: 20px;
}
#hmenu a:visited,
#nav2 a:visited {
	color:#fff0a3;
	text-decoration:none;
	font-weight:bold;
	padding-right: 20px;
}
#hmenu a:focus {
	color:#c9f8ff;
	background-color:#4b6000;
	font-weight:bold;
	padding-right: 20px;
}
#hmenu a:hover,
#nav2 a:hover {
	color:#c9f8ff;
	text-decoration:none;
	font-weight:bold;
	background-color: #4b6000;
	padding-right: 20px;
}
#hmenu a:active {
	color:#4b6000;
	font-weight:bold;
	background-color: #fff0a3;
	padding-right: 20px;
}
/*Ende Navigation Links*/


/*Links*/

 a:link {
	color:#4b6000;
	text-decoration:none;
	font-weight:bold;
	padding-right: 20px;
}
 a:visited {
	color:#b8cc6e;
	text-decoration:none;
	font-weight:bold;
	padding-right: 20px;
}

 a:hover, a:focus {
	color:#4b6000;
	text-decoration:blink;
	font-weight:bold;
	clear: none;
	padding-right: 20px;
}
 a:active {
	color:#4b6000;
	font-weight:bold;
	padding-right: 20px;
}

/*Ende Links*/