﻿/* Allgemeine Layoutdatei für Bethanien-KKH */
body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font: 0.688em Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	background: url(../image/startseite_HG.jpg) repeat-x;
}

img {
	border: 0 none;
}

a {
	background: transparent;
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

/* INHALT */
#container {
	
}

/* OBEN */
#bg_top {
	position: absolute;
	background: url(../image/bg_top.gif) repeat-x;
	width: 100%;
	height: 90px;
}

#container_inner {
	position: relative;
	width: 887px;
	margin: 0 auto;
	text-align: left;
}

#logo_top {
	position: relative;
	float: left;
	background: url(../image/logo_top.gif) 20px 0 no-repeat;
	width: 500px;
	height: 100px;
	top: 20px;
}

#sup_menu_top {
	position: relative;
	text-align: right;
	height: 100px;
	top: 20px;
	padding-right: 20px;
}

.sup_menu_top_item {
	position: relative;
	padding: 5px;
}

#clinics {
	position: absolute;
	top: 296px;
	z-index: 4;
}

#clinics2 {
	position: absolute;
	top: 545px;
	z-index: 3;
}

#carrier {
	position: absolute;
	top: 760px;
	z-index: 2;
}

#footer {
	position: absolute;
	top: 925px;
	z-index: 1;
}
