@CHARSET "UTF-8";

#textContainer {
	width:580px;
	min-height:400px;
	border: 0px solid black;
	padding-left: 50px;
}

#picture {
	width: 507px;
	height: 193px;
	background-image: url("../images/ue_uns_mitte.jpg");
	background-repeat:  no-repeat;
}

#textHead {
	width: 507px;
	height: 0px;
	}

#textList {
	width: 507px;
	min-height: 170px;
	border: 0px solid black;
	background-color: white;
}

#textListLeft {
	width: 200px;
	min-height:170px;
	border: 0px solid black;
	float:left;
	margin-left: 50px;
	
}

#textListMiddle{
	width: 000px;
	min-height:170px;
	border: 0px solid green;
	float: left;
}

#textListRight{
	width: 200px;
	min-height:170px;
	border: 0px solid red;
	float: left;
}
