/* FARBEN ##########################################################################*/
/*
ALLGEMEIN:
---------------------------------------------------
LOGO-GR�N: #006D2C
LINIEN UND SCHRIFT: #5A5A5A
MENU-GR�N dunkel #00912C, hell #AFDABC

THEMENFARBEN:
---------------------------------------------------
WANDERN dunkel #018089, hell #CCE6E7
RADELN dunkel #CB0040, hell #F4CCD9
GESUNDHEIT dunkel #0276FD, hell #CCE4FF
ST�DTE & KULTUR dunkel #E44100, hell #F9D9CC
NATUR & GEOLOGIE dunkel #AC670C, hell #EEE0CF
BURGEN & SCHL�SSER dunkel #940203, hell #EACCCC
FREIZEIT & SPORT dunkel #3300A3, hell #D6CCEC
KULINARIK dunkel #F5A601, hell #FDEDCC
*/ 

/* PAGELAYOUT ##########################################################################*/
body{
font-size:62.5%;
margin:0px
}

.clear {clear:both; font-size:0px; height:0px}
.clear5 {clear:both; font-size:5px; height:5px}
.clear10 {clear:both; font-size:10px; height:10px}
.clear15 {clear:both; font-size:15px; height:15px}
.clear20 {clear:both; font-size:20px; height:20px}

hr {
	border:1px dashed lightgrey;
	height:1px;
	}
#main {
width:100%;
margin:auto;
}
#main h1{
font-size:1.4em;
font-weight:bold;
font-style:italic;
color:#006D2C;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
}
#main h2{
font-size:1em;
font-weight:bold;
color:#5A5A5A;
text-transform:uppercase;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#main h3{
font-size:1em;
font-weight:bold;
color:#fff;
background-color:#006D2C;
text-transform:uppercase;
margin:0px 0px 5px 0px;
padding:2px 2px 2px 3px;
}
#main input,select,textarea {
font-family:verdana, sans-serif;
font-size:1em;
color:#5A5A5A;
border:1px solid #5A5A5A;
}

.text {line-height: 1.5em;}
/* MAIN CONTENT ###########################################################*/
#main_content{
margin:0px;
padding:0px;
width:430px;
text-align:left;
font-family:verdana, sans-serif;
font-size:1em;
color:#5A5A5A;
}
#main_content .main {
padding:0px 0px 10px 0px;
}
#main_content .main_home {
padding:10px 0px 10px 0px;
}
#main_content #breadcrumb {
margin:0px 0px 20px 0px;
padding:0px 0px 3px 0px;
border-bottom:1px solid #646464;
}
#main_content p {
line-height:1.5em;
padding:0px;
margin:5px 0px 5px 0px;
}
#main_content .content_part {
clear:both;
}
#main_content a{
color:#5A5A5A;
text-decoration:none;
font-weight:bold;
}
#main_content a:hover{
color:#5A5A5A;
text-decoration:underline;
}

#main_content th {
	border:1px solid #008F2D;
}

#main_content a.abisz{
	color:#fff;
	background-color:#008F2D;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding:1px;
	text-align:center;
	display:block;
}

#main_content a.abisz:hover{
	color:#008F2D;
	text-decoration:none;
	background-color:#fff;
}

#main_content #breadcrumb a{
color:#646464;
text-decoration:none;
font-weight: normal;
}
#main_content #breadcrumb a:hover{
color:#646464;
text-decoration:underline;
}

