/* geoplan main.css */

.hide {
	display:none !important;
}

a:focus {
outline: none;
}

img, div, a, input { behavior: url(iepngfix.htc) }

/* TOOLTIP ------------------------- */

.tip {
	width: 200px;
	color: #fff;
	text-align: center;
}

.tip-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/balloon.png) top left no-repeat !important;
	background: url(../images/balloon.gif) top left no-repeat;
	font-size: 12px;
}

.tip-text {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/balloon.png) bottom left no-repeat !important;
	background: url(../images/balloon.gif) bottom left no-repeat;
	font-size: 11px;
}

body {
background: #EFEADB url(../images/hg_webseite.gif) repeat-y scroll center center;
color: #58595B;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
}

#header {
background: #FFFFFF;
height: 109px;
overflow: hidden;
position: relative;
}

#header h1 a {
color: #634B07;
font-size: 15px;
text-decoration: none;
}

#header h1 a span {
display: block;
text-indent: -9000px;
}

.headerimage {
margin: 0 0 0 196px;
width: 783px;
height: 109px;
position: absolute;
top: 0px;
left: 0;
overflow: hidden;
}

#navi {
z-index: 100;
background: url(../images/hg-navi-main.gif);
height: 41px;
overflow: hidden;
padding: 0;
margin: 0;
}

#navi ul {
list-style: none;
margin: 0;
padding: 6px 0 6px;
}

#navi ul li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#navi a {
display: block;
height: 29px;
line-height: 29px;
}

#navi a span {
display: block;
text-indent: -9000px;
}

/* Suckerfish Dropdown */
#navi li ul {
position: absolute;
left: -999em;
list-style: none;
margin:0;
padding:0;
z-index: 999;
}

#navi li:hover ul {
	left: auto;
}

#navi li:hover ul,
#navi li.sfhover ul {
	left: auto;
}

#navi li:hover ul li,
#navi li.sfhover ul li {
	clear: both;
}

#navi li:hover ul li a,
#navi li.sfhover ul li a {
	display: block;
	padding: 4px 0;
	height: auto !important;
	min-height: 12px;
	height: 12px;
	color: #867339;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #867339;
	background: #dcd2ba !important;
	/*#EFEADB*/
}

#navi li:hover ul li a:hover,
#navi li.sfhover ul li a:hover {
	background: #C3B679 !important;
	color: #FFFFFF;
}

/*
@branko:

- hier beginnen die spezifischen Menüpunkte 
- HTML wurde mit Redaxo dynamisch erstellt, deswegen der id-Name #navi_{Kategorie-id}
- eventuell id-Name in neuer Redaxo-Umgebung ändern, wenn nötig

*/



/*---------------- SIDEBAR ------------------------------------------------------------*/

#sidebar {
}

#sidebar #kontaktcenter {
background: url(../images/hg_kontaktcenter.gif) no-repeat;
height: 237px;
margin: 0 0 25px 0;
}

#sidebar #kontaktcenter h3 {
height: 55px;
line-height: 30px;
margin: 0;
padding: 0;
text-indent: -9000px;
}

#sidebar #kontaktcenter ul {
list-style: none;
margin: 0 0 0 45px;
}

#sidebar #kontaktcenter ul li {
color: #634B07;
display: block;
font-size: 11px;
overflow: hidden;
height: 30px;
list-style: none;
margin: 0;
padding: 0;
}

#sidebar #kontaktcenter ul li a {
color: #634B07;
font-size: 11px;
text-decoration: none;
}

#sidebar #kontaktcenter ul li a:hover {
text-decoration: underline;
}


#sidebar #countries ul {
list-style-type:none;
margin:0;
padding:0;
}

#sidebar #countries div.countries {
background:#F4F1E7 none repeat scroll 0 0;
/*height:200px;*/
}

#sidebar #countries ul.left_countries {
float:left;
width:90px;
}

#sidebar #countries ul.right_countries {
float:right;
width:90px;
}

#sidebar #themes ul {
padding: 0;
margin: 0;
}

#sidebar #themes ul li,
#sidebar #countries ul li {
list-style-type: none;
margin:0;
padding:0;
}

