@charset "UTF-8";
/* CSS Document */
/* Version 2.0 16.02.2010 */

/*Layout ändern (Sidebar links und rechts ausblenden Inhalt und footer gesamte Breite)*/

.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
     border:  1px solid #9baed0;
}

.leftlabel{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

h3{
    width:735px;
}

#fahrtenplaner.freizeit{
	padding:0px;
	width:137px;
}

#fahrtenplaner.freizeit p,
#fahrtenplaner.freizeit p.alt,
#fahrtenplaner.freizeit p.btnhg{
	width:131px;
}

#fahrtenplaner.freizeit h1.titel{
	width:131px;
}

#breadcrumb{
	float:left;
	width:422px;
	color: #799fc9;
	font-size:8pt;
	padding-left:15px;
}


#breadcrumb ul li{
	list-style-type:none;
	float:left;
	margin:0px;
	padding-top:8px;
	margin-left:3px;
}


#breadcrumb li.trenner{
	padding:0px;
	margin-top:8px;
}

#breadcrumb a:link,
#breadcrumb a:visited{
	text-decoration:underline;
	color:#799fc9;
	font-weight:normal;
}


#breadcrumb a:hover{
	color:#00458f;
	text-decoration:none;
}

#content{
	width:765px;
	padding:0px;
	margin:0px;
}

#sidebar{
	float:left;
	width:140px;
	margin:15px 0px 0px 15px;
}

#inhalte{
	width:560px;
	float:right;
	margin:7px 15px 0px 15px;
}

#inhalte_freizeit{
	width:735px;
	margin-top:15px;
}

#footer{
	width:752px;
	padding-left:13px;
	margin-top:0px;
}

hr{
	width:560px;
	margin: 20px 0px;
}

#breadcrumb{
	margin:0px 0px 15px 0px;
	width:735px;
	float:left;
	clear:both;
}

#breadcrumb a:link,
#breadcrumb a:visited{
	text-decoration:none;
}

#breadcrumb a:hover{
	text-decoration:underline;
}



h6.gps{
	background-image:url("img/freizeit/layout/icon_gps.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	width:30px;
	height:16px;
}

/* Einstiegsbilder und Texte */
#einstieg{
	width:560px;
	height:250px;
	position:relative;
}

#themetext{
	width:250px;
	height:240px;
	padding:5px;
	position:absolute;
	left:0;
	top:0;
}

#themetext h1{
	color:#fff;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 60px 0px 45px 10px;
	clear:both;
}

#themetext p{
	color:#fff;
	margin-left:10px;
}

/* Zweispaltige Darstellung auf Freizeit -> Start */

div.two_colum{
	width:260px;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:10px;
	padding-top:0px;
	float:left;
}

#inhalte dl.navigator,
#inhalte dl.shopnavigator{
	float:left;
	width:260px;
	margin-top:0px;
	margin-bottom:10px;
}

#inhalte dl.navigator dt,
#inhalte dl.shopnavigator dt{
	font-size:11px;
	font-weight:bold;
	margin: 10px 0px;
	padding:0px;
}

#inhalte dl.navigator .neu,
#inhalte dl.shopnavigator .neu{
	background-image:url(img/freizeit/lay/bg_neu.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	padding:4px;
}

/* BG-IMG Freizeit zuweisen */
#inhalte dl.navigator dd a:link,
#inhalte dl.navigator dd a:visited{
	font-weight:normal;
	text-decoration:none;
	height:25px;
	display:block;
	background-image:url(img/freizeit/lay/bg_navigator_start.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:5px 0px;
	color:#fff;
	padding-top:10px;
	padding-left:90px;
	border: 2px solid #fff;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* BG Image Shop zuweisen */
#inhalte dl.shopnavigator dd a:link,
#inhalte dl.shopnavigator dd a:visited{
	font-weight:normal;
	text-decoration:none;
	height:25px;
	display:block;
	background-image:url(img/shop/bg_shopnavigator.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:5px 0px;
	color:#fff;
	padding-top:10px;
	padding-left:90px;
	border: 2px solid #fff;
	-webkit-box-shadow:0px 0px 8px #ccc;
	-moz-box-shadow:0px 0px 8px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* HG verschieben Freizeit */
#inhalte dl.navigator dd a:link.radtouren,
#inhalte dl.navigator dd a:visited.radtouren{
	background-position:left 0px;
}
#inhalte dl.navigator dd a:hover.radtouren{
	background-position:-260px 0px;
}

