body {
	margin: 0;
	padding: 0;
	background: #0090cb;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	position: relative;
	top: 0px;
	width: 1200px;
	height: 685px;
	margin-left: auto;
	margin-right: auto;
	background: #0075ac;
	text-align: left;
}

/* Privat Label */
#container_2 {
	position: relative;
	top: 0px;
	width: 1200px;
	height: 966px;
	margin-left: auto;
	margin-right: auto;
	background: #0075ac;
	text-align: left;
}

/* Impressum */
#container_3 {
	position: relative;
	top: 0px;
	width: 1200px;
	height: 1550px;
	margin-left: auto;
	margin-right: auto;
	background: #0075ac;
	text-align: left;
}

#menu {
	position: absolute;
	top: 0px;
}

#content {
	position: absolute;
	top: 220px;
	width: 1200px;
	height: 465px;
	background-image: url('images/bg_middle.jpg');
	background-repeat: no-repeat;
}

/* Privat Label */
#content_2 {
	position: absolute;
	top: 220px;
	width: 1200px;
	height: 746px;
	background-image: url('images/bg_middle_660.jpg');
	background-repeat: no-repeat;
}

/* Impressum */
#content_3 {
	position: absolute;
	top: 220px;
	width: 1200px;
	height: 1330px;
	background-image: url('images/bg_middle_1244.jpg');
	background-repeat: no-repeat;
}

#headline {
	position: absolute;
	top: 10px;
	left: 180px;
}

#text {
	position: absolute;
	top: 40px;
	left: 182px;
	width: 770px;
	z-index: 100;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 1200px;
	height: 86px;
	background-image: url('images/bg_footer.jpg');
	background-repeat: no-repeat;
}

#pos_seepferd_firmenprofil {
	position: absolute;
	top: 250px;
	left: 960px;
}

#pos_seepferd_privat_label {
	position: absolute;
	top: 20px;
	left: 990px;
}

#pos_fisch_privat_label {
	position: absolute;
	top: 108px;
	left: 960px;
}

#pos_seepferd_impressum {
	position: absolute;
	top: 180px;
	left: 1000px;
}

.bold {
	font-weight: bold;
}