/*
 * Angaben zur Klasse "Angebote"
 *
 * Hier von Tobias hinzugef�gt am 28.11.2005
 * �nderungen betreffen die CSS-Daten der Angebote
 */

	#main_content #angebot p.download {
		text-align:right;
	}

	#main_content #angebot dl dt {
		font-weight:bold;
		border-bottom-width:1px;
		border-bottom-style:solid;
		padding-bottom:6px;
	}
	
	#main_content #angebot dl dt.pers_anz {
		background-image:url(pers_anz_pic.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	#main_content #angebot dl dt.preis {
		background-image:url(preis_pic.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	#main_content #angebot dl dt.zeitr {
		background-image:url(zeitr_pic.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	#main_content #angebot dl dt.buchen {
		padding-top:25px;
	}
	
	#main_content #angebot dl dd.adresse {
		line-height:1.5em;
	}
	
	#main_content #angebot dl dd {
		position:relative;
		left:-40px;
		padding-top:3px;
		padding-bottom:10px;
		padding-left:20px;
	}
	
	#main_content #angebot dl dd #gastgeber {
		font-weight:bold;
	}
	
/*** Angaben zut Tabelle ***/

	#main_content #angebot #price_table {
		font-size: 1.0em;
		width: 100%;
		margin-top: 10px;
	}

	#main_content #angebot #price_table thead {
		font-size:1.0em;
		font-weight:bold;
		text-align:left;
		color:#fff;
		background-color:#006D2C;
		margin:0px 0px 0px 0px;
		padding:2px 2px 2px 2px;
	}
	
	#main_content #angebot #price_table thead tr th {
		padding-left:5px;
		padding-bottom:3px;
		padding-top:2px;
border: none;
	}
	
	#main_content #angebot #price_table tbody tr th {
		text-align:center;
		font-family:verdana, sans-serif;
		font-size:1.0em;
		font-weight:bold;
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
border-left: none;
border-top: none;
	}
	
	#main_content #angebot #price_table tbody tr td {
		text-align:center;
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
	}
	
	#main_content #angebot #price_table tbody tr th.first {
		border-left:1px solid #000000;
		text-align:left;
		padding-left:5px;
	}
	
	#main_content #angebot #price_table tbody tr td.first {
		border-left:1px solid #000000;
		text-align:left;
		padding-left:5px;
	}

/*** Angaben zur Liste ***/

#main_content #angebot ul {
	position: relative;
	left: -15px;
	list-style-type: none;
}
	
#main_content #angebot ul li {
	background-image: url(../images/icons/angebot_list_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.color018089 ul li {
	background-image: url(../images/icons/angebot_list_icon_018089.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.colorCB0040 ul li {
	background-image: url(../images/icons/angebot_list_icon_CB0040.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.color0276FD ul li {
	background-image: url(../images/icons/angebot_list_icon_0276FD.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.colorAC670C ul li {
	background-image: url(../images/icons/angebot_list_icon_AC670C.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.colorE44100 ul li {
	background-image: url(../images/icons/angebot_list_icon_E44100.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.color940203 ul li {
	background-image: url(../images/icons/angebot_list_icon_940203.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.color3300A3 ul li {
	background-image: url(../images/icons/angebot_list_icon_3300A3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}

#main_content #angebot.colorF5A601 ul li {
	background-image: url(../images/icons/angebot_list_icon_F5A601.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: center left;
}
	
/*
 * Ende Angaben Klasse "Angebote"
 */

/* MAIN CONTENT ORTE ###########################################################*/
#main_content_orte{
margin:0px;
padding:0px;
width:615px;
text-align:left;
font-family:verdana, sans-serif;
font-size:1em;
color:#5A5A5A;
}
#main_content_orte .main {
padding:0px 0px 10px 0px;
}
#main_content_orte p {
line-height:1.5em;
padding:0px;
margin:5px 0px 5px 0px;
}

#main_content_orte .main_home {
padding:10px 0px 10px 0px;
}
#main_content_orte #breadcrumb {
margin:0px 0px 10px 0px;
padding:0px 0px 3px 0px;
border-bottom:1px solid #646464;
}
#main_content_orte .content {
width:430px;
}
#main_content_orte .content_part {
clear:both;
}
#main_content_orte .action {
width:100%;
padding:5px;
background-color:#F1F1F1;
}
#main_content_orte a{
color:#006D2C;
text-decoration:none;
font-weight:bold;
}
#main_content_orte a:hover{
color:#006D2C;
text-decoration:underline;
}
#main_content_orte #breadcrumb a{
font-weight:normal;
color:#646464;
text-decoration:none;
}
#main_content_orte #breadcrumb a:hover{
color:#646464;
text-decoration:underline;
}

/* MAIN SEARCH ############################################################*/
#main_search {
margin:0px;
padding:0px;
text-align:left;
font-family:verdana, sans-serif;
font-size:1em;
color:#5A5A5A;
}

/* Hat lteIE6-Regel */
#main_search .searchbox{
border:1px solid #646464;
width:90px;
font-family:verdana, sans-serif;
font-size:1.4em;
padding:1px 10px;
height:18px;
margin-right: 5px;
}

