/* CSS Document */
/**
 * Theme Name:	Dahab Divers
 * Version:		2010
 * Author:		Hackenberg & Moehrle Webdesign
 * Author URI:	www.hackenberg-hm.de
 * Copyright: 	Copyright (C) 2005 - 2010 Hackenberg & Moehrle
 * License:		http://www.hackenberg-hm.de Proprietary Use License
 */
/* Farbschema
...
/*
Farbton (Hintergrund): #4d8bc7
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4d8bc7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_hg.jpg);
}
#wrapper {
	margin:auto;
	width:700px;
	height:auto;
	overflow: visible;
}
#seite {
	position:relative;
	left:0px;
	width:700px;
	height:920px;
	z-index:1;
	overflow: visible;
	visibility: visible;
}
.hauptinformation {
	background-image: url(images/home_hg.png);
	position: absolute;
	height: 520px;
	width: 700px;
	left: 0px;
	top: 64px;
	z-index: 1;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
}
.bildlayer {
	position: absolute;
	height: 440px;
	width: 560px;
	left: 70px;
	top: 41px;
	z-index: 1;
}
