html, body {height:100%;}
*{font-size:100.01%}
html{
	font-size:62.5%;
}
body {
	color:#285184;
	margin:0;
	font:1.2em Arial, Helvetica, sans-serif;
	min-width:1240px;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input, select, textarea {
	padding:0;
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
img {
	border:none;
}
a {
	color:#8b272b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* wrapper */
#wrapper {
	width:100%;
	height:100%;
	position:relative;
}
/* header */
#header {
	min-height:24%;
	background:#dde9f6 url(../images/bg-logo.gif) repeat-y 336px 0;
	position:relative;
	width:100%;
	z-index:100;
}
* html #header {
	height:24%;
}
#header .hold {
	overflow:hidden;
	width:100%;
}
/* logo */
.logo {
	position:relative;
	width:268px;
	height:170px;
	float:left;
	margin-left:336px;
	overflow:hidden;
	display:inline;
}
* html .logo {
	position:relative;
}
.logo ul {
	margin:0;
	padding:0;
	overflow: hidden;
	list-style:none;
	width:99999px;
	position:relative;
}
.logo ul li {
	float:left;
	width:268px;
}
.logo img {
	display:block;
}
/* info-box */
.info-box {
	width:300px;
	padding:0 15px 0 0;
	float:right;
	position:relative;
}
.info-box em {
	color:#8eadcd;
	margin-bottom:11px;
	display:block;
	margin-top:-25px;
	position:relative;
}
.info-box strong {
	display:block;
	width:161px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-ratiodetal.gif) no-repeat;
	margin-bottom:6px;
}
.info-box .link {
	float:left;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	background:#96b8de;
	padding:0 10px;
	line-height:20px;
	margin-top:11px;
	white-space:nowrap;
}
.info-box address {
	margin:0;
	padding:0;
	width:275px;
	white-space:nowrap;
}
.info-box address span {
	width:127px;
	float:left;
	font-size:1.1em;
	line-height:19px;
	color:#285184;
	font-style:normal;
}
.info-box address span.phone {
	width:auto;
}
/* nav-hold */
.nav-hold {
	height:31px;
	width:100%;
	background:#285184;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	display:table;
}
/* nav */
#nav {
	margin:0 0 0 333px;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	line-height:44px;
	margin:-5px -10px -8px 0;
	position:relative;
}
* html #nav li {margin-right:-15px;}
#nav li a {
	font-size:13px;
	color:#fff;
	text-decoration:none;
	padding:0 18px 2px 25px;
	float:left;
	line-height:42px;
}
#nav li span {
	width:14px;
	float:left;
	height:44px;
}
#nav li.active a ,
#nav li.hover a ,
#nav li:hover a {
	color:#285184;
	background:url(../images/bg-nav-l.png) no-repeat;
}
#nav li.active span ,
#nav li.hover span,
#nav li:hover span {
	background:url(../images/bg-nav-r.png) no-repeat;
}
#nav li.hover .drop ,
#nav li:hover .drop {
	display:block;
}
#nav li:first-child a{padding-left:32px;}
/* drop */
#nav li .drop {
	width:238px;
	position:absolute;
	top:36px;
	left:3px;
	display:none;
}
#nav li .drop-top {
	height:8px;
	overflow:hidden;
	background:url(../images/bg-drop-top.png) no-repeat;
}
#nav li .drop-btm {
	height:8px;
	background:url(../images/bg-drop-btm.png) no-repeat;
}
#nav li .drop-c {
	width:238px;
	background:url(../images/bg-drop.png) repeat-y;
}
#nav li .drop-c:after {
	clear:both;
	content:"";
	display:block;
}
#nav li .drop-c div {
	width:238px;
	float:left;
	position:relative;
	margin:-7px 0 0;
}
#nav li .drop ul {
	margin:0;
	padding:0;
	list-style:none;
	width:231px;
	background:#dde9f6 url(../images/bg-drop2.gif) repeat-x;
	overflow:hidden;
}
#nav li .drop ul li {
	width:231px;
	line-height:30px;
	margin:0;
	padding:0;
	border-bottom:1px solid #cbd9e8;
	border-top:1px solid #fff;
}
#nav li .drop ul li a {
	color:#285184;
	padding:0 0 0 30px;
	line-height:30px;
	width:201px;
	position:relative;
	font-weight:normal;
}
#nav li.hover .drop ul li a,
#nav li:hover .drop ul li a{
	background:none !important;
}
#nav li .drop ul li.hover a,
#nav li .drop ul li:hover a,
#nav li .drop ul li.active a,
#nav li .drop ul li a:hover{
	color:#933539;
	background:#fff !important;
}
/* textchanger */
#textchanger {
	position:absolute;
	top:-23px;
	right:343px;
	width:200px;
}
#textchanger ul {
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#textchanger ul li {
	float:left;
}
#textchanger ul li a {
	color:#285184;
}
#increase ,
#decrease {
	width:21px;
	line-height:21px;
	text-align:center;
	display:block;
	background:#fff;
	color:#285184;
	margin-right:2px;
}
#reset {
	float:left;
	line-height:21px;
	margin-right:5px;
	background:none;
}
#increase {
	font-size:1.3em;
}
/* main */
#main {
	position:relative;
	min-height:50%;
	width:100%;
	background:url(../images/bg-main.gif) repeat-y 100% 0;
}
* html #main {
	height:50%;
}
#main .hold {
	min-height:350px;
	overflow:hidden;
	padding-left:336px;
}
* html #main .hold {
	height:350px;
	overflow:visible;
}
#wrapper .big-img {
	position:absolute;
	top:100%;
	left:0;
}
/* sidebar */
.sidebar {
	width:290px;
	float:right;
	display:inline;
	margin:0 25px 0 10%;
	overflow:hidden;
	border-top:18px solid #fff;
}
.slide-holder {
	width:290px;
	height:1%;
}
.sidebar .slide {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.sidebar .slide li {
	width:290px;
	float:left;
}
.sidebar img {
	display:block;
}
.sidebar .text {
	padding:14px 17px 0 24px;
	border-top:10px solid #fff;
}
.sidebar .text p {
	margin:6px 0 0;
}
.sidebar .text a {
	margin:6px 0 0;
	color:#285184;
}
.sidebar .text strong {
	font-size:1.5em;
}
.sidebar .swicher {
	width:249px;
	margin:0;
	padding:0 18px 12px 24px;
	list-style:none;
	position:absolute;
	bottom:0;
	right:24px;
	border-bottom:18px solid #fff;
	z-index:999;
}
* html .sidebar .swicher {
	bottom:-1px;
}
.sidebar .swicher li {
	float:left;
	padding-right:6px;
}
.sidebar .swicher li a {
	display:block;
	width:25px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
	background:#fff;
}
.sidebar .swicher li a:hover ,
.sidebar .swicher li a.active {
	background:#96b8de;
}
/* content */
#content {
	padding:32px 0 15px 4%;
	overflow:hidden;
	width:460px;
	/*max-height:300px;*/
}
#content h1 {
	margin:0 0 12px;
	font-size:1.5em;
}
#content p {
	margin:0 0 12px;
	line-height:1.4em;
}
#content .button {
	line-height:20px;
	float:left;
	padding:0 25px 0 13px;
	background:#96b8de url(../images/arrow01.gif) no-repeat 100% 6px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	margin-top:5px;
}
#content ul {
	line-height:1.4em;
}
#content ul li {
	margin-bottom:8px;
	margin-left:-23px;
}
.zahntechnik-hersteller img{
	display:inline;
	margin-right:14px;
	margin-top:3px;
	margin-bottom:18px;
}
.tabelle {
	float:left;
	margin-right: 12px;
	margin-top:3px;
	vertical-align: top;
	
}
.tabelle-text {
	font-style:italic;
	color:#8eadcd;
	font-size:1em;
	line-height:1.3em;
}	

