html  {
		font-family: 		      Arial, Helvetica, sans-serif;
		font-size:		      0.9em;
}

#menu {
	position:absolute;
	top:200px;
	left:110px;
	color:#FFFFFF;
	background-color: blue;
	width: 130px;
	z-index: 5;
}

a 	{
	color: white;
}

#news {
	position:absolute;
	top:180px;
	left:630px;
	color:#FFFFFF;
	width: 400px;
}

.uniquenews {
	border:2px solid blue;
	color: white;
}

#hallo {
	position:absolute;
	top:180px;
	left:300px;
	color: white;
	width: 300px;
}

#banner_startseite{
	position:absolute;
	top:380px;
	left:300px;
	color: white;
	width: 300px;
}

#content {
	position:absolute;
	top:180px;
	left:300px;
	color: white;
	width: 70%
}

#head {
	//top: -40px;
}

input{
background-color: blue;
color: white;
}

textarea {
background-color: blue;
color: white;
}

select {
background-color: blue;
color: white;
}
