@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cdf8ff; /*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: #ce0000 url(images/titelbildmonza.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; /* des lossma - richtet den container in der mitte aus */
	padding: 10px 0; /* Überschrift verschieben (top - left) */
	color:#FFb426; /*Farbe der Überschrift*/
}
#mainContent {
	
	padding-top: 0px; /*Innenabstände von der div box - hier im content*/
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px; 
	
	background: #FFFFFF;  /*Hintergrund farbe des Content*/
}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffb426; /*Hintergrund vom footer - also dem container der ganz unten ist (navigation)*/
	border-top:#000  solid 12px; /*oberer rahmen, also strich beim container - hier 1pixel dick und durchgehend (solid)*/
}
#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: #ffb426;
	padding: 0 10px 0 20px;  /* 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: 22px;
	color: ce0000;
}

#google{
	background-color:#ffffff;
	padding: 10px 0 0 20px;
}

#wiki {
	font-size:9px;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
}

.style2 {
	font-size: 26px;
	font-weight: bold;
	
}

.title{ font-size:52px;
		color:#000;
		
}



 a:link { color:#ce0000; text-decoration:none; font-weight:bold;}
 a:visited {
	color:#ce0000;
	text-decoration:none;
	font-weight:bold;
}
 a:focus { color:#db4105; background-color:#000000; font-weight:bold;}
 a:hover { color:#cdf8ff; text-decoration:none; background-color:#ce0000; font-weight:bold; }
 a:active {
	color:#ce0000;
	font-weight:bold;
	background-color: cdf8ff;
}