/* MAIN HEADER ############################################################*/
#main_header{
margin:0px;
padding:0px;
text-align:left;
}
/* MAIN HEAD MENU #########################################################*/
#main_head_menu{
margin:0px;
padding:0px;
text-align:left;
font-family:verdana, sans-serif;
font-size:1.2em;
font-weight:bold;
color:#5A5A5A;
}

#main_head_menu a{
color:#5A5A5A;
text-decoration:none;
}

#main_head_menu a:hover{
color:#006D2C;
text-decoration:none;
}
#main_head_menu .trennstrich{
padding:0px 9.5px 0px 9.5px;
font-weight:normal;
}
/* MAIN MENU HOME ##############################################################*/
#main_menu_home{
margin:0px;
padding:0px;
border:1px solid #5A5A5A;
text-align:left;
font-family:verdana, sans-serif;
font-size:1em;
color:#5A5A5A;
}
#main_menu_home .main {
padding:10px 5px 10px 5px;
}
#main_menu_home h1 {
padding:0px;
margin:0px 0px 5px 0px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
color:#5A5A5A;
}
#main_menu_home .content{
line-height:1.5em;
}
#main_menu_home hr {
border:0px;
color: #8C8C8C;
background-color: #8C8C8C;
height: 1px;
}
#main_menu_home a.default{
padding:0px;
margin:0px;
color:#5A5A5A;
text-decoration:none;
font-weight:bold;
}
#main_menu_home a.default:hover{
color:#5A5A5A;
text-decoration:underline;
}
#main_menu_home a{
padding:3px 3px 3px 3px;
margin-bottom:10px;
display:block;
color:#ffffff;
background:transparent;
text-decoration:none;
font-weight:bold;
}
#main_menu_home a:hover{
color:white;
}

#main_menu_home a.no-navi-element {
padding: 0px;
margin: 0px;
}

#main_menu_home .zielgruppe{
padding:3px 3px 3px 3px;
margin-bottom:10px;
display:block;
color:#ffffff;
text-decoration:none;
font-weight:bold;
background-color:#00912C;
}
#main_menu_home a .raque_zielgruppe{
color:#00912C;
font-weight:bold;
}
#main_menu_home a:hover .raque_zielgruppe{
color:white;
}
#main_menu_home a .raque_018089{
color:#018089;
font-weight:bold;
}
#main_menu_home a:hover .raque_018089{
color:white;
}
#main_menu_home a .raque_CB0040{
color: #CB0040;
font-weight:bold;
}
#main_menu_home a:hover .raque_CB0040{
color:white;
}
#main_menu_home a .raque_0276FD{
color: #0276FD;
font-weight:bold;
}
#main_menu_home a:hover .raque_0276FD{
color:white;} 

#main_menu_home a .raque_AC670C{
color: #AC670C;
font-weight:bold;}

#main_menu_home a:hover .raque_AC670C{
color:white;} 

#main_menu_home a .raque_E44100{
color: #E44100;
font-weight:bold;}

#main_menu_home a:hover .raque_E44100{
color:white;}

#main_menu_home a .raque_940203{
color: #940203;
font-weight:bold;}

#main_menu_home a:hover .raque_940203{
color:white;} 

#main_menu_home a .raque_3300A3{
color: #3300A3;
font-weight:bold;}