#sidebar #themes ul li.country a {
display: block;
padding: 6px 10px 3px 10px;
width: 179px;
color: #9C8622;
font-size: 12px;
font-weight: bold;
line-height: 15px;
text-decoration: none;
background: #F4F1E7;
border-bottom: 1px solid #CDC290;
cursor: pointer;
}

#sidebar #themes ul li.country a:hover {
background: #EFEADB !important;
}

#sidebar #countries ul li.country a {
display:block;
background:#F4F1E7 none repeat scroll 0 0;
border-bottom:1px solid #CDC290;
color:#9C8622;
font-size:11px;
font-weight:normal;
line-height:14px;
padding:5px 10px 2px;
text-decoration:none;
}

#sidebar #countries ul li.country a:hover {
background:#EFEADB none repeat scroll 0 0;
color:#634B07;
}

#sidebar #themes h3,
#sidebar #countries h3 {
background:#EFEADB;
border-bottom:1px solid #CDC290;
color:#634B07;
font-size:13px;
font-weight:bold;
line-height: 17px;
margin: 0;
padding:6px 10px 3px;
cursor: pointer;
}


#sidebar #countries h4 {
background:#F4F1E7;
border-bottom:1px solid #CDC290;
color:#9C8622;
font-size:12px;
font-weight:bold;
line-height:15px;
margin:0;
padding:6px 10px 3px;
cursor:pointer;
}

#sidebar div.regions {
background-color: #F4F1E7;
}

#sidebar div.regions h4 {
background: #F4F1E7;
border-bottom: 1px solid #CDC290;
color: #9C8622;
font-size:12px;
font-weight:normal !important;
line-height:15px;
margin:0;
padding:6px 10px 3px;
}

#sidebar div.regions li {
float: left;
width: 75px;
height: auto;
background:#F8F6F0 none repeat scroll 0 0;
border-bottom:1px solid #E5E4E4;
color:#58595B;
font-size:11px;
line-height:14px;
padding: 5px 10px 2px 10px !important;
margin: 0 8px 0 0 !important;
}

#sidebar div.regions li a {
font-size:11px;
line-height:14px;
color: #58595B;
text-decoration: none;
}

#sidebar div.regions li a:hover {
color: #9C8622;
}

#sidebar div.regions li.right {
margin: 0 !important;
}

/* CONTENT -------------------------------------------------- */

#content {
width: 779px;
overflow: hidden;
}

#content a {
color:#634B07;
}

#content #boxes {
height:290px;
margin:0 !important;
overflow:hidden;
padding:0 !important;
position:relative;
}

#content .row {
position:relative;
}

#content .row img.zimmer {
position:absolute;
top:0;
left:0;
z-index:999;
}

#content .row img.leibseele {
position:absolute;
top:0;
left:0;
z-index:999;
}

#content .row img.aussen {
position:absolute;
top:0;
left:0;
z-index:999;
}

#content .row a.box img {
border-right:1px solid white;
float:left;
}

a.box div.geojubi {
position: absolute;
top: 0px;
right: 0px;
}

#content .row a.box img.last {
border-right:0px solid white;
}

#content .row a.box span {
display:block;
color: #FFF;
font-size: 11px;
height: 18px;
line-height: 18px;
overflow: hidden;
margin:0;
}

#content .row a.box span.left {
clear:both;
float:left;
padding: 0 3px 0 6px;
width:230px;
}
#content .row a.box span.right {
float:right;
padding: 0 6px 0 3px;
width:110px;
}

#content div.box {
position:relative;
}

#content a.box {
background: #9C8F56;
display: block;
height: 90px;
padding: 0;
margin: 0 0 10px 0;
text-decoration: none;
overflow:hidden;
}

#content a.box:hover {
	background:#00AAAD;
}

#content a.box img {
height: 72px;
overflow: hidden;
width: 119px;
display: block;
}

#content a.box span.box_text {
color: #FFFFFF;
font-size: 11px;
height: 18px;
line-height: 18px;
overflow: hidden;
padding: 0 6px 0 6px;
}

#content a.box span.box_txt {
display: block;
padding: 0 12px 0 6px;
color: #FFFFFF;
overflow: hidden;
}

#content div.play {
background:transparent url(../images/bt_play.png) no-repeat scroll left top;
cursor:pointer;
display:block;
height:16px;
position:absolute;
right:5px;
text-decoration:none;
top:5px;
width:19px;
}