#ansprechpartner {
	float:left;
	margin-right: 20px;
}

/* footer */
#footer {
	height:26%;
	min-height:179px;
	background:#d4e7ec url(../images/bg-footer2.jpg) repeat-x;
	position:relative;
}
* html #footer {margin:0 0 -1%}
#footer .hold {
	background:url(../images/bg-footer.jpg) no-repeat;
	width:100%;
	min-height:179px;
}
#footer .text-hold {
	padding:30px 0 0 336px;
	min-height:114px;
}
* html #footer .text-hold {
	height:133px;
}
#footer .text-hold .freiheit {
	width:463px;
	height:56px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-freiheit.png) no-repeat;
}
#footer .text-hold .zahnersatz-ausland {
	width:463px;
	height:56px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-zahnersatz-ausland.png) no-repeat;
}
#footer .text-hold .text-qualitat-bezahlbar {
	width:463px;
	height:56px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-qualitaet-bezahlbar.png) no-repeat;
}
#footer .text-hold .text-zertifizierte-standards {
	width:463px;
	height:56px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-zertifizierte-standards.png) no-repeat;
}
#footer .text-hold ul {
	margin:29px 0 0 -17px;
	padding:0 0 0 4%;
	list-style:none;
	overflow:hidden;
	white-space:nowrap;
}
#footer .text-hold ul li {
	float:left;
	padding:0 18px;
	line-height:23px;
	background:url(../images/sep01.gif) no-repeat;
}
#footer .text-hold ul li:first-child {
	background:none;
}
#footer .text-hold ul li a {
	font-size:1.1em;
	color:#285184;
}
/* list-box */
.list-box {
	position: relative;
	overflow:hidden;
	min-height:34px;
	width:100%;
	background:#d4e7ec;
	border-top:1px solid #fff;
}
* html .list-box {
	height:34px;
}
.list-box ul {
	margin:0 59px 0 3%;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
	overflow:hidden;
}
.list-box ul.slide-list {
	position: absolute;
	left: 336px;
}

