body {
	background-color: #007DB7;
	margin: 0;
	font-family: georgia, 'times new roman';
	font-size: 11pt;
	}

#container {
	position: relative;
	top: 0;
	background: #007DB7;
	margin-top: 20%;
	margin-left: 20%;
	padding: 0;
	width: 700px;
	text-align: left;
	font-size: 90%;
	}

#kopf {
	background: #007DB7 url(pics/beach2.jpg) bottom right no-repeat;
	height: 240px;
	color: #FFF;
	padding: 0;
	margin: 0;
	}

#index #kopf {
	height: 280px;
	}

#inhalt {
	position: static;	
	margin: 20px;
	padding: 0;
	width: 700px;
	text-align: center;
	background: #007DB7
	}

#a:link { 
	text-decoration: none; 
	font-weight:bold;
	 }

#a:visited { 
	text-decoration:none; 
	font-weight:bold;
	border-left: 0px solid #007DB7;
	border-right: 0px solid #007DB7;
	border-top: 0px solid #007DB7;
	border-bottom: 0px solid #007DB7;
	}