div.boxempty {
margin: 0 0 10px 0;
background: #EEEADA url(../images/no-image.png) no-repeat scroll center center;
height:90px;
}

#breadcrumb {
height: 40px;
line-height: 40px;
margin-left: 18px !important;
margin-left: 9px;
}

#breadcrumb a {
color: #B19F50;
display: block;
float: left;
}

#breadcrumb a.active {
color: #009293;
text-decoration: none;
}

#breadcrumb span {
display: block;
float: left;
text-indent: -9000px;
width: 20px;
background: transparent url(../images/icon_breadcrumb.gif) no-repeat scroll center;
}

#content_top {
margin-left: 18px !important;
margin-left: 9px;
height: auto !important;
min-height: 290px;
height: 290px;
}

#content_top .gpln_Start {
height: 290px;
}

#content_top.artikel {
background:transparent url(../images/hg_content_txt_boxen.gif) repeat-y scroll left top !important;
}

#content_top_left {
background: #F5F2E8;
min-height: 290px;
overflow:hidden;
}

#content_top_left h2,
#content_top_right h2 {
color:#9C8622;
font-size:12px;
line-height:14px;
padding:12px 0 12px 12px;
font-weight: bold;
}

#content_top_left h2 a,
#content_top_right h2 a {
color:#9C8622;
text-decoration: none;
}

#content_top_left h3,
#content_top_right h3 {
color: #9C8622;
font-size: 15px;
font-weight: bold;
margin: 12px 12px 10px;
}

#content_top_left h4,
#content_top_right h4 {
color: #58595B;
font-size: 12px;
font-weight: bold;
margin: 12px 12px 10px;
}

#content_top_left p,
#content_top_right p {
line-height: 14px;
margin: 0 12px;
padding: 0 0 12px;
}

#image_big {
width: 359px;
height: 291px;
text-align: center;
overflow: hidden;
}

#image_big img {
max-width: 359px;
max-height: 291px;
}

#content_top_left.gpln_Start {
	background:url(http://geoplan-reisen.de/files/17692_5271_image_willkommen.jpg) center no-repeat;
	color:#FFF;
}

#content_top_left.gpln_Start * {
	color:#FFF;
}

#content #balken_top {
height: 100%;
overflow:hidden;
}

#content .balken {
text-align:center;
}

#content .balken a:hover {
color:#624B05;
}
#content .balken a {
color:#9C8622;
font-size:17px;
font-weight:bold;
text-decoration:none;
}

#content .balken #scroll_down {
background:transparent url(../images/bt_down.gif) no-repeat scroll center center;
font-size:11px !important;
font-weight:normal !important;
line-height:50px;
}

#content .balken #scroll_up {
background:transparent url(../images/bt_up.png) no-repeat scroll center center;
}

#scroll_up, #scroll_down {
display:block;
height:90px;
width:38px;
}

#content #balken_top .seperated {
background: #F0EADC;
height: 90px;
margin: 0 0 10px 0;
overflow:hidden;
}

#content #balken_top .full {
background: #F0EADC;
height: 100%;
}

#content_top_right {
background: #F5F2E8;
height: 100%;
overflow:hidden;
}

#content_bottom {
margin: 20px 0 0 10px !important;
margin: 20px 0 0 5px;
height: auto !important;
min-height: 150px;
height: 150px;
}

#content_bottom.country {
background:transparent url(../images/hg_content_txt_boxen.gif) repeat-y scroll left top !important;
}

#content_bottom.karte {
background: transparent url(../images/hg_content_txt_boxen_karte.gif) repeat-y scroll left top !important;
}

#content_bottom_left {
}

#content_bottom_left h4 {
color: #9C8622;
font-size: 12px;
font-weight:bold;
line-height: 14px;
padding: 12px 0 0 12px;
margin-bottom:14px;
}

#content_bottom_left h4 span.name {
display: block;
float: left;
padding: 0 10px 0 0;
}

#content_bottom_left p {
line-height: 14px;
margin: 0 12px;
padding: 0 0 12px;
}

#content_top .txt-img p {
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
}

/* KATALOGDOWNLOADS ---------------------------------------------------- */
table.katalog-download {
margin: 0 0 15px 12px;
width: 340px;
text-align: left !important;
}