#inhalte dl.navigator dd a:link.wandertouren,
#inhalte dl.navigator dd a:visited.wandertouren{
	background-position:left -35px;
}
#inhalte dl.navigator dd a:hover.wandertouren{
	background-position:-260px -35px;
}

#inhalte dl.navigator dd a:link.stadtbummel,
#inhalte dl.navigator dd a:visited.stadtbummel{
	background-position:left -70px;
}
#inhalte dl.navigator dd a:hover.stadtbummel{
	background-position:-260px -70px;
}

#inhalte dl.navigator dd a:link.sehenswuerdigkeiten,
#inhalte dl.navigator dd a:visited.sehenswuerdigkeiten{
	background-position:left -105px;
}
#inhalte dl.navigator dd a:hover.sehenswuerdigkeiten{
	background-position:-260px -105px;
}


/* HG verschieben Shop */
#inhalte dl.shopnavigator dd a:link.infomaterial,
#inhalte dl.shopnavigator dd a:visited.infomaterial{
	background-position:left 0px;
}
#inhalte dl.shopnavigator dd a:hover.infomaterial{
	background-position:-260px 0px;
}

#inhalte dl.shopnavigator dd a:link.werbemittel,
#inhalte dl.shopnavigator dd a:visited.werbemittel{
	background-position:left -36px;
}
#inhalte dl.shopnavigator dd a:hover.werbemittel{
	background-position:-260px -36px;
}

#inhalte dl.shopnavigator dd a:link.fahrplan,
#inhalte dl.shopnavigator dd a:visited.fahrplan{
	background-position:left -71px;
}
#inhalte dl.shopnavigator dd a:hover.fahrplan{
	background-position:-260px -71px;
}

/* neue Optik Teaser (hier breiter)*/

#inhalte dl.teaser{
	width:260px;
	margin-top:35px;
}

#inhalte dl.teaser dt.freizeitstart{
	position:relative;
}

.freizeitplan{
	position:absolute;
	left:50px;
	top:-37px;
}

#inhalte dl.teaser dt{
	background-image:url(img/freizeit/lay/bg_hotbutton_kopf.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height:103px;
	text-align:center;
	padding-top:20px;
}

#inhalte dl.teaser dd a:link,
#inhalte dl.teaser dd a:visited{
	font-weight:normal;
	text-decoration:none;
	height:25px;
	display:block;
	background-image:url(img/freizeit/lay/bg_hotbutton_link.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin:5px 0px;
	color:#fff;
	padding-top:10px;
	border: 2px solid #fff;
	text-align:center;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#inhalte dl.teaser dd a:hover{
	background-image:url(img/freizeit/lay/bg_hotbutton_link_hover.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

/* Navigator-Elemente */

#navigator{
	width:735px;
	height:52px;
}

#navigator #freizeittyp{
	width:735px;
	height:55px;
}

/* Schaltflächen definieren */
#navigator #freizeittyp ul li{
	float:left;
	list-style:none;
	margin-right:5px;
	border:1px solid #fff;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
}

#navigator #freizeittyp ul li a:link{
	display:block;
	width:153px;
	height:47px;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#rad a:link,
#navigator #freizeittyp ul li#rad a:visited{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_rad.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#rad a:hover,
#navigator #freizeittyp ul li#rad a.current{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_rad.jpg);
	background-position:left bottom !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


#navigator #freizeittyp ul li#wandern a:link,
#navigator #freizeittyp ul li#wandern a:visited{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_wandern.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#wandern a:hover,
#navigator #freizeittyp ul li#wandern a.current{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_wandern.jpg);
	background-position:left bottom !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#bummel a:link,
#navigator #freizeittyp ul li#bummel a:visited{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_stadt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#bummel a:hover,
#navigator #freizeittyp ul li#bummel a.current{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_stadt.jpg);
	background-position:left bottom !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#sehen a:link,
