/* CSS Document */


body  {

	margin:0 auto;
	padding: 0px;
	background-color: #C9C8D7;

}

DIV.Container {
		background-image: url(background.jpg);
		height: auto;
		width: 1024px;
		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: #2396A0;
	}



img {
	border-style: none;
}

.bildtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
}/* Posiitons DIV */


DIV.Top {
	float:left;
	width:1024px;
	height:121px;
}

DIV.deutsch {
	float:left;
	width:40px;
	height:58px;
}

DIV.english {
	float:left;
	width:38px;
	height:58px;
}

DIV.brasil {
	float:left;
	width:39px;
	height:58px;
}

DIV.franz {
	float:left;
	width:38px;
	height:58px;
}

DIV.leer {
	float:left;
	width:40px;
	height:58px;
}

DIV.Titel {
	float:left;
	width:829px;
	height:58px;
}

DIV.links {
	float:left;
	width:132px;
	text-align:left;
	padding:45px;
}

DIV.text {
	background-image:url(pics/text.jpg);
	float:left;
	width:536px; 
	padding:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: none;
	color: #555555;
	text-decoration:none;

}

DIV.rechts {
	float:left;
	width:196px;
}

DIV.unten {
	clear:both; */ klaert die Floats, so dass der hintergrund weiter laeuft */
	width:1024px;
	height:145px;
}

