/* 
www.dent-specialist.com
Start: 24.05.2006
Letzte Aenderung: 24.05.2006
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines */
body {
	margin: 0px;
	padding: 0px;
	color: #231f20;
	font-size: 100.01%;
	font-family: 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	background: #dcb;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

.ignore, #skip, dfn {
	position: absolute;
	left: -2000px;
	top: -2000px;
}

img, a img {
	border: 0;
}

a:focus, a:active {
	background-color: #FCB12E;
}

/* Clear Class */
.clearfix {
	content: "."; /* [content] verbergen; 
	*/
	visibility: hidden;
	height: 0; /* Block-Level fuer [clear]; 
          */
	display: block; /* [float] clearing; 
          * einbeziehen der Float-Container; 
          */
	clear: both;
}

* html .clearfix {
	height: 1%; /* ende verbergen IE-Mac */
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 0em;
	margin-right: 1.5em;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 3.5em;
	margin-left: 1.5em;
}

.float_left_container {
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 0em;
	margin-right: 1.5em;
}

.float_right_container {
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 3.5em;
	margin-left: 1.5em;
}

.bild_full {
	border: 1px solid #fff;
	font-size: 90%;
	line-height: 120%;
	margin-left: 15px;
}

/* Schriften */
h1 {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
}

h2 {
	font: bold 1.8em/1.3 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	color: #DDCCBB;
	border-bottom: 2px solid #fff;
}

h3 {
	font: bold 1.2em/1.3 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 1.5em;
	text-align: right;
}

h4 {
	font: bold 1.2em/1.3 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	color: #dcb;
	margin-top: 2.0em;
	margin-bottom: 1.0em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

h5 {
	font: bold 1.0em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-bottom: 0.5em;
	margin-left: 2.0em;
	margin-right: 2.0em;
}

h6 {
	font: 1.0em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-left: 4.0em;
	margin-right: 4.0em;
	text-align: center;
}

p {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-left: 3.5em;
	margin-right: 3.5em;
	margin-bottom: 1.0em;
}

.highlight {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: Yellow;
	margin-left: 3.5em;
	margin-right: 3.5em;
	margin-bottom: 1.0em;
}

/* Container */
#box {
	width: 750px;
	height: 15px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 15px;
	text-align: left;
	background: url(pics/box_oben.gif) no-repeat;
}

#box-mitte {
	width: 750px;
	background: url(pics/box_mitte.gif);
}

#box-unten {
	width: 750px;
	height: 15px;
	padding-top: 10px;
	text-align: center;
	background: url(pics/box_unten.gif) no-repeat top;
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	margin-bottom: 20px;
}

#box-unten a, #box-unten a:visited {
	color: #555;
	background-color: #dcb;
	text-decoration: none;
}

#box-unten a:hover {
	color: #000;
	background-color: #dcb;
	text-decoration: underline;
}

#content {
	width: 720px;
	margin-left: 15px;
	background: url(pics/bg.jpg) repeat-x;
}

#header {
	width: 650px;
	padding-top: 35px;
	margin-left: 35px;
	background: url(pics/logo-dent-specialist.gif) no-repeat center;
}

#header img {
	border: 1px solid #fff;
	float: left;
}

.header-pic-rechts {
	float: right;
}

.print {
	display: none;
}

#text {
	margin: 25px 45px 10px 45px;
}

#text ul {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-left: 5.5em;
	margin-right: 5.5em;
	margin-bottom: 1.0em;
}

#text table {
	margin-left: 3.0em;
	margin-bottom: 1.0em;
	width: 530px;
	border-collapse: collapse;
	background-color: #0E1B47;
	text-align: left;
}

#text caption {
	font: bold 1.0em/1.3 Arial, Geneva, sans-serif;
	color: #DDCCBB;
	padding-bottom: 0.5em;
}

#text thead tr {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	background-color: #0F417C;
}

#text thead td {
	border-bottom: 1px solid #0F417C;
}

#text tbody tr {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	background-color: #0E1B47;
}

#text tbody td {
	padding: 0.2em;
	border-bottom: 1px solid #0F417C;
}

#text a {
	color: #dcb;
	text-decoration: none;
}

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

.firma {
	font-weight: bold;
}

.spalte {
	width: 315px;
	float: left;
}

.spalte img {
	margin-right: 0.2em;
}

.spalte a {
	color: #dcb;
	text-decoration: none;
}

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

#footer {
	border-top: 2px solid #fff;
	margin: 30px 45px 15px 45px;
	text-align: center;
}

#footer p {
	font: 0.7em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-top: 1.0em;
}

#footer a {
	color: #dde;
}

#footer a:hover {
	color: #fff;
}

/* Layout Navigation */
#navigation {
	background-color: #fff;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 2px 0 2px 0;
	height: 22px;
}

#navigation ul {
	width: 100%;
	background-color: #fff;
	color: #58c;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#navigation li {
	display: inline;
	height: 16px;
}

#navigation li a {
	padding: 2px 10px 0 10px;
	background-color: #fff;
	color: #58c;
	text-decoration: none;
	float: left;
	height: 20px;
}

#navigation a:hover {
	background-color: #58c;
	color: #fff;
}

#navigation li a#current {
	background-color: #fff;
	color: #9cf;
}

/* Layout Formular */
fieldset {
	font: 0.8em/1.3 Arial, Geneva, sans-serif;
	color: #dde;
	margin-left: 3.5em;
	margin-right: 3.5em;
	margin-bottom: 1.0em;
}

legend {
	color: #dde;
	margin: 1.0em;
}

label.left {
	float: left;
	text-align: right;
	width: 6em;
	margin-right: .3em;
	margin-bottom: 1.0em;
}

input[type=text], select {
	float: left;
}

input[type=submit].right {
	margin-left: 6.3em;
	margin-top: 1.0em;
}

form br {
	clear: both;
}

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
	cursor: pointer;
}

input, textarea {
	color: #000;
	background: #eee;
}

input:focus, textarea:focus {
	color: #000;
	background: #fff;
}

form {
	line-height: 150%;
}
