body{
	background-color:0066FF;
	/*background-image:url("bild1.JPG");
	background-repeat:no-repeat;*/
	}

#caption {
	position:absolute;
	top:20px;
	left:300px;
	width:600px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family:sans-serif;
	text-align:center;
	}

#navigation {
	position:absolute;
	top:10px;
	left:20px;
	font-family:sans-serif;
	font-variant:small-caps;
	line-height:200%;
	}

#content {
	position:absolute;
	top:12px;
	left:12px;
	}

a:link { color:black; text-decoration:none; font-weight:bold; }
a:visited { color:black; text-decoration:none; font-weight:bold; }
a:hover { color:black; text-decoration:underline; font-weight:bold; }
a:active { color:black; text-decoration:underline; font-weight:bold; }
a:focus { color:black; text-decoration:underline; font-weight:bold; }
