/* by zumpol.com */

* {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
}

p.clear {
	clear: both;
}

body {
	background-image: url(bg_body.png);
	background-repeat: repeat-x;
	background-color: #FECD7A;
	text-align: center;
}

div#implantologie {
	width: 980px;
	margin: auto;
}

div#header {
	width: 980px;
	height: 230px;
	background-image: url(bg_header.png);
	background-repeat: no-repeat;
}

div#tags strong.zahnimplantat, div#tags strong.zahnersatz, div#tags strong.zahntechnik, div#tags strong.zahnimplantologie {
	color: #FFF;
	z-index: 10;
	font-style: italic;
	letter-spacing: 2px;
}

div#tags strong.zahnimplantat {
	position: relative;
	top: 45px;
	left: -150px;
	font-size: 16pt;
}

div#tags strong.zahnersatz {
	position: relative;
	top: 110px;
	left: -280px;
	font-size: 14pt;
}

div#tags strong.zahntechnik {
	position: relative;
	top: 50px;
	left: -60px;
	font-size: 14pt;
}

div#tags strong.zahnimplantologie {
	position: relative;
	top: 120px;
	left: -210px;
	font-size: 16pt;
}

div#logo {
	z-index: 12;
}

div#logo a {
	position: relative;
	top: 40px;
	left: -215px;
}

div#slogan {
	position: relative;
	top: -100px;
	right: 50px;
	text-align: right;
}

/* IE 6 Position Slogan */
* html div#slogan {
	margin-top: -53px;
}

div#slogan em, div#slogan strong {
	display: block;
	font-size: 13pt;
	font-weight: bold;
	color: #FFF;
}

div#slogan strong {
	font-size: 23pt;
	margin-top: 5px;
	color: #29428D;
}

div#nav {
	position: relative;
	top: 56px;
	margin-left: 40px;
}

/* IE 7 Position Navigation */
*+ html div#nav {
	margin-top: -2px;
}

/* IE 6 Position Navigation */
* html div#nav {
	left: 40px;
	margin: 53px 0 0 36px;
}

div#nav ul {
	list-style-type: none;
}

div#nav ul li {
	float: left;
}

div#nav ul li a {
	padding: 12px;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: #29428D;
}

div#nav ul li a.menu_current {
	color: #F60;
}

div#contentTop {
	width: 980px;
	height: 61px;
	background-image: url(bg_content_top.png);
	background-repeat: no-repeat;
}

div#contentWrapper {
	width: 920px;
	margin-left: 31px;
	background-image: url(bg_content.png);
	background-repeat: repeat-y;
	text-align: left;
}

/* ##### IE 7 = ok */
*+ html div#contentWrapper {
	margin-left: 2px;
}

/* ##### IE 6 = ok */
* html div#contentWrapper {
	margin-left: 2px;
}

div#subNav ul {
	width: 250px;
	float: left;
	list-style-type: none;
}

/* IE 6 Position SubNavigation */
* html div#subNav ul {
		padding-top: 8px;
}

div#subNav ul li {
	margin: -6px 15px 8px 15px;
}

/* IE 6 Position SubNavigationpunkte */
* html div#subNav ul li {
		margin: -14px 15px 0 15px;
}

div#subNav ul li a, div#subNav ul li a.menu_current {
	display: block;
	padding: 8px;
	color: #29428D;
	text-decoration: none;
}

div#subNav ul li a:hover {
	text-decoration: underline;
}

div#subNav ul li a.menu_current {
	font-weight: bold;
	color: #F60;
}

div#subNav ul li a.menu_current:hover {
	text-decoration: none;
}

div#content {
	width: 670px;
	float: left;
}

div#contentText {
	width: 370px;
	margin-right: 15px;
	float: left;
}

div#contentText h1{
	font-size: 14pt;
	margin-bottom: 6px;
}

div#contentText h2{
	font-size: 13pt;
	margin-bottom: 6px;
}

div#contentText p{
	margin-bottom: 12px;
}

div#contentImages {
	width: 255px;
	margin-right: 10px;
	float: left;
}

div#contentBottom {
	width: 980px;
	height: 61px;
	background-image: url(bg_content_bottom.png);
	background-repeat: no-repeat;
}

div#footer {
	text-align: right;
	margin: -12px 50px 15px 0;
	color: #333;
}

div#footer a {
	font-size: 11pt;
	color: #333;
}