* {
  margin: 0;
	padding: 0;
}

html, body{
  width: 100%;
	height: 100%;
}

body{
  background: #ccc;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 86%;
}

#wrapper{
  position: absolute;
	margin-left: -200px;
	width: 400px;
	left: 50%;
	top: 20%;
}

#titel, #box{
  border: solid 1px #003366;
	padding: 5px;
}

#titel{
  background: #003366;
	color: #fff;
	font-weight: bold;
}

#box{
  background: #ffcc00;
	line-height: 190%;
}

a{
  color: #000;
	text-decoration: none;
}

a:hover{
  text-decoration: underline;
}