#navigator #freizeittyp ul li#sehen a:visited{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_sehen.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #freizeittyp ul li#sehen a:hover,
#navigator #freizeittyp ul li#sehen a.current{
	display:block;
	width:175px;
	height:49px;
	background-image:url(img/freizeit/lay/navigator_sehen.jpg);
	background-position:left bottom !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator p.subhead{
	color:#8FACD3;
	font-weight:normal;
	font-size:11px;
	margin-top:20px;
}


/* Suchergebnis verfeinern*/
#navigator #freizeitfilter{
	clear:both;
	border-top:1px solid #fff;
	width:735px;
	clear:both;
}

#navigator #freizeitfilter select{
	float:left;
	width:170px;
}

input.finden {
padding: 4px 20px;
border: 1px solid #fff;
background-color:#104582;
color: #fff;
text-decoration: none;
cursor: pointer;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
line-height: 1;
float: left;
margin-left: 10px;
}

input.reset {
padding: 4px 20px;
border: 1px solid #fff;
background-color:#90add5;
color: #fff;
text-decoration: none;
cursor: pointer;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
line-height: 1;
float: left;
margin-left: 10px;
}

#freizeitfilter label{
	margin:0;
	padding: 3px;
	width: auto;
	font-weight: normal;
	font-size: 8pt;
	color: #8FACD3;
	float: left;
	clear: none;
	margin-right: 5px;
	margin-left: 15px;
}

#freizeitfilter input.text{
	width:50px;
	border:  1px solid #8FACD3;
	background-color: white;
	margin-left: 5px;
}

#freizeitfilter input.cbox{
	background-color: white;
	margin-right: 5px;
	padding-top:5px;
}

#karte_lk{
	width: 100px;
	height: 60px;
	border: 1px solid #9baed0;
	padding: 4px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	position: absolute;
	left:620px;
	top: 5px;
}

#landkreisauswahl{
	position: absolute;
	left:-380px;
	top:5px;
	width: 446px;
	height: 315px;
	background-color: #fff;
	-webkit-box-shadow:0px 0px 10px #ccc; 
	-moz-box-shadow:0px 0px 10px #ccc;
	visibility:hidden;
}

#landkreisauswahl p{
	margin:0;
	padding:0;
}

div.landkreis{
	color: #9baed0;
	text-align: center;
	width:100px;
	font-size: 8pt;
	float: left;
}

/* Teaser*/

#inhalte dl.short{
	float: left;
	width: 133px;
        height: 133px;
	background-image:url(img/freizeit/bg_short.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
	border: 1px solid #fff;
	margin-bottom: 15px;
	margin-right:30px;
}

#inhalte dl.short dt{
	height:auto;
	padding: 4px 2px;
	text-align:center;
	border-bottom: 1px solid #9baed0;
}

#inhalte dl.short dd{
	padding: 10px 5px;
	border-top: 1px solid #fff;
}

#inhalte dl.short dd a:link,
#inhalte dl.short dd a:visited{
	text-decoration: none;
	font-size: 8pt;
}

#inhalte dl.short img{
	border:none;
}

#inhalte div.shorttext{
	margin-left:180px;
	padding-top:18px;
}

/* Listendarstellung der Touren */

#listen{
	width:735px;
	height:auto;
}

#listen dl dd{
	padding:4px 0px !important;
	margin:0px !important;
}


hr.listentrenner{
	width:720px;
	margin:10px 0px;
}

#navigator p.navigatorzusatz{
	font-size:8pt;
	margin:0px;
}

#listen .number{
	float:left;
	width:30px;
	font-size:18px;
	font-weight:normal;
	color:#c7d6e9;
	padding:4px;
	text-decoration:none;
	margin-right:8px;
}

#listen img.pic{
	float:left;
	border:2px solid #c7d6e9;
	margin-right:10px;
}

/* Inhaltselemente der Detailseiten*/

h3.tourname{
	color:#9baed0;
	width:99%;
	clear:both;
}

p.start{
	font-weight:bold;
	clear:both;
}

#tour-detail{
	margin-top:15px;
}

#tour-detail dl.inline{
	border: none;
	float:left;
	width:350px;
        clear: none;
        margin-right: 0px;
}

#inhalte #tour-detail dl.rechts{
        position: inherit !important;
	float:right;
	width:300px;
        clear: none;
        margin-left: 10px;
        border: 1px solid white;
}

#inhalte #tour-detail dl.rechts dt{
    float: left;
}