table.katalog-download th {
padding: 0;
}

table.katalog-download tr {
height: 17px;
}

table.katalog-download tr td {
padding: 2px 0 !important;
}


/* UEBERSICHTSSEITE ----------------------------------------------------- */

#content_overview {
margin-left: 10px !important;
margin-left: 5px;
}

#content_overview h3 {
margin: 12px 0 10px 0;
color:#867339;
font-weight:bold;
}

#content_overview h4 {
margin: 0;
padding: 10px 0 10px 10px;
color:#58595B;
font-weight:bold;
}

#content_overview h4.grau {
color: #58595B;
margin: 12px 12px 5px;
padding: 0;
}

#content_overview p {
padding: 0 10px 10px 10px;
}

div.uebersicht {
	width:763px;
	float: left;
	height: auto !important;
	min-height: 157px;
	height: 157px;
	margin: 0 0 17px 0;
	background:url(../images/hg_uebersicht.gif) top left repeat-y;
}

.abschnitt_txt {
float: left;
width: 399px;
}

.abschnitt_details {
float: left;
width: 204px;
height: 157px;
overflow: hidden;
}

.zeitraum {
float: left;
border-top:1px solid #FFFFFF;
width:363px;
}

.zeitraum p {
	white-space:pre;
}

.abschnitt_image {
float: left;
width: 362px;
height: 157px;
overflow: hidden;
}

#content_overview .map {
float: left;
width: 157px;
height: 157px;
overflow: hidden;
border-left: 1px solid #FFF;
}

.karte {
background: url(../images/hg_content_txt_boxen_karte.gif) top left repeat-y !important;
}

/* DRUCKANSICHT ------------------------------------ */
#printview {
width: 608px;
background: url(../images/bt_druckansicht.gif) no-repeat;
}

.printview {
	display:block;
	height:20px;
	line-height:20px;
	margin:0 0 0 12px;
	padding:0 0 0 20px;
	background:url(../images/drucken.gif) center left no-repeat;
}

.print {
	color:#634B07;
	font-weight:normal;
	font-size:11px;
	display:block;
	float:right;
	height:20px;
	line-height:20px;
	margin:0 0 0 20px;
	padding:0 0 0 17px;
	background:url(../images/drucken.gif) center left no-repeat;
	text-decoration:none;
}

.close {
	color:#634B07;
	font-weight:normal;
	font-size:11px;
	height:20px;
	line-height:20px;
	display:block;
	float:right;
	text-align:right;
	margin:0 0 0 20px;
	padding:0 0 0 17px;
	background:url(../images/close.gif) center left no-repeat;
	text-decoration:none;
}

/* TAG ICONS *******************************************/

ul.icons {
padding: 0;
margin: 0 0 0 10px !important;
list-style: none !important;
}

li.icon {
width: 50px;
height: 50px;
float: left;
}

#preview_text_left .icon {
margin: 0 0 0 12px;
}

/* STARS ----------------------------------------------- */

.stars {
clear: both;
display: block;
height: 12px;
}

.star {
display: block;
float: left;
width: 10px;
height: 12px;
margin: 0 0 0 2px;
background: url(../images/star.png) no-repeat center;
}

.star_half {
display: block;
float: left;
width: 10px;
height: 12px;
margin: 0 0 0 2px;
background: url(../images/star_half.png) no-repeat center;
}

div.preis {
clear: both;
color: #86723A;
font-size: 18px;
font-weight: bold;
margin: 0 0 12px 12px;
}

span.preis {
color: #86723A;
font-size: 11px;
font-weight: 100;
}

#balken_bottom .balken {
	visibility:hidden;
}

#content_bottom_right {
}

a.printview {
	display:block;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 0 0 20px;
	background:url(../images/drucken.gif) center left no-repeat;
}

/* TABS --------------------------------- */
.mootabs_title {
list-style-image: none !important;
list-style-type: none !important;
margin: 0px !important;
padding: 0px !important;
height: 13px !important;
}

.mootabs_title li {
float: left !important;
background-color: #B5A663 !important;
padding:0;
margin:0;
height: 20px;
color: #FFF;
cursor: pointer !important;
font-weight: bold;
line-height: 20px !important;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}

