body,html{
	margin:0;
	padding:0;
	height:100%;
	background:#DDD;
	text-align:center;
	font-family: verdana,sans-serif,arial;
}

#box{
	width:984px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	position: relative;
  	min-height: 100%; 
  	height: auto !important; 
 	height: 100%; /* Fuer IE */
}

/* Kopf */

#head {
	height:130px;
	background:#DF0023;
}

#zahnfisch_logo {
	position:absolute;
	left:790px;
	top:10px;	
}

#zahnarzt_logo {
	position:absolute;
	left:10px;
	top:10px;	
}

#subtitle {
	position:absolute;
	left:18px;
	top:110px;	
}

/* Menu */

#topmenu {
	text-align:center;
	padding-left:28px;
	width:956px;
	height:22px;
	background:#ffa62d;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

#topmenu span, #topmenu a {
	padding-right:28px;
}

#topmenu span {
	color:#fff;
	background: url('../img/linkfisch.png') no-repeat right; 
	margin-right:15px;
}

#topmenu a {
	color:#000;
	text-decoration:none;
	margin-right:15px;
}

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

/* Footer */

#footer_box {
	position:relative;
	bottom:56px;
	margin:0 auto;
	text-align:left;
	width:984px;
	background:#fff;
}

#footer {
	bottom: 22px;
	height:22px;
	background:#DF0023;
	font-size:11px;
	line-height:22px;
	text-align:center;
	color:#fff;
}

#footer a {
	color:#fff;
}

/* add this */
.addthis_toolbox {
	font-size:12px;
	margin-left:780px;
	margin-bottom:5px;
}

.addthis_toolbox a {
  color:#AE0018;
}

/* Seiteninhalt */


#content {
	margin: 0 0 0 25px;
	width:936px;
	font-size:13px;
	line-height:1.5;
	color:#AE0018;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
  color:#AE0018;
  background: url('../img/link.gif') no-repeat left; 
  padding-left:12px;
}

#content h1 {
	font-size:18px;
}

#content h2 {
	font-size:16px;
	padding:0;
	margin:0;
}

#content h3 {
	font-size:16px;
	padding:0;
	margin:0;
}

#content .info {
	background:#ffa62d;
	padding:10px;
	color:#000;
}

#content .mobileBtn {
	background:#ffa62d;
	padding:5px;
	color:#000;
	text-align:center;
	font-size:20px;
	-moz-border-radius:15px; /* Firefox */
	-webkit-border-radius:15px; /* Safari, Chrome */
	-khtml-border-radius:15px; /* Konqueror */
	border-radius:15px; /* CSS3 */
}

#content .mobileBtn a {
	text-decoration:none;
	color:#000;
	background:none;
	padding:0;
}

#content .spalte_links { 
	width:400px;
	float:left;
}

#content .spalte_rechts {
	float:right;
	width:360px;
}

.smallfont {
	font-size:11px;
}

#content #leistungen {
	padding-right:40px;
}


.left {
	float:left;
	margin-right:40px;
}

.team_beschreibung {
	width:280px;
	float:left;
	margin-right:20px;
	padding-bottom:20px;
}

.team_beschreibung ul {
	padding: 0 0 0 10px;
	list-style-position:outside;
}

#vita {
}

#vita table {
	border:1px solid #ffd9d9;
}

#vita .light_red {
	background:#ffd9d9;
}

/* Bilder */

.img_left {
	float:left;
	margin-right:20px;
	padding-bottom:20px;
}

.img_right{
	float:right;
	margin-left:20px;
	padding-bottom:20px;
}



