#head {
	/*background-color: #00a0d1;*/
	background-color: #00a0d1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
}
#body {
	background-color: #00a0d1;
	background-image: url(img/meer_bg.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom:1000px;/* Achtung verbesserungsbed&uuml;rftig */
}
#delfin-logo {
	position: absolute;
	height: 320px;
	width: 215px;
	left: 11px;
	top: 38px;
	background-image: url(img/delfin.png)
}
#delfin-text {
	background-image: url(img/logo.png);
	position: absolute;
	height: 115px;
	width: 160px;
	left: 232px;
	top: 43px;
}
#menu {
	position: relative;
	height: 100px;
	width: 600px;
	left: 400px;
	top: 50px;
	border: none;
}
#content {
	margin-left: 200px;
	/*left: 50%;*/
	float:left;
	position: relative;
	height: auto;
	width: 600px;
	top: 200px;
	
}
#content p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  -khtml-hyphens: auto;
  hyphens: auto;
  text-align:justify;
  }
  
#content a{
	color:#FFF;
  }
#content a:hover{
	color:#CCC;
  }

#content p dfn {
	
	font-weight:bold;
	font-style:italic; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

table {
	border-spacing:10px;
}

table td {
	text-align:left;
	vertical-align:top;	
}

table .first {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	width:200px;
}


#sidebar {
	position: absolute;
	height: 300px;
	width: 200px;
	top: 340px;
	left: 0px;
}

#menu2 {
	position: relative;
	height: 300px;
	width: 200px;
	left: 0px;
	top: 0px;
	border: none;
}.c {
	text-align: center !important;
}
