@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background:url(img/hebamme-heller_03.jpg) no-repeat 50% 198px #a8311d;
}

#zentriert {
	position:relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
  	width:950px;
	background:url(img/hebamme-heller_04.jpg);
	
}

#hintergrund {
	background:url(img/hebamme-heller_03.jpg) no-repeat 50% 198px;
	height:100%;
}


#tabelle-main {
	width:950px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}


#zeile-1 {
	height:178px;
	background-image:url(img/hebamme-heller_01.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#zeile-2 {
	height:20px;
	background-image:url(img/hebamme-heller_02.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 80px;	
}

#zeile-3 {
	text-align:left;
	vertical-align:top;
	padding:30px 0 0 0;	
}

#zeile-3-3 {
	text-align:right;
	vertical-align:top;
	padding:40px 0 0 0;	
}


#zeile-4 {
	text-align:center;
	padding:50px;
}




/* ------------------------------------------------ Navigation ------- */

ul.navi {
	margin: 0;
	padding: 0;
	list-style:none;
	width:870px;
	font-weight:bold;
}
	
ul.navi li.navi {
	float: left;
	line-height:20px;
}

ul.navi a {
	display:block;
	float: left;
	width:auto;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}


ul.navi a:hover { color: #ebcbca; }
ul.navi a { color:#fff;}






/* ------------------------------------------------ Navigation 2 ------- */

ul.navi2 {
	margin: 0;
	padding: 0;
	list-style:none;
	width:300px;
	font-weight:bold;
	
}
	
ul.navi2 li.navi2 {
	float:right;
	line-height:20px;
	text-align:right;
}

ul.navi2 a {
	display:block;
	float:right;
	width:300px;
	height:20px;
	text-decoration:none;
}


ul.navi2 a:hover { color: #ebcbca; }
ul.navi2 a { color:#fff;}


/* ------------------------------------------------- Links -------------- */


a:link {
	color:#fff;
}

a:visited {
	color:#fff;
}

a:hover {
	color:#ebcbca;
}

a:active {
	color:#ebcbca;
}

a {
	text-decoration: underline;
	}


/* ------------------------------------------------- Links klein -------------- */


a.klein:link {
	color:#ebcbca;
	text-decoration:none;
}

a.klein:visited {
	color:#ebcbca;
	text-decoration:none;
}

a.klein:hover {
	color:#fff;
	text-decoration:underline;
}

a.klein:active {
	color:#fff;
	text-decoration:underline;
}

a.klein {
	font-size:10px;
	}

.klein {
	font-size:10px;
}


/* ------------------------------------------------- Überschriften -------------- */


h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	border-bottom:thin solid #a8311d;
	padding-bottom:10px;
}


h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#EFD2D4;
	font-weight:bold;
}


h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
}


.fett { font-weight:bold; }