#main_menu_home a:hover .raque_3300A3{
color:white;}

#main_menu_home a .raque_F5A601{
color:#F5A601;
font-weight:bold;}

#main_menu_home a:hover .raque_F5A601{
color:white;}

/* MAIN MENU FOLGESEITE ##############################################################*/
#main_menu{
margin:0px;
padding:0px;
width:165px;
text-align:left;
font-family:verdana, sans-serif;
background-color:#008F2D;
font-size:1em;
color:#5A5A5A;
}

#main_menu h1 {
padding:0px;
margin:5px 5px 5px 7px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
color:#ffffff;
font-style:italic;
}

#main_menu .menu{
background-color:#ffffff;
border:1px solid #8C8C8C;
margin:0px 0px 0px 0px;
padding:5px 5px 0px 5px;
}

#main_menu hr {
border:0px;
color: #ffffff;
background-color: #ffffff;
height: 1px;
}

#main_menu a.untermenu{
padding:3px 3px 3px 3px;
margin:0px;
color:#000;
text-decoration:none;
font-weight:normal}

#main_menu a.untermenu:hover{
color:#000;
text-decoration:none;
font-weight:bold;
}

#main_menu a.untermenu_default{
padding:3px 3px 3px 3px;
margin:0px;
color:#000;
text-decoration:none;
font-weight:normal;
background-color:#AFDABC;
}

#main_menu a.untermenu_default:hover{
color:#000;
text-decoration:none;
font-weight:bold;
}

#main_menu a{
padding:3px 3px 3px 3px;
display:block;
color:#ffffff;
background:transparent;
text-decoration:none;
font-weight:bold;}

#main_menu a:hover{
color:white;}

#main_menu .default{
padding:3px 3px 3px 3px;
display:block;
color:#ffffff;
text-decoration:none;
font-weight:bold;
background-color:#00912C;}

#main_menu .raque_untermenu{
padding:3px 3px 3px 3px;
color:#000;
font-weight:bold;
float:left;}

#main_menu a .raque_default{
color:#00912C;
font-weight:bold;}

#main_menu a:hover .raque_default{
color:white;}

#main_menu a .raque_018089{
color:#018089;
font-weight:bold;}

#main_menu a:hover .raque_018089{
color:white;}

#main_menu a .raque_CB0040{
color: #CB0040;
font-weight:bold;}

#main_menu a:hover .raque_CB0040{
color:white;}

/*Gesundheit*/
#main_menu a .raque_0276FD{
color: #0276FD;
font-weight:bold;}

#main_menu a:hover .raque_0276FD{
color:white;} 

#main_menu a .raque_AC670C{
color: #AC670C;
font-weight:bold;}

#main_menu a:hover .raque_AC670C{
color:white;} 

#main_menu a .raque_E44100{
color: #E44100;
font-weight:bold;}

#main_menu a:hover .raque_E44100{
color:white;}

#main_menu a .raque_940203{
color: #940203;
font-weight:bold;}

#main_menu a:hover .raque_940203{
color:white;} 

#main_menu a .raque_3300A3{
color: #3300A3;
font-weight:bold;}

#main_menu a:hover .raque_3300A3{
color:white;}

#main_menu a .raque_F5A601{
color:#F5A601;
font-weight:bold;}

#main_menu a:hover .raque_F5A601{
color:white;} 
 

/* MAIN ACTION ############################################################*/
#main_action{
margin:0px;
padding:0px;
width:165px;
background-color:#008F2D;
text-align:left;
font-family:verdana, sans-serif;
font-size:1em;
color:#ffffff;
}
#main_action .main {
padding:10px 5px 10px 5px;
}

#main_action h1 {
padding:0px;
margin:0px 0px 1px 0px;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
padding:0px 0px 2px 0px;
border-bottom:1px solid #95D004;
color:#fff;
}

#main_action hr {
border:0px;
color: #95D004;
background-color: #95D004;
height: 1px;
}

