@charset "utf-8";

#container {
width: 800px;
background: #FFF;
color:#666;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#header {
	height: 100px;
	background-color: #FFF;
	padding-top: 10px;
	text-align: center;
	color:#666;
}

#header_menu {
	height: 50px;
	background-color: #FFF;
	width: 800px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu1 {
	height: 20px;
	float: right;
	margin-right: 0px;
	padding-left: 500px;
}

#menu2 {
	height: 20px;
	float: left;
	margin-left: 0px;
}

#sidebar1 {
	margin-top: 10px;
	margin-left: 1px;
	width: 150px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #FFF; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	top: 0px;
	text-align: left;
}

#sidebar2 {
	margin-top: 10px;
	margin-right: 0px;
	width: 150px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFF;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#mainContent {
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#EEE;
}

#mainContentGr {
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#main_image {
	background-image: url(images/services.gif);
	height: 397px;
	width: 398px;
	margin-top: 30px;
	margin-left: 180px;
}

#main_image2 {
	background-image: url(images/services-gr.jpg);
	height: 397px;
	width: 398px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer { 
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	padding-top: 10pt;
}

#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

.larger {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

.largerW {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
#header_menu {
	width: 800px;
}