.mootabs_title li.last {
border-right: 0px solid #FFF;
}

.mootabs_title li.over {
font-weight: bold !important;
}

.mootabs_title li.active {
color: #9C8622 !important;
border-bottom: 1px solid #e5dfc7;
background-color: #E5DFC6 !important;
}


.mootabs_title li span {
padding: 5px 12px;
line-height: 20px !important;
}

.mootabs_panel {
display: none !important;
position: relative !important;
clear: both !important;
/*overflow: auto !important;*/
}

.mootabs_panel p {
padding-top:10px !important;
}


.mootabs_panel.active {
display: block !important;
}

#content_bottom_right h5 {
color:#9C8622;
font-size: 11px;
font-weight:bold;
line-height: 14px;
padding: 12px 0 0 12px;
margin-bottom:14px;
}

#content_bottom_right p {
line-height: 14px;
margin: 0 0 12px 0;
padding: 0 12px 0 12px;
}

/* ANGEBOT DES MONATS ------------------- */

#monatsangebot {
clear: both;
margin: 0;
padding:0;
height: 165px;
/*border-top: 1px solid #cdc290;*/
background: #f3f0e4;
position:relative;
overflow:hidden;
}

#monatsangebot h1 {
	z-index: 999;
	padding:8px 0 0 8px;
	margin:0;
	width: 764px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	background: url(http://geoplan-reisen.de/images/header_monatsangebot.png) no-repeat;
}

#angebotsimages {
margin: 0 1px 0 0;
float: left;
width: 362px;
height: 165px;
padding:0;
overflow: hidden;
}

#angebotsimages a {
display: block;
float: left;
width: 180px;
height: 165px;
overflow:hidden;
padding:0;
margin:0 1px 0 0;
}

#angebotsimage_links {
float: left;
margin: 1px 1px 0 0;
width: 180px;
height: 107px;
}

#angebotsimage_rechts {
float: left;
margin: 1px 0 0 0;
width: 180px;
height: 107px;
}

#angebotstxt {
position:relative;
padding: 0;
margin: 0;
float: left;
width: 376px;
height: 116px;
}

#angebotstxt h2.angebot {
margin: 0;
padding: 30px 0 15px 12px;
font-weight: bold;
font-size: 12px;
color: #9C8622;
}

#angebotstxt p {
padding: 0 12px 12px 12px;
height: 45px;
line-height: 14px;
overflow: hidden;
}

#angebotstxt div.preis {
	left: 0;
	top: 130px;
	color: #86723A;
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
}

#angebotstxt a.link {
	right:0px;
	top: 133px;
	display: block;
	font-size: 12px;
	position: absolute;
}

/* FORMULARE ------------------------------------------------------------ */
/* Formularzeilen ------------------ */
/*form {
float: none;
clear: both;
}
*/

.form_row {
margin: 0 0 0 12px;
height: 26px;
}

.form_row_small {
margin: 0 0 0 12px;
height: 18px;
}

.form_row_big {
margin: 0 0 0 12px;
height: 55px;
}

.form_row_senden {
margin: 0 0 0 12px;
width: 335px;
height: 45px;
}

.bottomspace {
margin-bottom: 20px !important;
}

.form_message {
margin: 0 0 0 12px;
height: 60px;
}

/* Labels ----------------------- */
label {
display: block;
float: left;
padding: 3px 0 0 0;
font-weight: normal;
}

label.size01 {
width: 15px;
}
label.size02 {
width: 30px;
}
label.size03 {
width: 50px;
}
label.size04 {
width: 82px;
}
label.size05 {
width: 105px;
}
label.size06 {
width: 115px;
}
label.size07 {
}
label.size08 {
width: 225px;
}
label.size09 {
width: 320px;
}
label.size10 {
width: 350px;
}


/* Input-Felder ------------------------- */
input, select {
float: left;
padding: 2px;
color: #555555;
font-size: 11px;
border: 1px solid #BEBEBE;
}

