@charset "utf-8"; 

/*--- YUI CSS reset ---*/
html{color:#000000;overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;border-spacing:0px;}
fieldset,img{border:0px;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;z-index:1;}
legend{color:#000000;}
a{text-decoration: none;}
.clear-left{clear:left;height:0px;overflow:hidden;}
.clear-right{clear:right;height:0px;overflow:hidden;}
.clear-both{clear:both;height:0px;overflow:hidden;}
::-moz-selection{background:#005b86;color:#fff;text-shadow:none;}
::selection{background:#005b86;color:#fff;text-shadow:none;}


/*--- end YUI CSS reset ---*/

body {
	font: normal 12px Arial;
	color: #000000;
	background-color: #005b86;
	background-image: url(../bilder/bg-verlauf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font: bold 24px Arial;
	color: #0076a0;
	padding-bottom: 10px;
	white-space: nowrap;
}

h1 img {
	margin-bottom: 5px;
}

h2 {
	font: bold 28px Arial;
	color: #666666;
	padding-bottom: 30px;
}

h3 {
	font: bold 105% Arial;
	color: #0076a0;
	white-space: nowrap;
	padding-bottom: 10px;
}

h4 {
	font: bold 105% Arial;
	color: #0076a0;
	white-space: nowrap;
	padding-bottom: 3px;
}

/* ##### GRUNDGERÜST ##### */

#wrap {
	width: 970px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(../bilder/bg-verlauf-content.jpg);
	background-repeat: repeat-x;
}

/* ##### HEADBEREICH ##### */

.head {
	height: 82px;
}

/* Navigation oben rechts */
.head ul.topNav {
	position: absolute;
	top: 13px;
	right: 50%;
	margin-right: -495px;
	font-size: 11px !important;
}

.head ul.topNav li {
	float: left;
}

.head .topNav a {
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
}

/* Lupen oben */
.head #lupe {
	position: absolute;
	top: 8px;
	right: 50%;
	margin-right: -185px;
}

/* Hauptnavigation */
.mainNav {
	background-repeat: no-repeat;
	height: 180px;
	width:970px;
	background-color: #005b86;
}
.mainNav .bg-image1 {
	background-image: url(../bilder/tn1.jpg);
	background-position: left 32px;
}
.mainNav .bg-image2 {
	background-image: url(../bilder/tn2.jpg);
	background-position: left 32px;
}
.mainNav .bg-image3 {
	background-image: url(../bilder/tn3.jpg);
	background-position: left 32px;
}
.mainNav .bg-image4 {
	background-image: url(../bilder/tn4.jpg);
	background-position: left 32px;
}
.mainNav .bg-image5 {
	background-image: url(../bilder/tn5.jpg);
	background-position: left 32px;
}
.mainNav .bg-image6 {
	background-image: url(../bilder/tn6.jpg);
	background-position: left 32px;
}
.mainNav .bg-image7 {
	background-image: url(../bilder/tn7.jpg);
	background-position: left 32px;
}
.mainNav .bg-image8 {
	background-image: url(../bilder/tn8.jpg);
	background-position: left 32px;
}

/* Sidebar */
.head #sidebar {
	width: 190px;
	margin-left: 770px;
	position: absolute;
	z-index: 100;
}

/* Finden */
.head a.filialen {
	display: block;
	width: 200px;
	height: 65px;
	background: url(../bilder/Filialen-finden.png) no-repeat;
	*-background: none;
	*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bilder/Filialen-finden.png",sizingMethod="image");
	margin-bottom: 7px;
	cursor: pointer;
	cursor: hand;
}

/* ##### HAUPTBEREICH ##### */

/* Sidebar */

#sidebar-content {
	float:right;
	background-image:url(../bilder/sidebar-verlauf.gif);
	background-repeat:repeat-y;
	padding-right: 10px;
	margin-bottom: 10px;
}

#sidebar-content .entry {
	width: 180px;
	cursor: pointer;
	cursor: hand;
}

.main {
	margin-top: 170px;
	_margin-top: 0px;
	width: 970px;
	background: #ffffff;
}

.content {
	float: left;
	padding: 40px 0px 100px 85px;
	width: 585px;
}