.list-box ul li {
	float:left;
	line-height:34px;
	padding:0 8px;
	margin-left:-1px;
	background:url(../images/sep02.gif) no-repeat 0 11px;
	font-size:0.9em;
}
.list-box ul li a {
	color:#285184;
	white-space:nowrap;
}
.list-box em {
	float:right;
	font-style:normal;
	line-height:34px;
	margin-right:25px;
	font-size:0.9em;
}
.list-box .list {
	width:322px;
	margin-left:14px;
}
.sidebar .slideshow .slide {
	height: 277px;
	position: relative;
}
.sidebar .slideshow .slide li{
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar .slideshow .slide li.active{
	z-index: 1;
}
#footer  ul.slideset {
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 0 -6px 4% !important;
	width: 463px;
	height: 56px;
}
#footer ul.slideset li {
	position: absolute;
	top: 0;
	left: 0;
	padding:0 !important;
	background:none !important;
}
ul.slideset li.active {
	z-index: 1;
}

/* Tabelle Presse / Aktuell */

#simple-table {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
 
#simple-table td {
  padding-bottom: 5px;
  padding-top:14px;
  border-bottom: 1px solid #E5EBEF;
  vertical-align:top;
}
#simple-table thead td {
  background-color: #333;
  color: #fff;  
  font-weight: bold;
}
 
#simple-table tbody tr.grey td {
  background-color: #EEE;
}
.tabellenbild img{
	display:inline;
	width:100px;
	height:75px;
	margin-right:10px;
}
#simple-table .h3 {
	color:#8b272b;
	display: block;
	text-decoration: none;
	margin-bottom:6px;
	margin-top:1px;
}
#simple-table .h3 a {
	color:#8b272b;
	text-decoration: none;
}
#simple-table .h4 {
	color:#666666;
	font-size:9.5px;
	line-height:16px;
	display: block;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:1px;
}
#simple-table .h4 a {
	color:#666666;
	text-decoration: none;
}


/*form*/

.main-angaben{
	padding:0 0 0;
	margin:0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:458px;
	line-height:13px;
}
.am-besten{
	padding:0 0 7px;
	margin:0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:458px;
	line-height:13px;
}
.am-besten h2{
	margin:0 0 15px;
	font-size:12px;
}
.mitteilung h2{
	margin:0 0 15px;
	font-size:12px;
}
.row{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	position:relative;
}
.row label{
	float:left;
	padding:0 5px 0 1px;
}
.row input{
	float:left;
	background:none;
	border:0;
	margin:0;
}
.row span{
	float:left;
	background:#dde9f6;
	
}
.check{
	float:left;
	width:13px !important;
	margin:0;
}
.am-besten .kopie{
	padding:0 0 0 8px;
	width:200px;
}
.senden label{
	padding:0 0 0 6px;
}
.mein-bedarf{
	padding:0 0 28px;
}
.main-angaben h2,
.mein-bedarf h2{
	margin:0 0 7px;
	font-size:11px;
}
.main-angaben label{
	width:100px;
	padding:0 0 0 1px;
	line-height:13px;
}
.add{
	border:0;
}
.inner label{
	width:76px;
}
.main-angaben input,
.mein-bedarf input{
	padding:0 3px 0;
	height:15px;
}
.mein-bedarf label{
	padding:0 0 0 1px;
	line-height:13px;
}
.zeile-kurz input{
	width:180px;
}
.inner .zeile-kurz input{
	width:190px;
}
.alert span{
	background:#efc5c5;
}
.mitteilung textarea{
	float:left;
	width:419px;
	height:130px;
	padding:2px 3px;
	border:0;
	background:none;
	overflow:auto;
}
.senden,
.loschen{
	float:left;
	padding-bottom:10px;
}
.senden input{
	text-indent:-9999px;
	background: url(../images/btn-senden.gif) no-repeat;
	width: 54px;
	height: 17px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.loschen{padding:10px 0 0 54px;}
.loschen input {
	text-indent:-9999px;
	background: url(../images/btn-loschen.gif) no-repeat;
	width: 60px;
	height: 17px;
	float:left;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.required {
   background-color:#ffaaaa !important;
   /*border:1px solid #990000 !important;*/
}