/* CSS Document */


body  {

	margin:0 auto;
	padding: 0px;
	background-color: #C9C8D7;

}

DIV.Container {
#		background-image: url(background.jpg);
		height: auto;
		width: 990px;
		margin: 0 auto; /* Container zentrieren */
		border: 0px none;
}
/* Schriften und Elemente */



H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	}



img {
	border-style: none;
}

.bildtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
}




/* Posiitons DIV */
#Top {
	float:left;
	width:990px;
	height:173px;
}

DIV.links {
	float:left;
	height: auto;
	width:239px;
}
/* Schriften und Elemente */




#Arbeitsbeispiele {
	float:left;
	width:239px;
	height:171px;
}

#werkzeuge {
	float:left;
	width:239px;
	height:149px;
}

#kompetenz {
	float:left;
	width:239px;
	height:153px;
}



#Text {
	float:left;
	width:751px;
	height:473px;
}
#Text1 {
	float:left;
#	width:751px;
#	height:473px;
#	background-image:url(bilder/text.jpg);
	float:left;
	padding:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: none;
	color: #555555;
	text-decoration:none;


}

#unten {
	clear:both; */ klaert die Floats, so dass der hintergrund weiter laeuft */
	width:990px;
	height:54px;
}