#main_action a{
padding:0px;
margin:0px;
color:#ffffff;
text-decoration:none;
}

#main_action a:hover{
color:#ffffff;
text-decoration:underline;
}
/* MAIN FOOTER ############################################################*/
#main_footer{
margin:0px;
padding: 1px 0px 1px 0px;
text-align:left;
border-top:1px solid #5A5A5A;
border-bottom:1px solid #5A5A5A;
font-family:verdana, sans-serif;
font-size:0.9em;
color:#5A5A5A;
}
#main_footer a{
color:#5A5A5A;
text-decoration:none;
}

#main_footer a:hover{
   /* text-decoration:underline; */
color: #000000;
}
/* GALERIE ###########################################################*/
#galerie{
text-align:left;
font-family:verdana, sans-serif;
font-size:1.1em;
color:#5A5A5A;
}
#galerie h3{
font-size:1em;
font-weight:bold;
color:#fff;
background-color:#00912C;
text-transform:uppercase;
margin:0px 0px 0px 0px;
padding:5px 5px 5px 5px;
}
#galerie a{
color:#006D2C;
font-weight:bold;
font-size:1.2em;
text-decoration:none;
}
#galerie a:hover{
   text-decoration:underline;
}

/* SUCHE ####################################################################*/

div.searchMatch {
	border-bottom: 1px dashed black;
	float:left;
	margin-bottom:5px;
	padding-bottom:5px;
}

a.searchMatchTitle {
	float:left;
	display:block;
	width:360px;
}

a.searchMatchPic {
	float:right;
}

div.feedback {
	margin-top:10px;
	margin-bottom:20px;
	font-weight:bold;
}

#main div.warning h2 {
	text-transform:none;
	margin-top:20px;
	margin-bottom:20px;
}

#main input.button {
	background-color:#006D2C;
	color:white;
	border-color:#006D2C;
	margin-top:10px;
}

#main input.halfbox {
	padding-left:3px;
}

/* PROSPEKTBESTELLUNG ####################################################################*/

#prospektBestellung h1 {
	margin-bottom: 16px;
}

#prospektBestellung input.checkBox {
	border: none;
}

#prospektBestellung span.prospektName {
	position:relative;
	top:-3px;
}

#pdfDownload h2 {
	margin-bottom: 16px;
}

#pdfDownload ul {
	list-style:none;
}

#pdfDownload li{
	margin-bottom:3px;
}

/* REDESIGN ##############################################################################*/

ul.listitems {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#main ul.listitems li a {
	display: block;
	/* Hat IE_lte6-Sonderregel */

	/* Hat IE_lte6-Sonderregel */
	padding: 3px 0px 4px 3px;
}

ul.listitems li a:hover {
	background: #D9E9E0;
}

ul.listitems li a span {
	float: left;
	font-weight: normal;
	cursor: pointer;
	width: 320px;
}
	
	ul.listitems li a span.color-3300A3-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_3300A3.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-aa039d-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_aa039d.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-018089-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_018089.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-940203-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_940203.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-AC670C-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_AC670C.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-0276FD-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_0276FD.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-CB0040-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_CB0040.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-E44100-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_E44100.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-F5A601-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_F5A601.gif) no-repeat right;
	}

	ul.listitems li a span.color-andard-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_standard.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-006D2C-ohne-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_ohne_i_006D2C.gif) no-repeat right;
	}

	ul.listitems li a span.color-aa039d-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_aa039d.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-andard-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_standard.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-006D2C-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_006D2C.gif) no-repeat right;
	}

	ul.listitems li a span.color-E44100-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_E44100.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-F5A601-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_F5A601.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-3300A3-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_3300A3.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-018089-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_018089.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-940203-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_940203.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-AC670C-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_AC670C.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-0276FD-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_0276FD.gif) no-repeat right;
	}
	
	ul.listitems li a span.color-CB0040-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_CB0040.gif) no-repeat right;
	}
	ul.listitems li a span.color-FDB200-mit-i {
		float: right;
		width: auto;
		font-weight: bold;
		padding: 0px 32px 0px 0px;
		background: url(/design/alb/images/icons/pfeil_mit_i_FDB200.gif) no-repeat right;
	}

