/* CSS Document */
body{
	background-color: white;
}

div#content{
	background-color: white;
	border: solid 1px red;
	color: red;	
}

div#weg{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}