#tour-detail dl.rechts dd{
    float: right;
    width:250px;
}

#tour-detail dt{
	float:left;
}

#tour-detail dd{
	float:right;
	width:345px;
}

#streckenansicht{
	clear:both;
	width:710px;
	height:auto;
	padding:10px;
	border: 1px solid #fff;
	background-color:#eff4f7;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc;
	text-align:center;
}

#streckenansicht img{
	border: 1px solid #dde5ef;
}

/*Akkordeon*/

#akkordeon{
	width:100%;
}

#akkordeon h1{
	padding:5px 20px;
	width:693px;
}

#akkordeon h1 span{
	/*display:none;*/
}

#akkordeon h4{
	margin-bottom:5px;
	clear:both;
}

#akkordeon div#pdflink{
	background-image:url(img/freizeit/layout/bg_button.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:10px;
	-webkit-box-shadow:0px 0px 8px #ccc; 
	-moz-box-shadow:0px 0px 8px #ccc; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top:10px;
}

#akkordeon div#pdflink a:link,
#akkordeon div#pdflink a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(img/freizeit/layout/symb_download.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
}

#akkordeon div#pdflink a:hover{
	color:#c7d6e9;
}

#akkordeon p{
	margin-top:0px;
}

#akkordeon a:link,
#akkordeon a:visited{
	font-weight:normal;
}

#tourbilder{
	background-color:#fff;
	border:none;
}

#tourbilder .tourbild{
	padding:0px;
	border:0px;
	margin-right:20px;
}

div.tourbild img{
	background-image:url(img/freizeit/layout/bg_tourbild.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:4px;
	border:1px solid #CCC;
}

#tourbilder div.tourbild h5{
	color:#9baed0;
	font-weight:normal;
	text-align:center;
	width:130px;
}


/* Fahrtenplaner im Akkordeon*/

#akkordeon #fpl{
	margin:0px;
	padding:0px 5px;
	color:#00458f;
	font-weight:normal;
}

#akkordeon #fpl #divleft{
	float:left;
	width:49%;
	border-right: 1px solid #9baed0;
}

#akkordeon #fpl  #divright{
	float:right;
	width:49%;
}

#akkordeon #fpl #divleft label,
#akkordeon #fpl #divright label{
	float:left;
	margin:0px;	
	width:70px;
	padding:3px;
	clear:none;
}

#akkordeon #fpl #divleft input[type=text],
#akkordeon #fpl #divright input[type=text]{
	width:70%;
	padding:3px;
	background-color:#fff;
	border: 1px solid #9baed0;
	color:  #9baed0;
}

#akkordeon #fpl #divleft select,
#akkordeon #fpl #divright select{
	width:75%;
	clear:both;
	margin:10px 0px 10px 70px;
	background-color:#fff;
	border: 1px solid #9baed0;
	color:  #00458f;
}

#akkordeon #fpl #divleft h4,
#akkordeon #fpl #divright h4{
	text-transform:uppercase;
	font-size:14px;
}

#akkordeon #fpl #divleft .fplsubmit,
#akkordeon #fpl #divright .fplsubmit{
	margin-left:70px;
}

p.zvnl{
	font-weight:bold;
	font-size:8pt;
	margin-bottom:10px;
}

/* Zusatzangebote im Fuß - weiterführende Links */

#inhalte div.zusatzangebot{
	clear:both;
	float:left;
	width:745px;
	background-color:#c7d6e9;
	background-image:url(img/freizeit/layout/schatten_zusatzangebote.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:-15px;
	margin-bottom:-10px !important;
	padding:10px;
}

/* Selectbox-Style*/

.mySelect{
	z-index:100;
}

.selectDark{
		float:left;
		width:175px;
		background-image:url(img/freizeit/lay/bg_select.jpg);
		background-position: top left;
		background-repeat:no-repeat;
		outline:none;
		z-index:999;
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:25px;
		line-height:2em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:10px;
		}
		
.selectDark .passiveSelect{
		background:url("img/freizeit/lay/select_arrow.gif") no-repeat center right;
		color:#00458f;
		}
		
.selectDark .activeSelect{
		background:url("img/freizeit/lay/select_arrow.gif") no-repeat center right;
		color:#00458f;
		}
		