div.bottom_navi {
border-top: 2px solid #006D2C;
}

a.zurueck_standard {
float: left;
}

a.zurueck_standard img {
position: relative;
top: 2px;
}

a.forward_link_standard {
float: right;
}

a.forward_link_standard img {
position: relative;
top: 2px;
}

/*** Orte von A bis Z ***/

ul.alphabet {
	list-style: none;
	margin: 20px 0px 0px 5px;
	padding: 0px;
}

ul.alphabet li {
	display: inline;
	margin: 0px;
}

#main_content ul.alphabet a {
	font-weight: normal;
	color: #006D2C;
	border-right: 1px solid #006D2C;
	padding: 0px 5px;
}

#main_content ul.alphabet a.first {
	padding: 0px 5px 0px 5px;	
}

#main_content ul.alphabet a.last {
	border-right: none;
}

div.searchField {
	border-bottom: 2px solid #006D2C;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.searchField label {
	padding: 0px 30px 0px 10px;
	font-size: 1.1em;
}

#main div.searchField input.button {
	text-align: center;
}

/*** ZIELE ***/

div.ziele-bild {
	float: left;
	margin-bottom: 25px;
}

div.ziele-bild img {
	display: block;
}

div.ziele-bild a {
	display: block;
	width: 200px;
	height: 16px;
	padding: 3px 0px 0px 0px;
	background: url(/design/alb/images/icons/plus.gif) no-repeat right;
	border-bottom: 1px dotted #5A5A5A;
}

div.ziele-bild a:hover {
	background-color: #D9E9E0;
}

ul.ziele {
	float:right;
	width:210px;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom: 25px;
}

ul.ziele li a {
	display: block;
	width: 100%;
	height: 16px;
	padding: 3px 0px 0px 0px;
	background: url(/design/alb/images/icons/pfeil_ohne_i_standard.gif) no-repeat right;
	border-bottom: 1px dotted #5A5A5A;
}

ul.ziele li a:hover {
	background-color: #D9E9E0;
}

#main div.ziele {
	text-align: right;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #5A5A5A;
}

div.ziele a {
	background: url(/design/alb/images/icons/pfeil_ohne_i_standard.gif) no-repeat right;
	padding: 0px 25px 0px 0px;
}

div.ziele p span {
	display: block;
	padding: 0px 3px;
}

div.ziele ul.alphabet {
	margin: 10px 0px 0px 5px;
}

div.ziele ul.alphabet a {
	background: none;
	padding: 0px;
}

div.ziele ul.alphabet a:hover {
	background: #D9E9E0;
	text-decoration: underline;
}

/*** INFOBOXEN ***/

div.infobox {
	border-bottom: 1px dotted black;
	margin: 0px 0px 15px 0px;
}

div.infobox h4 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted black;
	padding: 0px 0px 3px 0px;
}

	div.ib-wandern {
		color: #018089;
	}

	div.ib-radeln {
		color: #CB0040;
	}
	
	div.ib-gesundheit {
		color: #0276FD;
	}
	
	div.ib-geologie-natur {
		color: #AC670C;
	}
	
	div.ib-staedte-kultur h4 {
		color: #E44100;
	}
	
	div.ib-burgen-schloesser {
		color: #940203;
	}
	
	div.ib-freizeit-sport {
		color: #3300A3;
	}
	
	div.ib-kulinarik {
		color: #F5A601;
	}
	
	div.ib-standard {
		color: #006D2C;
	}

div.infobox div.img {
	width: 100px;
	height: 100px;
	background: black;
	float: right;
	margin: 0px 0px 10px 10px;
}

div.infobox img {
	float: right;
	margin: 0px 0px 10px 10px;
}