.size01 {
width: 27px; /* IE 5.5 */
w\idth: 23px;
}
.size02 {
width: 34px; /* IE 5.5 */
w\idth: 30px;
}
.size03 {
width: 64px; /* IE 5.5 */
w\idth: 60px;
}
.size04 {
width: 82px; /* IE 5.5 */
w\idth: 78px;
}
.size05 {
width: 108px; /* IE 5.5 */
w\idth: 104px;
}
.size06 {
width: 160px; /* IE 5.5 */
w\idth: 156px;
}
.size07 {
width: 218px; /* IE 5.5 */
w\idth: 214px;
}
.size08 {
width: 282px; /* IE 5.5 */
w\idth: 278px;
}
.size09 {
width: 316px; /* IE 5.5 */
w\idth: 314px;
}
.size10 {
}

.rightspace01 {
margin: 0 8px 0 0;
}
.rightspace02 {
}
.rightspace03 {
margin: 0 48px 0 0;
}
.rightspace04 {
margin: 0 64px 0 0;
}

.leftspace01 {
margin: 0 0 0 8px;
}
.leftspace02 {
}
.leftspace03 {
margin: 0 0 0 48px;
}
.leftspace04 {
margin: 0 0 0 64px;
}

input.checkbox {
margin: 3px 4px 0 0;
width: 13px;
height: 13px;
border: none;
}

input.radio {
margin: 3px 4px 0 0;
width: 13px;
height: 13px;
border: none;
}

input.button{
width: 65px;
height: 18px;
padding: 0;
color: #FFF;
font-size: 10px;
line-height: 15px;
background: #A08E37 url(../images/hg_bt_absenden.gif) bottom left repeat-x;
cursor: pointer;
}

input.senden {
float: right;
padding: 0;
width: 65px;
height: 18px;
color: #FFF;
font-size: 10px;
line-height: 11px;
background: #A08E37 url(../images/hg_bt_absenden.gif) bottom left repeat-x;
cursor: pointer;
}


/* TEXTFELDER -------------------- */
textarea {
color: #555555;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #BEBEBE;
}

textarea.size01 {
width: 218px;
height: 48px;
}

textarea.size02 {
margin: 0 0 5px 12px;
width: 332px;
height: 55px;
}

textarea.size03 {
margin: 0 0 15px 12px;
width: 332px;
height: 100px;
}


/* KALENDER ---------------------- */
a.cal {
margin: 0 10px 0 5px;
float: left;
}

/* KATALOGE ----------------------- */
#area_catalogs {
margin: 0 0 0 12px;
width: 350px;
height: auto;
min-height: 160px;
}

.catalog {
position: relative;
float: left;
width: 115px;
height: 160px;
}

.catalog_image {
position: absolute;
top: 0;
left: 0;
width: 85px;
height: 120px;
overflow: hidden;
}

.catalog_txt {
position: absolute;
top: 125px;
left: 3px;
width: 80px;
height: 30px;
overflow: hidden;
}

.catalog_txt p {
margin: 0;
text-align: center;
}

.checkboxcatalog {
position: absolute;
top: 105px;
left: 90px;
margin: 3px 4px 0 0;
width: 13px;
height: 13px;
border: none;
}

.cleaner {
clear: both;
height: 20px;
}

/* FOOTER ------------------------------------------------------------ */

#footer {
border-bottom: 1px solid #CDC290;
border-top: 1px solid #CDC290;
margin: 20px 0 100px 2px;
}

#footer_navi {
background: #EFEADB none repeat scroll 0 0;
height: 29px;
margin: 5px 0;
}

#footer_navi ul {
float: right;
list-style: none;
margin: 0;
padding: 0;
}

#footer_navi li {
float: left;
list-style: none;
}

#footer_navi li a {
display: block;
height: 29px;
line-height: 29px;
}

#footer_navi li a span {
display: block;
text-indent: -9000px;
}

a#footer_navi_conditions {
background: transparent url(../images/bt_leistungen_agb.gif) no-repeat scroll 0 0;
width: 101px;
}

a#footer_navi_conditions:hover,
a#footer_navi_conditions.active {
background: transparent url(../images/bt_leistungen_agb_active.gif) no-repeat scroll 0 0;
}

#footer_navi_legalnotice {
background: transparent url(../images/bt_impressum.gif) no-repeat scroll 0 0;
width: 75px;
}

a#footer_navi_legalnotice:hover,
a#legalnotice.active {
background: transparent url(../images/bt_impressum_active.gif) no-repeat scroll 0 0;
}