.selectDark ul{
		padding:0;
		margin:0;
		background:#E8EEF3;
		list-style:none;
		max-height:200px;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;	
		width:170px;
}
		
.selectDark li{
		padding:0;
		margin:0;
		font-weight:normal;
		padding:2px 0 2px 12px;
		color:#00458f;
		}
		
.selectDark .first{
		padding-top:10px;
		background:url("img/freizeit/lay/darkFirst.jpg") no-repeat top left;
		}
		
.selectDark .last{
		padding-bottom:10px;
		background:url("img/freizeit/lay/darkLast.jpg") no-repeat bottom left;
		}
		
.selectDark li:hover{
		color:#6E8EC2;
		}
		
.selectDark .selected{
		color:#00458f;
		}

h6{
	font-size:12px;
}

/* SHOP
-----------------------------------------------------------*/
/* Shopnavigator horizontal*/
#navigator #shopsparte ul li{
	float:left;
	list-style:none;
	margin-right:5px;
	border:1px solid #fff;
	-webkit-box-shadow:0px 0px 8px #ccc;
	-moz-box-shadow:0px 0px 8px #ccc;
}

#navigator #shopsparte ul li a:link{
	display:block;
	width:238px;
	height:47px;
	text-indent:-9999px;
}

#navigator #shopsparte ul li#info a:link,
#navigator #shopsparte ul li#info a:visited{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_infomaterial.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #shopsparte ul li#info a:hover,
#navigator #shopsparte ul li#info a.current{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_infomaterial.jpg);
	background-position:0px -50px !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}


#navigator #shopsparte ul li#werbe a:link,
#navigator #shopsparte ul li#werbe a:visited{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_werbemittel.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #shopsparte ul li#werbe a:hover,
#navigator #shopsparte ul li#werbe a.current{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_werbemittel.jpg);
	background-position:0px -50px !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #shopsparte ul li#fahrplan a:link,
#navigator #shopsparte ul li#fahrplan a:visited{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_fahrplan.jpg);
	background-position:0px  0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#navigator #shopsparte ul li#fahrplan a:hover,
#navigator #shopsparte ul li#fahrplan a.current{
	display:block;
	width:238px;
	height:49px;
	background-image:url(img/shop/navigator_fahrplan.jpg);
	background-position:0px -50px !important;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* Infotelefonteaser*/
dl.short dd .small{
    font-size: 7pt;
    text-align: center;
    line-height: 7pt;
    font-weight: normal;
}

#inhalte_freizeit dl.produkte{
    width:143px;
    height:195px;
    background-image: url(img/shop/bg_shopprodukt.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    border:  1px solid #fff;
    -webkit-box-shadow:0px 0px 8px #ccc;
    -moz-box-shadow:0px 0px 8px #ccc;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-right: 20px;
}

#inhalte_freizeit dl.produkte dt.prodpic{
    width: 145px;
    height: 100px;
    margin-bottom: 10px;
}

#inhalte_freizeit dl.produkte dd.description{
    display: block;
    clear: both;
    border:  1px solid transparent;
    height: 50px;
    padding-left: 4px;
}

#inhalte_freizeit dl.produkte dd.description a:link,
#inhalte_freizeit dl.produkte dd.description a:visited{
    font-weight: normal;
    text-decoration: none;
}

#inhalte_freizeit dl.produkte dd.description a:hover{
   color: #9baed0;
}

#inhalte_freizeit dl.produkte dd.buy{
    display: block;
    clear: both;
    border-top:  1px solid #9baed0;
    height: 35px;
    padding-top: 5px;
}

#inhalte_freizeit dl.produkte dd p{
     margin-bottom: 10px;
     padding-left: 5px;
}

#inhalte_freizeit dl.produkte dd .preis{
    color: #9baed0;
    font-weight: bold;
    padding-left: 5px;
    margin-right: 50px;
}

#inhalte_freizeit dl.produkte dd a{
    border: none;
}

.preis{
    color: #9baed0;
    font-weight: bold;
}

#inhalte_freizeit a:link.zumwarenkorb,
#inhalte_freizeit a:visited.zumwarenkorb{
    background-image: url(img/shop/bg_shopbutton.gif);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-shadow:0px 0px 8px #ccc;
    -moz-box-shadow:0px 0px 8px #ccc;
}