div.infobox div.text {
	line-height: 1.5em;
color: #5a5a5a;
margin: 0px 0px 5px 0px;
}

div.infobox p {
	margin: 0px;
	padding: 0px;
}

div.infobox ul.verweise {
	list-style: none;
	float: right;
}

#main div.infobox ul.verweise li {
	text-align: right;
}

div.infobox ul.verweise img {
float: none;
margin: 0px;
position: relative;
top: 2px;
}

/*** ARTIKEL ***/

div.article-full div.body {
	line-height: 1.5em;
	margin: 0px 0px 30px 0px;
}

/*** REGION-FULL ***/

div.region-full div.text {
line-height: 1.5em;
margin: 0px 0px 15px 0px;
}

/*** SCHL�SSEL-FULL ***/

#main div.key-full h1 {
margin: 0px 0px 15px 0px;
}


div.key-full div.image {
margin: 0px 0px 15px 0px;
}

div.key-full div.text {
line-height: 1.5em;
margin: 0px 0px 15px 0px;
}

/*** FOLDER-FULL ***/

div.folder-full div.text {
line-height: 1.5em;
margin: 0px 0px 35px 0px;
}

#main p span.mehr-angebote {
display: block;
text-align: right;
}

/*** TOUR-FULL ***/

div.tour-full div.description {
line-height: 1.5em;
margin: 15px 0px;
}

div.tour-full img {
float:left;
margin: 0px 10px 10px 5px;
}

div.tour-full table {
margin-bottom:20px;
}

/*** TOUR-LINE ***/

div.tour-line {
line-height: 1.5em;
}

div.tour-line h3 {
line-height: 1.2em;
}

/*** PAGENAVIGATOR ***/

#main div.pagenavigator p {
text-align: center;
}

/*** NEWS ***/

div.news-full {
line-height: 1.5em;
}

div.news-line {
line-height: 1.5em;
}

/*** SEHENSW�RDIGKEIT-FULL ***/

#main div.location-full h4 {
	font-size: 2em;
	font-style: italic;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dotted #5A5A5A;
	margin: 0px 0px 15px 0px;
}

div.location-full div.description {
margin: 0px 0px 20px 0px;
line-height: 1.5em;
}

#main div.location-full div.infoskontakt h3 {
background: none;
text-transform:none;
font-size: 1.2em;
border-bottom: 1px dotted #5A5A5A;
padding-left: 0px;
}

div.location-full div.informationen {
	width: 205px;
	float: left;
line-height: 1.5em;
}

div.location-full div.kontakt {
	width: 205px;
	float: right;
line-height: 1.5em;
}

/*** TEXT-MIT-BILD ***/

#main div.textimage-line h2 {
margin: 0px 0px 6px 0px;
}

div.textimage-line div.description {
line-height: 1.5em;
}

/*** FILE-LINE ***/

#main div.file-line {

margin: 0px 0px 30px 0px;
}

/*** BILD: CLICK-ENLARGE ***/

#main_content a.image-enlarge {
display: block;
text-align: right;
}

a.image-enlarge img {
float: none;
}

/*** LOCATION FULL ***/

div.location-full div.description img {
float: left;
padding: 0px 20px 10px 0px;
}

/*** NEWSLETTER ***/

div.folder-full-newsletter input {
	width: 200px;
}

div.folder-full-newsletter input.button {
	width: auto;
}

.gallery_line{ background-color:black;color:white;width:430px;}
.gallery_headline {background-color:black;color:white;margin-left:5px;margin-right:5px;}
.gallery-head{ color:white;float:left;background-color:black;color:white;}
.gallery_images{margin-top:5px;margin-bottom:10px;}
.gallery_content{clear:both;border-top:1px solid white;margin-left:5px;margin-right:5px;margin-bottom:10px;}
div.gallery_headline h4 {font-family:"Trebuchet MS";color:white;margin:0px;font-size:15px;width:310px;overflow:hidden;padding:0px;margin-top:3px;}
div.gallery_headline a {display:inline;width:100px;}