/* generelle Formatierungen */

.content p {
	font-size: 105%;
	padding-bottom: 28px;
	line-height: 145%;
	width: 480px;
}

.content ul.links_overview {
	margin-top: 30px;
}

.content ul.links_overview  li {
	color: #0076a0;
	font-weight: bold;
	background-image: url();
	padding-left: 0px;
}
.content ul.links_overview li a {
	font-weight: normal;
}

.content a, .content a:visited {
	color: #0076a0;
	text-decoration: none;
	outline-style: none;
}

.content a:focus, .content a:hover, .content a:active
{
	color: #333333;
	text-decoration: none;
}

.content table p {
	width: auto;
}

.content ul {
	list-style: none;
	margin-bottom: 20px;
}

.content ul li {
	line-height: 155%;
	padding-left: 13px;
	background-image: url(../bilder/minus.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	width: 480px;
}

.content ol li {
	line-height: 155%;
	padding-left: 13px;
	background-image: url(../bilder/minus.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

/* Kinderfilialen */

.content .child_store {
	width: 226px;
	line-height: 155%;
	margin: 7px 0px 7px 0px;
}

.content .child_store span.title {
	display: block;
	font: bold 13px Arial;
	color: #0076a0;
	white-space: nowrap;
	margin-bottom: 2px;
}

.content .child_store span.body {
	display: block;
	font: normal 13px Arial;
	margin-bottom: 9px;
}

.content .child_store span.institutionen_title {
	display: block;
	font: bold 12px Arial;
	color: #ffffff;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_title.jpg);
	padding: 7px 0px 0px 11px;
	height: 23px;
}

.content .child_store span.institutionen_body {
	display: block;
	font: bold 12px Arial;
	color: #0076a0;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_body.jpg);
	background-position: bottom left;
	padding: 6px 0px 17px 11px;
}

/* Fragen zum Thema ihabs? */

.content .fzti {
	width: 226px;
	line-height: 155%;
}
.content .fzti2 {
	width: 280px;
	line-height: 155%;
}

.content .fzti div.title {
	font: bold 12px Arial;
	color: #ffffff;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_title.jpg);
	padding: 7px 0px 0px 11px;
	height: 23px;
}

.content .fzti2 div.title {	
    font: bold 12px Arial;
	color: #ffffff;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_title2.jpg);
	padding: 7px 0px 0px 11px;
	height: 23px;}

.content .fzti div.body {
	font: normal 11px Arial;
	color: #0076a0;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_body.jpg);
	background-position: bottom left;
	padding: 6px 0px 17px 11px;
}

.content .fzti2 div.body {
	font: normal 11px Arial;
	color: #0076a0;
	white-space: nowrap;
	background-image: url(../bilder/child_store_institution_body2.jpg);
	background-position: bottom left;
	padding: 6px 0px 17px 11px;
}

.content .fzti div.body a, .content .fzti2 div.body a {
	color: #0076a0;
}

.content .fzti div.body table, .content .fzti2 div.body table  {
	font: bold 12px Arial;
}

.content .fzti div.body table tr td.left, .content .fzti2 div.body table tr td.left {
	width: 25px;
	padding: 6px 0px 0px 0px;
}

.content .fzti div.body table tr td.right, .content .fzti2 div.body table tr td.right {
	width: 168px;
	padding: 8px 0px 0px 0px;
}

.content .fzti div.body table tr td, .content .fzti2 div.body table tr td {
	vertical-align: top;
}

/* Info / Download - Modul */

.content .info_coupon {
	color: #0076a0;
	margin: 7px 0px 7px 0px;
}

.content .info_coupon td.left {
	width: 290px;
	vertical-align: top;
	padding-right: 30px;
}

.content .info_coupon td.right {
	width: 200px;
	vertical-align: top;
}

.content .info_coupon a.title {
	font-weight: bold;
	color: #0076a0;
}

.content .info_coupon span.description {
	display: block;
	font-style: italic;
	width: 250px;
}

/* Kontaktformular */

.myform {}

.myform span {
	font-weight: normal;
	font-size: 100%;
	margin-left: 2px;
}

.myform span span {
	font-weight: bold;
	font-size: 100%;
	color: #0076a0;
}

.myform div.line {
	margin: 8px 0px 8px 0px;
}

.myform .textfield_125 {
	background-image: url(../bilder/textfield_125.png);
	height: 34px;
	width: 100px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_150 {
	background-image: url(../bilder/textfield_150.png);
	height: 34px;
	width: 125px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_185 {
	background-image: url(../bilder/textfield_185.png);
	height: 34px;
	width: 160px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_200 {
	background-image: url(../bilder/txtfield_200.png);
	height: 34px;
	width: 175px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_230 {
	background-image: url(../bilder/txtfield_230.png);
	height: 34px;
	width: 205px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_310 {
	background-image: url(../bilder/txtfield_310.png);
	height: 34px;
	width: 285px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_460 {
	background-image: url(../bilder/txtfield_460.png);
	*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bilder/txtfield_460.png",sizingMethod="scale");
	height: 34px;
	width: 435px;
	padding: 0px 16px 0px 9px;
}

.myform .textfield_125 input,
.myform .textfield_150 input,
.myform .textfield_185 input,
.myform .textfield_200 input,
.myform .textfield_230 input,
.myform .textfield_310 input,
.myform .textfield_460 input {
	background: transparent;
	border: 0px;
	width: 100%;
	font-size: 13px;
	height: 30px;
	_padding-top: 5px; /* IE6 */
}
*+html .myform .textfield_125 input,
*+html .myform .textfield_150 input,
*+html .myform .textfield_185 input,
*+html .myform .textfield_200 input,
*+html .myform .textfield_230 input,
*+html .myform .textfield_310 input,
*+html .myform .textfield_460 input { /* IE7 */
	padding-top: 5px;
}

.myform .textarea_460_220 {
	background-image: url(../bilder/txtarea_460_220.png);
	height: 220px;
	width: 441px;
	padding: 0px 10px 0px 9px;
}
.myform .textarea_460_220 textarea {
	background: transparent;
	border: 0px;
	width: 100%;
	height: 200px;
	font-size: 13px;
	margin-top: 9px;
	font-family: Arial;
}

.myform a.but_send {
	display: block;
	width: 108px;
	height: 34px;
	background-image: url(../bilder/but_send.gif);
}
.myform a.but_send:hover {
	background-position: 0px 34px;
}

.myform a.but_print {
	display: block;
	width: 108px;
	height: 34px;
	background-image: url(../bilder/but_print.gif);
}
.myform a.but_print:hover {
	background-position: 0px 34px;
}

/* Kosten */

/* Kosten - Popup */
.popup_kosten {
	width: 422px;
	font-size: 11px;
	background-color: #ffffff;
}

.popup_kosten h4 {
	display: block;
	width: 405px;
	height: 24px;
	background-image: url(../bilder/title_popup_422.jpg);
	font: bold 16px Arial;
	color: #ffffff;
	padding: 26px 0px 0px 17px;
}

.popup_kosten p, .popup_kosten img {
	margin: 12px 15px 12px 15px;
}

.popup_kosten .print {
	display: block;
	background-image: url(../bilder/kosten_bg_drucken.jpg);
	width: 136px;
	height: 22px;
	font-weight: bold;
	padding-top: 6px;
	color: #ffffff;
	text-align: center;
	float: right;
}

/* Infomaterial - Kosten */
.popup_imbt {
	width: 4410px;
	height: 590px;
	font-size: 12px;
	background-color: #ffffff;
}

.popup_imbt h4 {
	display: block;
	width: 393px;
	height: 24px;
	background-image: url(../bilder/title_popup_422.jpg);
	font: bold 16px Arial;
	color: #ffffff;
	padding: 26px 0px 0px 17px;
}

.popup_imbt .myform {
	margin: 12px 15px 12px 15px;
}

/* Hörlösungen - Kosten */
.hoerloesungen_kosten {
	background-image: url(../bilder/kosten_hintergrund.jpg);
	width: 571px;
	height: 396px;
	font-size: 11px;
}

.hoerloesungen_kosten a.link {
	margin-left: 321px;
	margin-bottom: 8px;
	display: block;
	width: 226px;
	height: 38px;
	padding-top: 12px;
	padding-left: 13px;
	color: #333333;
	font-weight: bold;
	background: url(../bilder/i.gif) no-repeat;
	background-position: 197px 12px;
}
.hoerloesungen_kosten a.link span {
	display: block;
	color: #0076a0;
}

/* Hörlösungen - Übersicht */
.hoerloesungen {
	width: 182px;
	float: left;
	margin-right: 18px;
	margin-top: 12px;
	margin-bottom: 15px;
}

.hoerloesungen h1 {
	font-size: 15px;
	padding-bottom: 3px;
}

.hoerloesungen p {
	font-style: italic;
	padding-bottom: 5px;
	width: 182px;
}

.hoerloesungen img.image {
	margin-bottom: 10px;
}

.hoerloesungen a.link {
	display: block;
	background-image: url(../bilder/but_hoerloesung.gif);
	width: 182px;
	height: 33px;
}

.hoerloesungen a.link:hover {
	background-position: 0px 33px;
}

/* Hörlösung - Einzelansicht */
.hoerloesung {
}

.hoerloesung .left, .hoerloesung .right {
	float: left;
	width: 270px;
}

.hoerloesung .left {
	margin-right: 12px;
}

.hoerloesung h4 {
	display: block;
	width: 265px;
	height: 30px;
	font: bold 16px Arial;
	color: #ffffff;
	padding: 25px 0px 0px 17px;
}

.hoerloesung .left h4 {
	background-image: url(../bilder/hoerloesung_left_bg_top.gif);
}

.hoerloesung .right h4 {
	background-image: url(../bilder/hoerloesung_right_bg_top.gif);
}

.hoerloesung .content {
	width: 282px;
	padding: 0px;
	height: auto;
	float: none;
}

.hoerloesung .left .content .ohr {
	background: url(../bilder/ohr.gif) no-repeat;
	background-position: -3px -10px;
}

.hoerloesung .left .content {
	background-image: url(../bilder/hoerloesung_left_bg_middle.gif);
}

.hoerloesung .right .content {
	background-image: url(../bilder/hoerloesung_right_bg_middle.gif);
}

.hoerloesung .content .text {
	padding: 14px 25px 14px 14px;
}

.hoerloesung .content .image {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}

.hoerloesung .content .file_description {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.hoerloesung .bottom {
	width: 282px;
	height: 20px;
	margin: 0px;
}

.hoerloesung .left .bottom {
	background-image: url(../bilder/hoerloesung_left_bg_bottom.gif);
}

.hoerloesung .right .bottom {
	background-image: url(../bilder/hoerloesung_right_bg_bottom.gif);
}

.hoerloesung table {
	margin: 0px 25px 0px 14px;
	font: bold 12px Arial;
}

.hoerloesung table tr td.left {
	width: 20px;
	padding: 6px 0px 0px 0px;
}

.hoerloesung table tr td.right {
	width: 210px;
	padding: 8px 0px 0px 0px;
}

.hoerloesung table tr td {
	vertical-align: top;
	color: #0076a0;
}

.hoerloesung table tr td a {
	color: #0076a0;
}

.hoerloesung a.but_back {
	display: block;
	width: 107px;
	height: 42px;
	background-image: url(../bilder/but_back.gif);
	margin-top: 15px;
}

.hoerloesung a.but_back:hover {
	background-position: 0px 42px;
}

/* Chronik */
div.chronik_tabelle {
	float: left;
	width: 460px;
	margin-right: 25px;
}
div.chronik_bilder_position {
	width: 100px;
	float: left;
	margin-top: 8px;
}
div.chronik_bilder_position a {
	display: block;
	margin-bottom: 16px;
	background-image: url(../bilder/chronik_vorschau_schatten.jpg);
	height: 55px;
	width: 85px;
}
div.chronik_bilder_position a img {
	width: 75px;
	height: 46px;
}

/* Umfrage */
.poll {
	width: 328px;
	
}
.poll .breadcrumb {
	margin-bottom: 12px;
}
.poll .breadcrumb .yes {
	width: 35px;
	height: 6px;
	background-color: #07648a;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
.poll .breadcrumb .no {
	width: 35px;
	height: 6px;
	background-color: #e7eef4;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
.poll .title {
	width: 312px;
	padding: 0px 10px 0px 0px;
	height: 31px;
	background-image: url(../bilder/poll_title.jpg);
}
.poll .title span.question {
	float: left;
	color: #ffffff;
	font-weight: bold;
	margin: 8px 0px 0px 11px;
}
.poll .title .subject {
	float: right;
	color: #ffffff;
	font-style: italic;
	margin: 8px 13px 0px 0px;
}
.poll .cont {
	width: 312px;
	padding: 0px 10px 5px 0px;
	background-image: url(../bilder/poll_cont.jpg);
}
.poll .cont .image {
	margin: 3px 0px 10px 0px;
}
.poll .cont p.question {
	margin: 2px 15px 2px 12px;
	color: #0076a0;
	font-weight: bold;
	width: 285px;
}
.poll .cont ul li {
	background: transparent;
	color: #0076a0;
	font-weight: bold;
	width: 200px;
}
.poll .cont ul li input {
	margin-right: 10px;
}
.poll .cont .prev {
	display: block;
	height: 18px;
	padding-top: 1px;
	padding-right: 15px;
	width: 50px;
	cursor: hand;
	cursor: pointer;
	color: #0076a0;
	font-weight: bold;
	background-image: url(../bilder/pfeil_links.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	margin-left: 165px;
	_margin-left: 80px;
}
.poll .cont .next {
	display: block;
	height: 18px;
	padding-top: 1px;
	padding-left: 21px;
	width: 50px;
	cursor: hand;
	cursor: pointer;
	color: #0076a0;
	font-weight: bold;
	background-image: url(../bilder/pfeil_rechts.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 6px;
}
.poll .bottom {
	width: 322px;
	height: 17px;
	background-image: url(../bilder/poll_bottom.jpg);
}

ul.poll_results {
	margin-bottom: 20px;
}

ul.poll_results li {
	background-image:url();
	padding: 0px;
	line-height: 200%;
	width: 615px;
}

div.poll_title {
	background-image: url(../bilder/pfeil_rechts_gross.gif);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 38px;
	height: 23px;
	margin-bottom: 5px;
	color: #0076a0;
	font-weight: bold;
}

div.aktuell_bg {
	position: absolute;
	top: 252px;
	left: 50%;
	margin-left: -485px;
	background-image: url(../bilder/aktuell.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 78px;
	z-index: 1;
}

h1.aktuell {
	position: relative;
	z-index: 2;
	margin-left: -2px;
	margin-bottom: 15px;
}

/* Filiale */
div.filiale {}

div.filiale h1 {
	margin-left: -33px;
	padding-left: 36px;
	width: 30px;
	height: 25px;
	padding-top: 5px;
	font-size: 16px;
	color: #005b86;
	background: url("../bilder/find.gif") no-repeat;
	padding-bottom: 4px;
}

div.filiale div.print a.printpreview {
	display: block;
	height: 12px;
	background: url("../bilder/drucker.jpg") no-repeat;
	padding-left: 18px;
	line-height: 12px;
	width: 72px;
	text-align: right;
	margin-bottom: 7px;
	color: #005779;
}

div.filiale div.print a.back {
	display: block;
	height: 12px;
	line-height: 13px;
	width: 90px;
	text-align: right;
	color: #005779;
}

div.filiale div.print {
	position: absolute;
	top: 310px;
	right: 50%;
	margin-right: -170px;
	font-size: 11px;
	color: #005779;
	font-weight: bold;
	line-height: 1.7;
}

/* Sidebar - Archiv */
div.sidebar-archive-entry {
	width: 555px;
	margin: 10px 0px 10px 0px;
}

div.sidebar-archive-entry table.sidebar-archiv1 {
	width: 555px;
	font-size: 11px;
	margin: 1px;
	cursor: pointer;
	cursor: hand;
}

div.sidebar-archive-entry table.sidebar-archiv2 {
	width: 553px;
	font-size: 11px;
	margin: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
}

div.sidebar-archive-entry table h5 {
	color: #005779;
	font-weight: bold;
	margin: 5px;
	margin-left: 10px;
	font-size: 12px;
}

div.sidebar-archive-entry table h6 {
	color: #005779;
	font-style: italic;
	font-weight: normal;
	margin: 5px;
	margin-left: 10px;
	font-size: 11px;
}

div.sidebar-archive-entry table img.sidebar-archiv-pic {
	border: 0px;
	margin: 1px 7px 7px 9px;
}

div.sidebar-archive-entry table div.text {
	font-size: 11px;
	margin-right: 10px;
	line-height: 1.4;
	width: 332px;
}

div.sidebar-archive-entry table div.sidebar-text-more {
	font-size: 11px;
	color: #005779;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}









































.findlogo {
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#005b86;
font-weight:bold;	
height:32px;
background-image: url(../bilder/find.gif);
background-repeat: no-repeat;
text-indent: 34px;
vertical-align: middle;
line-height: 32px;
background-position: left center;
display:block;
white-space: nowrap; }

#sidebar .logo{
width:190px; 
height:180px; 
background:url("../bilder/logo-iffland.png") no-repeat;
z-index: 99999999;
}

#navi{
padding:0 0; /* padding (Auffuellung) bezeichnet den Innenabstand und margin (Rand) den Aussenabstand der div -Box. */
height:180px; }



.mainContent p{
padding-bottom:28px; 
line-height:155%; }

strong, b{
font-weight:bold; }

#hinweis{padding:30px;}
#hinweis p{font:120% Arial,Helvetica,sans-serif;}




.sidebar-dotted{
height:10px; 
border-bottom-width:2px; 
border-bottom-style:dotted; 
border-bottom-color:#005b86;
overflow: hidden;
}

.sidebar-head{
height:27px; 
background:#9cb9cf; 
border-bottom-width:2px; 
border-bottom-style:solid; 
border-bottom-color:#FFF; 
width:180px !important; }

.sidebar-head2{
height:27px; 
background:#005779; 
border-bottom-width:2px; 
border-bottom-style:solid; 
border-bottom-color:#FFF; 
width:180px !important; }

.sidebar-head h3, .sidebar-head2 h3{
font-weight:bold; 
color:#FFF; 
text-indent:7px; 
padding-top:9px; 
font-size:90.8%;
width:180px !important;  }

.sidebar-teaser{
color:#333333; 
background:transparent url('../bilder/sidebar_bg.jpg'); 
font-size:95.8%; }

.sidebar-teaser_over{
color:#005b86; 
background:transparent url('../bilder/sidebar_bg_over.jpg'); 
font-size:95.8%; }

.sidebar-teaser p, .sidebar-teaser_over p{
font-size:90.8%; 
line-height:145%; 
padding:6px; }

.sidebar-teaser p.more, .sidebar-teaser_over p.more{
margin-right:9px; 
padding-bottom:4px; 
font-size:90.8%; 
font-weight:bold; 
text-align:right;
}

.sidebar-shadow-bottom{ /* IE Bug */
margin-bottom:-3px; }



#rex_con_filialen{
font-size:11px; font-family:Arial; padding:5px; 
margin-top:12px; 
margin-bottom:6px; 
width:510px; }

#rex_con_filialen td{
padding-right:2px; 
padding-top:4px; 
padding-bottom:6px; }

.bl a {
color: #005b86;
font-weight: bold;
}

.tel {
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#005b86;
font-weight:bold;	
height:32px;
background-image: url(../bilder/tel.gif);
background-repeat: no-repeat;
text-indent: 34px;
vertical-align: middle;
line-height: 32px;
background-position: left center;
display:block; }

	
.mail {
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#005b86;
font-weight:bold;	
height:32px;
background-image: url(../bilder/mail.gif);
background-repeat: no-repeat;
text-indent: 34px;
vertical-align: middle;
line-height: 32px;
background-position: left center;
display:block;
white-space: nowrap; }

.blatt {
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#005b86;
font-weight:bold;	
height:32px;
background-image: url(../bilder/blatt.gif);
background-repeat: no-repeat;
text-indent: 34px;
vertical-align: middle;
line-height: 32px;
background-position: left center;
display:block;
white-space: nowrap; }
	
.mail a {
color:#005b86; }
	
.mail a:focus, .mail a:hover, .mail a:active {
color:#333; }
	
.indent { text-indent: 34px;
margin-bottom:-20px;
white-space: nowrap; }

#filiale_title_ohr {
	position: absolute;
	top: 292px;
	left: 50%;
	margin-left: -464px;
	width: 30px;
	height: 30px;
	background: url("../bilder/find.gif");
}

#filiale_title_ohr_po {
	position: absolute;
	top: 42px;
	_top: 40px;
	left: 50%;
	margin-left: -319px;
	_margin-left: -304px;
	width: 30px;
	height: 30px;
}

#filiale_title_logo_po {
	position: absolute;
	top: 8px;
	_top: 0px;
	left: 50%;
	margin-left: 145px;
	width: 186px;
	height: 125px;
}

#filiale_title_logo_po_p {
	position: absolute;
	top: 998px;
	_top: 990px;
	left: 50%;
	margin-left: 145px;
	display: none;
}

#filiale_title_p_po {
	position: absolute;
	top: 175px;
	right: 50%;
	margin-right: -322px;
	font-size: 11px;
	color: #005779;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

#filiale_title_x_po {
	position: absolute;
	top: 195px;
	right: 50%;
	margin-right: -322px;
	font-size: 11px;
	color: #005779;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.ofbg {
	background: url('../bilder/ofbg.png');
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -400px;
	width: 655px;
	height: 1015px;
	z-index: 999999999;
	padding-left: 90px;
	padding-top: 49px;
	_background: #FFF;
	_border: 1px solid #bbb;
	_width: 625px;
}

h6 {
	font-size: 12px;
	color: #005779;
	font-weight: bold;
	margin-bottom: 4px;
}

.ofa {
	font-size: 12px;
	line-height: 19px;
}

.ofnung tr td {
	font-size: 12px;
	line-height: 19px;
}

.foot {
	height: 30px;
	background-color: #005b86;
}

.foot ul {
}

.foot ul li {
	margin: 13px 15px 13px 15px;
}

.foot ul li {
	float: right;
}

.foot a {
	color: #ffffff;
}
.foot a:hover {
	text-decoration: underline;
}

.foot .logos li {
	float: left;
	margin: 0px;
}

.foot .logos li a {
	display: block;
	height: 28px;
}

.foot .logos li .widex {
	width: 75px;
	background: url('../bilder/logos-hersteller/_widex.gif');
}

.foot .logos li .egger {
	width: 74px;
	background: url('../bilder/logos-hersteller/_egger.gif');
}

.foot .logos li .siemens {
	width: 90px;
	background: url('../bilder/logos-hersteller/_siemens.gif');
}


.foot .logos li .oticon {
	width: 77px;
	background: url('../bilder/logos-hersteller/_oticon.gif');
}

.foot .logos li .phonak {
	width: 77px;
	background: url('../bilder/logos-hersteller/_phonak.gif');
}

.foot .logos li .sennheiser {
	width: 146px;
	background: url('../bilder/logos-hersteller/_sennheiser.gif');
}

.foot .logos li .humantechnik {
	width: 136px;
	background: url('../bilder/logos-hersteller/_humantechnik.gif');
}

.foot .logos li a:hover {
	background-position: 0px -28px;
}


a.link_change { color: #000000 !important; }
a.link_change:hover { color: #0076a0 !important; }


/* Ausgabe auf dem Drucker */
@media print {
	#wrap {
		width: 680px !important;
	}
	.ofbg {
		position: absolute;
		top: -30px;
		margin-left: -375px;
		background: #FFFFFF;
		page-break-after:avoid;
		height: auto;
	}
	#filiale_title_logo_po_p {
		display:block;
		width:174px;
		height:46px;
	}
	.table_web {
		display: none;
	}
	.table_print {
		display: block !important;
	}
	.hoerloesung a.but_back {
		display: none;
	}
	.main {
		margin: 0px;
	}
	.foot {
		height: 1px;
		overflow: hidden;
	}
	#fancybox-titletag {
		display: none;
	}
	.noprint {
		display: none;
	}
}
