body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color : #fff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


#monitor {
	width:700px;
	height:500px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0px 0px -350px;
}

#bild_links {
	position: absolute;
	top: 0px;
	left: 0px;
}

#textfeld_rechts {
	position: absolute;
	top: 0px;
	left: 415px;
	width: 285px;
	height: 500px;
	background-color: #00527a;
}

.search {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1pt;
	color: #dcdcdc;
}

#fritz {
	position: absolute;
	top: 350px;
	right: 10px;
}

#datum {
	position: absolute;
	top: 390px;
	right: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #9ba976;
}

#enter {
	position: absolute;
	top: 470px;
	right: 10px;
}


.WhiteLink {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

a.WhiteLink:hover {
  color: #9ba976;
  text-decoration: underline;
}