
* {
	margin: 0;
	padding: 0;
}

.clearfix {
	overflow: hidden;
}

.clear {
	clear: both;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #ececec;
	/* background-image: url(../images/background.gif);*/
}


#slider {
	height:300px;
	background-color: yellow;
}

#technik {
	height: 300px;
	background-image: url(../images/technik.jpg);
}

#philosophie {
	height: 300px;
	background-image: url(../images/profil.jpg);
}

#finanzierung {
	height: 300px;
	background-image: url(../images/tanken.jpg);
}

#impressum {
	height: 300px;
	background-image: url(../images/impressum.jpg);
}

#kontakt {
	height: 300px;
	background-image: url(../images/rettungsdienst.jpg);
}

#unternehmen {
	height: 300px;
	background-image: url(../images/kehrmaschine.jpg);
}

#leistungen {
	height: 300px;
	background-image: url(../images/administration.jpg);
}

#schulungen {
	height: 300px;
	background-image: url(../images/schulung.jpg);
}

#disclaimer {
	height: 300px;
	background-image: url(../images/licht.jpg);
}

#page {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	background-color: #cccccc;
}



#menu {
		background-color: #cccccc;
		/*margin: 0; margin ( Abstand aussen) rundherum, margin-left, margin-top, margin-right, margin-bottom, margin mit zwei werten: 1. Wert oben und unten, 2. Wert rechts und links. Bei vier Werten: 1 oben, 2. rechts, 3. unten, 4. links Bei Wert 0 ist keine Masseinheit */
		width: 650px;
		height: 20px;
		margin-left: 140px;
}

#menu ul {
		list-style: none; /* entfernt die Punkte der Liste */
		margin: 0; /* */
		padding:0;
}

#menu ul li{
		float:left; /* macht aus Block-Elementen Inline-Elemente */
}

#menu a {
		font-family: arial, helvetica, sans-serif; /* bestimmt die verwendete Schriftart */
		font-size: 11px; /* bestimmt die Schriftgröße */
		text-decoration: none; /* spezielle Schrifteigenschaften (untenliniert, hochgestellt, durchgestrichen none, underline, overline, line-through, blink */
		background-color: #f29400;
		display: block;
		margin: 1px;
		padding: 8px 10px;
		color: white; /*Schriftfarbe verändern */
		font-weight: bold; /* Auszeichnung bestimmen */
		text-transform: uppercase; /* Groß- oder Kleinbuchstaben*/
		border: 2px solid #f29400; /* erzeugt einen Rand: Randstärke, Linienart (solid = durchgezogen, dotted = Punktlinie, dashed = gestrichelt), Farbe */
		}


#menu a:hover { /* Pseudo-Selektor: hover, bestimmt den Zustand bei Maus drüber */
		background-color: #555555;
		border: 2px solid #555555;
}



#menu_2 {
		background-color: #cccccc;
		/*margin: 0; margin ( Abstand aussen) rundherum, margin-left, margin-top, margin-right, margin-bottom, margin mit zwei werten: 1. Wert oben und unten, 2. Wert rechts und links. Bei vier Werten: 1 oben, 2. rechts, 3. unten, 4. links Bei Wert 0 ist keine Masseinheit */
		width: 650px;
		height: 30px;
		margin-left: 140px;
		margin-top: 30px;
}

#menu_2 ul {
		list-style: none; /* entfernt die Punkte der Liste */
		margin: 0; /* */
		padding:0;
}

#menu_2 ul li{
		float:left; /* macht aus Block-Elementen Inline-Elemente */
}

#menu_2 a {
		font-family: arial, helvetica, sans-serif; /* bestimmt die verwendete Schriftart */
		font-size: 11px; /* bestimmt die Schriftgröße */
		text-decoration: none;
		display: block; 
		padding: 0px 10px 0px 12px; 
		color: white; /*Schriftfarbe verändern */
		font-weight: bold; /* Auszeichnung bestimmen */
		text-transform: uppercase; /* Groß- oder Kleinbuchstaben*/
}


#menu_2 a:hover { /* Pseudo-Selektor: hover, bestimmt den Zustand bei Maus drüber */
		background-color: #cccccc;
		color:  #555555;
}



#right {
	float: left;	
}

#right {
	width: 500px;
	background-color: #cccccc; 
	margin-top: 10px;
	margin-left: 152px;
	margin-bottom: 50px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}

#right_2{
	float: left;
}

#right_2 {
	width: 210px;
	background-color: red;
	margin-top: 10px;
	margin-left: 152px;
	margin-bottom: 50px;
}

#left{
	float: right;
	width: 500px;
	margin-top: 20px;
}

#footer {
	background-color: grey;
	text-align: center;
	line-height: 30px;
	color: white;
}

#footer a {
	color: white;
}