body {
	behavior:url("/templates/default/csshover3.htc");
	font-family: Arial;
	background: #bfbfbf;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	float: left;
}

p {
	line-height: 14px;
}

div {
	position: relative;
}

.bold {
	font-weight: bold !important;
}

.elfpx {
	font-size: 11px !important;
}

h6 {
	color: #fff;
	font-size: 11px;
	margin: 20px 0 0 0;;
	padding: 0;
	font-weight: normal;
}

.trigger {
	position: absolute; 
	right: 35px;
	top: 1px;
	cursor: pointer;
}

/* Bildlaufleiste JCarousel Styles */



.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 181px;
    padding: 3px 16px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 181px;
	_width: 171px;
    height: 46px;
	margin: 0 0 0 -6px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 45px;
    height: 46px;
	margin: 1px 0 0 0;
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item a {
	display: block;
}

.jcarousel-skin-tango .jcarousel-item a:hover {
    border: 1px solid #fff;
	margin: -1px 0 0 -1px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*  Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 13px;
	_right: 0;
    width: 4px;
    height: 45px;
    cursor: pointer;
    background: url(images/next_galerie.jpg) no-repeat 0 20px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   background: url(images/next_galerie2.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -8px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -8px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 45px;
    cursor: pointer;
    background: transparent url(images/prev-galerie.jpg) no-repeat 0 20px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 -8px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -8px 0;
}

#wrap{
	border-top: 1px solid #b8ad96;
	border-left: 1px solid #b8ad96;
	padding: 0 0 0 2px;
	margin: 0 10px 0 0;width: 200px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 1px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 30px;
    height: 40px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	width: 960px;
	height: auto;
	text-align: left;
}

.overall {
	margin: 0 auto 0 auto;
	width: 960px;
	height: auto;
	text-align: left;
	float: none;
	position: relative;
	top: 0;
	left: 0;
}

.header {
	height: 124px;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
}

.middle {
	position: relative;
	top: 0;
	left: 0;
	z-index: 90;
	margin: -219px auto 0 auto;
	background: none;
	height: 216px;
	
}

.bottom {
	position: relative;
	top: 0px;
	_top: -3px;
	left: 0;
	background: #b4955b;
	padding: 0 0 10px 0;
	float: left;
	min-height: 500px;
	_height: 550px;
	z-index: 1000;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.grid_1 {
	width:60px;
}

.grid_2 {
	width:140px;
}

.grid_3 {
	width:220px;
}

.grid_4 {
	width:300px;
}

.grid_5 {
	width:380px;
}

.grid_6 {
	width:460px;
}

.grid_7 {
	width:540px;
}

.grid_8 {
	width:634px;
}

.grid_9 {
	width:700px;
}

.grid_10 {
	width:780px;
}

.grid_11 {
	width:860px;
}

.grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.prefix_1 {
	padding-left:80px;
}

.prefix_2 {
	padding-left:160px;
}

.prefix_3 {
	padding-left:240px;
}

.prefix_4 {
	padding-left:320px;
}

.prefix_5 {
	padding-left:400px;
}

.prefix_6 {
	padding-left:480px;
}

.prefix_7 {
	padding-left:560px;
}

.prefix_8 {
	padding-left:640px;
}

.prefix_9 {
	padding-left:720px;
}

.prefix_10 {
	padding-left:800px;
}

.prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.suffix_1 {
	padding-right:80px !important;
}

.suffix_2 {
	padding-right:160px;
}

.suffix_3 {
	padding-right:240px;
}

.suffix_4 {
	padding-right:320px;
}

.suffix_5 {
	padding-right:400px;
}

.suffix_6 {
	padding-right:480px;
}

.suffix_7 {
	padding-right:560px;
}

.suffix_8 {
	padding-right:640px;
}

.suffix_9 {
	padding-right:720px;
}

.suffix_10 {
	padding-right:800px;
}

.suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.push_1 {
	left:80px;
}

.push_2 {
	left:160px;
}

.push_3 {
	left:240px;
}

.push_4 {
	left:320px;
}

.push_5 {
	left:400px;
}

.push_6 {
	left:480px;
}

.push_7 {
	left:560px;
}

.push_8 {
	left:640px;
}

.push_9 {
	left:720px;
}

.push_10 {
	left:800px;
}

.push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.pull_1 {
	left:-80px;
}

.pull_2 {
	left:-160px;
}

.pull_3 {
	left:-240px;
}

.pull_4 {
	left:-320px;
}

.pull_5 {
	left:-400px;
}

.pull_6 {
	left:-480px;
}

.pull_7 {
	left:-560px;
}

.pull_8 {
	left:-640px;
}

.pull_9 {
	left:-720px;
}

.pull_10 {
	left:-800px;
}

.pull_11 {
	left:-880px;
}

.clear {
	clear: both;
}

/* eigentliche Styles */


.metanav {
	padding: 0px 0 0px 1px;
	font-size: 11px;
	height: 9px
	margin: 0;
	background: url(images/hauptnav_border.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	position: absolute;
	top: 10px;
	left: 90px;
	z-index: 1000;
}

.metanav a {
	font-size: 9px;
	padding: 1px 7px 0 7px;
	_padding: 3px 7px 0 7px;
	line-height: 9px;
	_line-height: 7px;
	color: #6c6c6c;
	background: url(images/hauptnav_border.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	float: left;
}

.metanav a.active {
	font-size: 9px;
	padding: 0 7px 1px 7px;
	color: #000;
	border-bottom: 1px dotted #fff;
	border-left: 1px solid #6c6c6c;
	background: url(images/metanav_border.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	position: relative;
	top: 0;
	left: -1px;
	z-index: 100;
	line-height: 16px;
}

.metanav a:hover {
	color: #009ee0;
}

.meta_sub {
	border-top: 1px solid #000;
	margin: 0px 0 0 0;
	position: absolute;
	top: 27px;
	left: 90px;
	z-index: 1;
	width: 218px;
	height: 69px;
}

.height {
	height: 71px;
}

.mainlogo {
	position: absolute;
	top: 20px;
	right: 34px;
}

.meta_sub a {
	padding: 2px 2px 2px 3px;
	font-size: 9px;
	display: block;
	border-bottom: 1px solid #d6d7d7;
	color: #000;
	width: 212px;
	_width: 219px;
	line-height: 12px;
}

.meta_sub a:hover {
	background: #c2dcf9;
}

.meta_sub a.active {
	background: #c2dcf9;
}


#lounge {
	position: absolute;
	z-index: 100;
	top: 98px;
	left: 90px;
	font-size: 10px;
	line-height: 11px;
}

#lounge2 {
	position: absolute;
	z-index: 1000;
	top: -26px;
	left: 90px;
	font-size: 10px;
	line-height: 11px;
}

#lounge3 {
	position: absolute;
	z-index: 1000;
	left: 90px;
	top: 37px;
	height: 179px;
	overflow: hidden;
	background: #B4955B;
	width: 216px;
}

#lounge a {
	color: #8b7546;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0 8px 4px;
	width: 216px;
}

#lounge a:hover {
	color: #009ee0;
}

#lounge_active {
	background: #b29459;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
}

#lounge_active a {
	padding: 7px 0 8px 4px;
	display: block;
	color: #fff;
	font-size: 10px;
}

.lounge_content {
	background: #c0d8ed;
	width: 216px;
	height: 216px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	padding: 0;
	float: left;
}

.lounge_content ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	list-style-type: none;
	margin: 20px 0 0 10px;
	padding: 0;
	
}

.lounge_content ul li {
	background-image: url(images/lounge_point.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	width: 185px;
	font-size: 11px;
	margin: 10px 0 10px 0;
	color: #453d2b;
	line-height: 14px;
}

.lounge_content ul li a {
	color: #453d2b;
}

.lounge_content ul li.active, .lounge_content ul li:hover {
	background-image: url(images/lounge_point_active.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	width: 185px;
	font-size: 11px;
	margin: 10px 0 10px 0;
	color: #453d2b;
	line-height: 14px;
}

.lounge_close {
	margin: 0 0 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lounge_close a {
	background-image: url(images/lounge_close.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 4px 0 5px 0;
	border-top: 1px solid #b29459;
	display: block;
	width: 198px;
	font-size: 11px;
	color: #453d2b;
	line-height: 14px;
}

.hauptnav {
	position: absolute;
	top: 102px;
	left: 400px;
	font-size: 11px;
	line-height: 12px;
	padding: 0;
}

.hauptnav a {
	line-height: 15px;
	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
	margin: 0 0 0 0px;
	padding: 0px 7px 0px 7px;
	font-size: 11px;
	color: #626262;
	background-image: url(images/hauptnav_2_border.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.hauptnav a:hover {
	color: #858b8f;
}

.hauptnav a.active {
	height: 22px;
	line-height: 15px;
	padding: 0px 7px 0px 8px;
	font-style:italic;
	color: #858b8f;
	background: #f3eee5;
	background-image: url(images/hauptnav_2_border.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin: 0 0 0 -1px;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.first_point_haupt {
	padding: 0 8px 6px 22px !important;
}

#imageSlideshowHolder {
	height: 219px;
	width: 960px;
	overflow: hidden;
}

.mainpicture {
	z-index: 1;
	top: 0;
	left: 0;
}

.reiseatlas {
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
}

.headline_reiseatlas {
	background: #8c7548;
	height: 37px;
	width: 216px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
}

.headline_reiseatlas a {
	width: 200px;
	position: relative;
	top: 14px;
	left: 8px;
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 0;
	background: url(images/pfeil.jpg);
	background-repeat: no-repeat;
	background-position: 195px 2px;
	border-bottom: 1px solid #c4dbf0;
	display: block;
}

.headline_reiseatlas a:hover {
	color: #000;
}

.small_picture {
	margin: 0;
}

.middle_right {
	left: 0;
	margin: 0 0 0 0px !important;
}

.submenu {
	color: #8b7546;
	font-size: 9pt;
	background-color: #f3eee5;
	width: 640px;
	height: 26px;
	padding: 0 0 0 0px;
}

.submenupoints {
	margin: 0 0 0 10px;
}

.submenupoints a {
	margin: 0 0 0 0px;
	padding: 0 7px 0 7px;
	font-size: 11px;
	color: #8b7546;
	background: url(images/hauptnav_border.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	line-height: 26px;
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
}

.submenu a:hover {
	color: #009ee0;
}

.submenu a.active {
	margin: 0 0 0 -1px;
	padding: 6px 7px 6px 7px;
	_padding: 7px 7px 5px 7px;
	font-size: 11px;
	color: #8b7546;
	background: #d9c7a9;
	background-image: url(images/hauptnav_border.jpg);
	background-repeat: no-repeat;
	background-position: right 9px;
	line-height: 26px;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
}

*:first-child+html .submenu a.active {
	margin: 0 0 0 -1px;
	padding: 6px 7px 6px 7px;
	font-size: 11px;
	color: #8b7546;
	background: #d9c7a9;
	background-image: url(images/hauptnav_border.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	line-height: 26px;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
}

.middle-left {
	background: url(images/menu_links_gradient.jpg);
	background-repeat: repeat-y;
	margin: 0 0 10px 10px;
}

.menu-left {
	position: relative;
	left: 8px;
	margin: 0 0 0 0;
	display: inline;
	float: left;
	border-top: 1px solid #fff;

}

.menu-left-1 {
	position: relative;
	left: 8px;
	margin: 0 0 0 0;
	display: inline;
	float: left;
}

#article_menu_left {
	border-top: 1px solid #C4DBF0;
}

.menu-left a {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #c4dbf0;
	color: #fff;
	width: 200px;
	background: url(images/pfeil.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}

.menu-left a:hover {
	color: #000;
	background-color: #c2dcf9;
	background-image: url(images/pfeil_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}
.menu-left a.active {
	color: #000;
	background-color: #c2dcf9;
	background-image: url(images/pfeil_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}

.menu-left-1 a {
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #c4dbf0;
	color: #fff;
	width: 200px;
	background: url(images/pfeil.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}

.menu-left-1 a:hover {
	color: #000;
	background-color: #c2dcf9;
	background-image: url(images/pfeil_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}

.menu-left-1 a.active {
	color: #000;
	background-color: #c2dcf9;
	background-image: url(images/pfeil_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 195px 5px;
}

.besondere_reise, .short_galerie, .special_reise {
	margin: 15px 0 15px 0;
	color: #fff;
	position: relative;
	left: 8px;
	display: inline;
	float: left;
}

.besondere_reise h2, .special_reise h2 {
	margin: 0 0 10px 0;
	color: #d7c8a9;
	font-size: 12px;
	padding: 0 0 5px 3px;
	border-bottom: 1px solid #fff;
	width: 200px;
}

.short_galerie h2 {
	margin: 0 0 11px 3px;
	font-size: 12px;
	padding: 0 0 0 0;
	border-bottom: none;
	width: 200px;
	text-transform: uppercase; 
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}

.besondere_reise p{
	line-height: 13px;
	color: #fff;
	font-size: 11px;
	width: 200px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	float: none;
	position: relative;
}

.special_container {
	width:210px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0 0 0 3px;
	float: none;
	position: relative;
}
.special_picture{
	float:left;
	width:60px;
}

.special_content{
	float:left;
	width:140px;
}

.special_content p a{
	color: #fff
}

.special_content p a:hover{
	color: #fff
}

.special_content p{
	width:auto;
	margin: 0;
}
.special_reise a.content_title{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}

.special_reise a {
	color: #fff;
	font-size: 11px;
}

.preisspecial {
	color: #3d341e;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.datumspecial {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding-top:5px;
}


.besondere_reise {
	float: left;
}

.besondere_reise a {
	color: #fff;
}

.besondere_reise a:hover {
	color: #000;
}

.besondere_reise img, .special_reise img {
	float: left;
	margin: 0 8px 0 0;
}

.online_anmelden {
	margin: 15px 0 15px 0;
	position: relative;
	left: 8px;
	float: left;
}

.aufklappbare_boxen_gross {
	height: 225px;
	background: #B4955B;
	float: left;
	_float: none;
	width: 220px;
}

.aufklappbare_boxen_klein {
	background: url(images/menu_links_gradient.jpg);
	background-repeat: repeat-y;
	float: left;
	_float: none;
	width: 220px;
}

.reisedesigner_box {
	background-image: url(images/shadow_abschluss.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	margin: 0px 0 0 0;
	padding: 0;
	width: 220px;
	float: left;
	_float: none;
}

.privatreise_box {
	background: #646b6f;
	margin: 0px 0 0 0;
	padding: 0 0 8px 0;
	width: 216px;
	float: left;
	_float: none;
}

.reisedesigner_box ul li a, .privatreise_box ul li a {
	line-height: 13px;
	color: #fff;
	padding: 4px 3px 4px 3px;
	margin: 0 0 0 6px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	background: #646b6f;
	width: 200px;
	display: block;
}

.reisedesigner_box ul li a.open, .privatreise_box ul li a.open {
	line-height: 13px;
	color: #fff;
	padding: 4px 3px 4px 3px;
	margin: 0 0 0 6px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #646b6f;
	width: 200px;
	display: block;
	background: url(images/pfeil_down.jpg);
	background-repeat: no-repeat;
	background-position: 190px 8px;
}

.reisedesigner_box ul li:hover a.open, .privatreise_box ul li:hover a.open {
	line-height: 13px;
	color: #29363e;
	padding: 4px 3px 4px 3px;
	margin: 0 0 0 6px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: #646b6f;
	width: 200px;
	display: block;
	background: url(images/pfeil_down_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 190px 8px;
	background-color: #c2dcf9;
}

.reisedesigner_box ul {
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0 0 15px 0;
	width: 216px;
	background-color: #646b6f;
}

.privatreise_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 216px;
}

.reisedesigner_box li, .privatreise_box li {
	line-height: 15px;
	height: auto;
	overflow: hidden;
	list-style-type: none;
	color: #fff;
	padding: 4px 0px 4px 0px;
	margin: 0;
	font-size: 11px;
}

.reisedesigner_box li a, .privatreise_box li a {
	cursor: pointer;
}

.reisedesigner_box li p, .privatreise_box li p {
	margin: 5px 0 0 9px;
	font-size: 11px;
}

.reisedesigner_box li table, .privatreise_box li table {
	margin: 5px 0 0 0;
	padding: 3px 0 5px 0px;
	width: 216px;
	background: #29363e;
	color: #fff;
	font-size: 11px;
}

.reisedesigner_box li table tr td , .privatreise_box li table tr td {
	padding: 3px 6px 5px 8px;
	background: #29363e;
	color: #fff;
	font-size: 11px;
}

.reisedesigner_box li table a, .privatreise_box li table a {
	margin: 0;
	padding: 2px 2px 4px 3px;
	font-size: 11px;
	width: 196px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	background-image: url(images/pfeil_weiss.jpg);
	background-repeat: no-repeat;
	background-position: 190px 5px;
	line-height: 13px;
	font-weight: normal;
	background: none;
}

.reisedesigner_box li table a:hover, .privatreise_box li table a:hover {
	margin: 0;
	padding: 2px 2px 4px 3px;
	font-size: 11px;
	width: 196px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #000;
	background-color: #c2dcf9;
	background-image: url(images/pfeil_schwarz.jpg);
	background-repeat: no-repeat;
	background-position: 190px 5px;
}

.rechts {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 0 0 10px 16px !important;
}

.suche_input {
	height: 16px;
	line-height: 10px;
	border: none;
	width: 108px;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 11px;
	color: #3d341e;
	padding: 3px 5px 0 5px;
	line-height: 13px;
	background: #c4dbf0;
	border: none;
	float: left;
	outline: none;
}

.reisefinder_leiste {
	height: 19px;
	width: 404px;
	/*background-image: url(images/reisefinder_back.jpg);
	background-repeat: no-repeat;*/
	padding: 0;
	position: absolute;
	top: 181px;
	left: 0;
	z-index: 10;
}

.reisefinder_leiste_links {
	background-image: url(images/reisefinder_back_links.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 19px;
}

.reisefinder_leiste_rechts {
	background-image: url(images/reisefinder_back_rechts.jpg);
	background-repeat: no-repeat;
	left: 92px;
	width: 140px;
	height: 19px;
}

.reisefinder_leiste a {
	margin: 0;
	padding: 0;
	color: #000;
}

.reisefinder_divs {
	float: left;
	display: inline
}

.reisefinder_button {
	width: 144px;
	padding: 2px 0 0 0;
	cursor: pointer;
}

.reisefinder_button a {
	color: #3d341e;
	font-size: 11px;
	margin: 0px 0 0 10px;
	display: block;
	font-weight: bold;
	text-align: left;
}

.jetzt_anzeigen {
	/* position: absolute;
	top: 0;
	right: 0;
	padding: 0; */
	position: absolute;
	top: -5px;
	right: -6px;
	background-image: url(images/jetzt_anzeigen.png);
	background-repeat: no-repeat;
	z-index: 2000;
	height: 38px;
	width: 120px;
	padding: 0 0 0 0;
}

.jetzt_anzeigen a {
	/* background-image: url(images/jetzt_anzeigen.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	color: #000;
	font-size: 11px;
	height: 27px;
	padding: 1px 14px 0 30px; */
	color: #000;
	font-size: 11px;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 9px 12px 34px;
}

.reisefinder_loeschen {
	position: absolute;
	bottom: 0;
	right: -6px;
	background-image: url(images/reisefinder_loeschen.png);
	background-repeat: no-repeat;
	z-index: 2000;
	height: 38px;
	width: 120px;
	padding: 0 0 0 0;
}

.reisefinder_loeschen a {
	color: #000;
	font-size: 11px;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 41px 2px 34px;
}

.reisefinder_layer {
	height: 181px;
	width: 604px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1000;
}

.reisefinder_reiter {
	height: 24px;
	width: 604px;
	background-image: url(images/reisefinder-ecke-links.gif);
	background-repeat: no-repeat;
}

.reisefinder_reiter a {
	padding: 2px 27px 2px 27px;
	color: #3d341e;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 20px;
	background-image: url(images/reiter_devider.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

.reisefinder_reiter a.active {
	padding: 1px 27px 2px 27px;
	color: #3d341e;
	font-size: 11px;
	line-height: 20px;
	background: #fff;
	border-top: 1px solid #5a4c2d;
	border-left: 1px solid #5a4c2d;
}

.close_layer {
	padding: 3px 3px 0 0;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 200;
	cursor: pointer;
}

.reisefinder_content {
	height: 157px;
	border-left: 1px solid #5a4c2d;
	opacity: 0.93;
	filter:alpha(opacity=93);
	padding: 0;
}

.region_tab, .reiseleiter_tab, .preis_tab, .termin_tab, .interessen_tab {
	height: 157px;
	position: relative;
	display: none;
	background: #fff;
	padding: 0 0 0 15px;
	width: 604px;
}

.zeile1 {
	margin: 0;
	height: 30px;
	position: relative;
	top: 16px;
	left: 10px;
	z-index: 200;
	float: left;
}

.zeile2 {
	position: relative;
	top: 16px;
	left: 10px;
	z-index: 100;
	float: left;
}

.zeile2 p {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 11px;
	color: #000;
	text-align: left;
	z-index: 100;
}

.zeile2 .reisefinder_text_termine {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 11px;
	color: #000;
	text-align: left;
}

.zeile3 {
	position: relative;
	top: 16px;
	left: 10px;
	z-index: 10;
	float: left;
}

.zeile3 p {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 11px;
	color: #000;
	text-align: left;
}

.tabbing-left {
	display: inline;
	float: left;
	font-size: 11px;
	width: 288px;
	color: #3D341E;
	text-align: left;
}

.tabbing-left div {
	float: left;
	display: block;
}

.tabbing-right {
	display: inline;
	float: left;
	font-size: 11px;
	color: #3D341E;
	width: 288px;
}

.tabbing-right div {
	float: left;
}

.zeile1 ul.selectOpen  {
	overflow: auto;
	height: 140px;
}

.zeile2 ul.selectOpen  {
	overflow: auto;
	height: 110px;
}


/* select felder Reisefinder start */

.select_span {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

select.replaced {
	display: none;
	margin: 0 10px 0 0;

}

ul.selectReplacement {
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	display: inline;
	float: left;
	list-style-position: outside;
	width: 132px;
	border-left: 1px solid #fff;
	text-align: left;
}

.small ul.selectReplacement {
	width: 80px;
}

ul.selectReplacement li {
	background: #fff;
	color: #8b7546;
	cursor: pointer;
	display: none;
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	margin: 0;
	padding: 1px 2px 1px 8px;

}

ul.selectReplacement li.selected {		/* Anfangsstadium des selectfeldes und dannach aktiver Punkt */
	background: url(images/input_background.jpg) no-repeat;
	color: #fff;
	display: block;
	height: 20px;
	line-height: 20px;

}

.small ul.selectReplacement li.selected {		/* Anfangsstadium des selectfeldes und dannach aktiver Punkt */
	background: url(images/input_background_small.jpg) no-repeat;
	color: #fff;
	display: block;
	height: 20px;
	line-height: 20px;

}

ul.selectOpen {
	position: relative;
	top: 1;
	left: 0;
	z-index: 150;
	background: #fff;
	/*background-image: url(images/select_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right 20;*/
	border-left: 1px solid #ddd;
	opacity: 0.93;
	filter:alpha(opacity=93);
}

ul.selectOpen li {
	display: block;
	border-top: 1px solid #000;
	padding: 0 4px 0 7px;
}

ul.selectOpen li.selected, .small ul.selectOpen li.selected { 			/* ausgewählter Punkt in der Liste */
	background: #d1e3f3;
	display: block;
	height: 14px;
	line-height: 14px;
}

ul.selectOpen li.selected:hover { 		/* ausgewählter Punkt in der Liste bei hover */
	background: #d1e3f3;
	color: #000;
}

ul.selectOpen li.hover,					/* Style des Monats*/
ul.selectOpen li:hover {
	background: #d1e3f3;
	color: #000;
}

ul.selectOpen li.kontinent,
ul.selectOpen li.kontinent:hover{
	display: block;
	background: none;
	color: black;
	border-top: 1px solid #000;
	padding: 0 4px 0 7px;	
}


.something {
	background: url(images/input_background.jpg) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

/* select felder Reisefinder ende */


.search_result {
	background-image: url(images/reisefinder-result2.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	height: 56px;
	width: 604px;
	position: absolute;
	top: 181px;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
	position: absolute;
}

.search_result p {
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 14px;
	color: #fff;
	font-size: 11px;
	/*text-transform: capitalize;*/
	text-align: left;
	position: absolute;
	bottom: 3px;
	left: 10px;
}

.search_result p a {
	color: #fff;
}

.search_result p a:hover {
	text-decoration: underline;
}

.search_result_links {
	width: 510px;
	display: inline;
	float: left;
	position: absolute;
	top: 50px;
	text-transform: uppercase;
}

.search_result_rechts {
	height: 25px;
	width: 80px;
	_width: 88px;
	border-left: 1px solid #CED2D2;
	display: inline;
	float: left;
	padding: 3px 0 0 6px;
	color: #ced2d2;
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 6px;
}

.reisen_gefunden {
	float: left;
	width: 30px;
	margin: 0 0 0 8px;
	line-height: 14px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	
}

.rechts .content {
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	top: -165px;
	left: 0;
	width: 634px;
	z-index: 900;
}

.rechts .highlight_braun {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	color: #3d341e;
	font-style: normal;
	line-height: 20px;
}

.rechts .highlight_weiss {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	color: #3d341e;
	font-style: normal;
	line-height: 20px;
	color: #fff;
}

.rechts .content .headline h2 {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 19px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

.rechts .content .first_line {
	width: 604px;
	float: left;
	display: block;
	padding: 0 0 5px 10px;
}

.rechts .content .last-line {
	width: 604px;
	float: left;
	display: block;
	height: 26px;
	margin: 10px 0 0 0;
}

.rechts .content .headline {
	width: 320px;
	float: left;
	display: inline;
	line-height: 20px;
}

.rechts .content .pagination {
	width: 284px;
	overflow: hidden;
	float: right;
	display: inline;
	font-size: 15px;
	text-align: right;
	color: #55472a;
	
}

.rechts .content .pagination a {
	color: #55472a;
	font-family: Arial;
	font-size: 11px;
	padding: 0 5px 0 5px;
}

.rechts .content .pagination a:hover {
	color: #fff;
}

.rechts .content .pagination a.active {
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	padding: 0 5px 0 5px;
}

.rechts .content .textblock {
	background: #fff;
	font-family: Arial;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	position: relative;
	top: 0;
	left: 0;
}

.rechts .content .textblock_pressekontakt {
	background: #fff;
	font-family: Arial;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

.rechts .content .textblock_kontakt {
	background: #fff;
	font-family: Arial;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	width: 634px;
	position: relative;
	top: 0;
	left: 0;
}

.rechts .content h1 {
	
}

.rechts .content .grey_block {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	background: #e8ebeb;
	position: relative;
	top: 0;
	left: 0;
}

.rechts .content .grey_block .links {
	float: left;
	display: inline;
	width: 315px !important;
	margin: 0 0 0 10px;
}

.rechts .content .grey_block .links h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.rechts .content .grey_block .rechts h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 37px 0 0;
	font-size: 11px;
}

.rechts .content .grey_block p {
	color: #62686d;
	margin: 10px 0 0 0;
	line-height: 14px;
}

.rechts .content .grey_block .name {
	color: #57503d;
	font-weight: bold;
	font-size: 12px;
}

.rechts .content .grey_block a {
	color: #62686d;
	font-weight: bold;
}

.rechts .content .grey_block .rechts {
	float: left;
	display: inline;
	width: 309px !important;
	margin: 0 !important;
}


.rechts .content .beige_block {
	margin: 4px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	background: #f3efe5;
	position: relative;
	top: 0px;
	left: 0;
}

.rechts .content .beige_block .links {
	float: left;
	display: inline;
	width: 315px !important;
	margin: 0 0 0 10px;
}

.rechts .content .beige_block .links h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.rechts .content .beige_block .rechts h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 37px 0 0;
	font-size: 11px;
}

.rechts .content .beige_block p {
	color: #000;
	margin: 10px 0 0 0;
	line-height: 14px;
	font-size: 12px;
}

.rechts .content .beige_block .name {
	color: #57503d;
	font-weight: bold;
	font-size: 12px;
}

.rechts .content .beige_block a {
	color: #000;
	font-weight: bold;
}

.rechts .content .beige_block .rechts {
	float: left;
	display: inline;
	width: 309px !important;
	margin: 0 !important;
}

.rechts .content .beige_block_kontakt {
	margin: 4px 0 0 0;
	padding: 0 0 15px 0;
	float: left;
	background: #f3efe5;
	position: relative;
	top: 0px;
	left: 0;
	width: 634px;
}

.rechts .content .beige_block_kontakt .links {
	float: left;
	display: inline;
	width: 325px;
	margin: 0 0 0 5px;
}

.rechts .content .beige_block_kontakt .links h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.rechts .content .beige_block_kontakt .rechts h4 {
	border-bottom: 1px solid #62686d;
	color: #62686d;
	margin: 10px 37px 0 0;
	font-size: 11px;
}

.rechts .content .beige_block_kontakt p {
	color: #3d331e;
	margin: 10px 0 0 0;
	line-height: 16px;
	font-size: 12px;
}

.rechts .content .beige_block_kontakt .name {
	color: #57503d;
	font-weight: bold;
	font-size: 12px;
}

.rechts .content .beige_block_kontakt a {
	color: #000;
}

.rechts .content .beige_block_kontakt .rechts {
	float: left;
	display: inline;
	width: 300px !important;
	margin: 0 !important;
}

.details_kontakt {
	height:66px;
	margin:53px 0 0 0;
}

 .rechts .details_kontakt ul {
	border-top:1px solid #d6d7d3;
	bottom:0;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right: 41px;
	width: 118px;
	text-align: right;
	z-index: 1000;
}

 .rechts .details_kontakt ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d7d3;
}

 .rechts .details_kontakt ul li a {
	background-image: url(images/pfeil_dunkelblau.gif) ;
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0 10px 0 0;
	color: #4676a9 !important;
	display: block;
}

 .rechts .details_kontakt ul li a:hover {
	margin: 0;
	padding: 0 10px 0 0;
	background: #fff;
	background-image: url(images/pfeil_dunkelblau.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	color: #3d70a5;
}

.details {
	height:66px;
	margin:0;
}

 .rechts .details ul {
	border-top:1px solid #d6d7d3;
	bottom:0;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right: 0px;
	width: 118px;
	text-align: right;
}

 .rechts .details ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d7d3;
}

 .rechts .details ul li a {
	background-image: url(images/pfeil_dunkelblau.gif) ;
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0 10px 0 0;
	color: #4676a9 !important;
	display: block;
	background-color: #fff;
}

 .rechts .details ul li a:hover {
	margin: 0;
	padding: 0 10px 0 0;
	background: #fff;
	background-image: url(images/pfeil_dunkelblau.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	color: #3d70a5;
}

div.meldung_hover {
	background-image: none;
	background-repeat: repeat-y;
	width: 634px;
}

/*
div.meldung_hover:hover{
	background-image: url(images/suchergebnis-verlauf.jpg);
	background-repeat: repeat-y;
	width: 634px;
}*/

div.meldung_hover_hover {
	background-image: url(images/suchergebnis-verlauf.jpg);
}

.rechts .content .textblock .meldung {
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;
	background-image: url(images/content_devider.gif);
	background-repeat: no-repeat;
	width: 600px;
}

.rechts .content .textblock .meldung .links {
	width: 454px;
	display: inline;
	float: left;
}

.rechts .content .textblock .meldung .links h2 a {
	color: #4274a8;
}

.rechts .content .textblock .meldung h2 {
	margin: 0 0 0 0;
	line-height: 14px;
	font-size: 14px;
	color: #4274a8;
}

.rechts .content .textblock .meldung img {
	margin: 0 16px 0 0;
	float: left;
}

.rechts .content .textblock .meldung p {
	margin: 0 0 0 0;
	color: #62686d;
	line-height: 14px;
}

.rechts .content .textblock .meldung p a {
	color: #4274A8;
}

.rechts .content .textblock .meldung p a:hover {
	text-decoration: underline;
}

.rechts .content .textblock .meldung .rechts {
	width: 112px !important;
	display: inline;
	float: left;
	padding: 0 0 0 10px;
	text-align: right;
	height: auto;
}

.rechts .content .textblock .meldung .rechts .date {
	font-size: 10px;
}

.rechts .content .textblock .meldung .rechts .details {
}

.rechts .content .textblock .meldung .rechts .details ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #dcdfe0;
}

.rechts .content .textblock .meldung .rechts .details ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dcdfe0;
}


.rechts .content .textblock .meldung .rechts .details ul li a {
	background-image: url(images/pfeil_blau.gif) ;
	background-repeat: no-repeat;
	background-position: right 0;
	margin: 0;
	padding: 0 10px 0 0;
	color: #578ec7;
	display: block;
}

.rechts .content .textblock .meldung .rechts .details ul li a:hover {
	margin: 0;
	padding: 0 10px 0 0;
	background: #e8ebeb;
	background-image: url(images/pfeil_dunkelblau.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	color: #3d70a5;
	display: block;
	
}

/* Checkliste */


.content .checkliste {
	margin: 0;
}

.checkliste .checkliste-pdf {
	margin: 20px 0 0 0;
	color: #4676a9;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	width: 183px;
	display: block;
	background: #fff url(images/pfeil_dunkelblau2.gif);
	background-repeat: no-repeat;
	background-position: 178px 3px;
}

.content .checkliste h2 {
	color: #fff;
	font-size: 11px;
	margin: 20px 0 0 0;;
	padding: 0;
	font-weight: normal;
}


.content .checkliste table span {
	background: #B4955B;
}

.content .checkliste table tr td.text {
	background-image: url(images/checkliste-punkte.gif);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	color: #443A22;
	font-size: 11px;
	margin: 0 0 2px 0;
	width: 280px;
}


/* Reisefinder Ergebnissliste */


.reiseliste { 
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

.reiseliste p { 
	text-align: justify;
	padding: 0 50px 0 0;
	color: #646a6f;
}

.reiseliste div.overlay_reiseliste:hover {
	background-image: url(images/suchergebnis-verlauf.jpg);
	background-repeat: repeat-y;
}

.reiseliste .suchergebnis {
	position: relative;
	top: 0;
	left: 0;
	width: 619px;
}

.reiseliste .suchergebnis .suchbreadcrumb {
	position: relative;
	top: 0;
	left: 0;
	line-height: 10px;
	width: 346px;
	height: 34px;
	padding: 2px 0 0 0;
}

.reiseliste .suchergebnis .suchbreadcrumb a  {
	color: #55472A;
	font-size: 10px;
	border-right: 1px solid #55472A;
	padding: 0 4px 0 0;
	line-height: 14px;
}

.reiseliste .suchergebnis .suchbreadcrumb a:hover, .reiseliste .suchergebnis .termine a:hover, .reiseliste .suchergebnis .terminzahl a:hover  {
	text-decoration: underline;
}


.reiseliste .suchergebnis .terminzahl a{
	color: #55472A;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}

.reiseliste .suchergebnis .terminzahl {
	color: #55472A;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}

.reiseliste .suchergebnis .thumbnail {
	position: relative;
	top: 0;
	left: 0;
}

.reiseliste .suchergebnis .thumbnail .pfeil {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
}

.reiseliste .suchergebnis .thumbnail .thumb {
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
}

.reiseliste .suchergebnis .beschreibung {
	position: relative;
	top: 0;
	left: 0;
	background: #eeece0;
	height: 104px;
	width: 346px;
}

.reiseliste .suchergebnis .beschreibung h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

.reiseliste .suchergebnis .beschreibung h2 a {
	color: #4375a8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.reiseliste .suchergebnis .beschreibung div {
	height: 104px;
	overflow: hidden;
}

.reiseliste .suchergebnis .beschreibung h3 {
	font-size: 11px;
	color: #7e8284;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 13px;
}

.reiseliste .suchergebnis .beschreibung p {
	color: #7e8284;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 0 17px 0 0;
	line-height: 13px;
}

.reiseliste .suchergebnis .beschreibung a {
	color: #7e8284;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}


.reiseliste .suchergebnis .termine {
	background-image: url(images/suchergebnis-termine-background.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	line-height: 12px;
}

.reiseliste .suchergebnis .termine a {
	color: #55472A;
	font-size: 10px;
}

.reiseliste .suchergebnis .weiterempfehlen a {
	color: #8cb6dd;
	font-size: 9px;
	border-top: 1px solid #8cb6dd;
	border-bottom: 1px solid #8cb6dd;
	padding: 1px 10px 1px 0;
	background-image: url(images/pfeil_blau.gif) ;
	background-repeat: no-repeat;
	background-position: right 0;
}

.reiseliste .suchergebnis .weiterempfehlen a:hover {
	color: #4375a8;
	font-size: 9px;
	border-top: 1px solid #4375a8;
	border-bottom: 1px solid #4375a8;
	padding: 1px 10px 1px 0;
	background-image: url(images/pfeil_dunkelblau2.gif) ;
	background-repeat: no-repeat;
	background-position: right 0;
}

.reiseliste .suchergebnis .preis {
	color: #55472A;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	text-align: center;
}

.rechts .content p.italic {
	margin: 0 0 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	width: 600px;
	line-height: 20px;
}

.rechts .content h2.italic {
	margin: 20px 0 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	font-style: normal;
	width: 600px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
}

.rechts .content p.normal {
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	width: 540px;
	line-height: 16px;
}

.braun {
	color: #443a22;
}

.rechts .content p.braun {
	color: #443a22;
}


.rechts .content p.braun a:hover {
	text-decoration: underline;
}

.rechts .content p.weiss {
	color: #fff;
	line-height: 20px;
}

.rechts .content p.weiss a {
	color: #3D341E;
	font-size: 22px;
}

.rechts .content p.weiss a:hover {
	text-decoration: underline;
}

.content .reisefinder-liste-detail {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.content .reisefinder-liste-detail .left {
	display: inline;
	float: left;
	width: 407px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.content .reisefinder-liste-detail h2 {
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.content .reisefinder-liste-detail h3 {
	font-size: 11px;
	color: #e0d2bb;
	margin: 0;
	padding: 0;
}

.content .reisefinder-liste-detail h4 {
	font-size: 15px;
	color: #443a22;
	margin: 0;
	padding: 0;
}

.content .reisefinder-liste-detail h5 {
	font-size: 11px;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
}

.content .reisefinder-liste-detail .left p, .content .reisefinder-liste-detail .right p {
	color: #443a22;
	line-height: 14px;
	font-size: 11px;
	padding: 0 15px 0 0;
	margin: 0;
}

.content .reisefinder-liste-detail ul {
	list-style-image: url(images/list-style-dot.gif);
	padding: 0;
	margin: 0 0 0 12px;
}

.content .reisefinder-liste-detail ul li {
	color: #443a22;
	line-height: 14px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.content .reisefinder-liste-detail .left p a, .content .reisefinder-liste-detail .right p a {
	color: #fff;
	font-size: 11px;
}

.content .reisefinder-liste-detail .left p a:hover, .content .reisefinder-liste-detail .right p a:hover {
	text-decoration: underline;
}

.content .reisefinder-liste-detail .right {
	margin: 10px 0 0 1px;
	float: left;
	width: 225px;
}


.content .leistungen-infos-detail {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.content .leistungen-infos-detail .left {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	width: 300px;
}

.content .leistungen-infos-detail h2 {
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.content .leistungen-infos-detail h3 {
	font-size: 11px;
	color: #e0d2bb;
	margin: 0;
	padding: 0;
}

.content .leistungen-infos-detail h4 {
	font-size: 15px;
	color: #443a22;
	margin: 0;
	padding: 0;
}

.content .leistungen-infos-detail h5 {
	font-size: 11px;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
}

.content .leistungen-infos-detail .left p, .content .leistungen-infos-detail .right p {
	color: #443a22;
	line-height: 14px;
	font-size: 11px;
	padding: 0 15px 0 0;
	margin: 0;
}

.content .leistungen-infos-detail ul {
	list-style-image: url(images/list-style-dot.gif);
	padding: 0;
	margin: 0 0 0 12px;
}

.content .leistungen-infos-detail ul li {
	color: #443a22;
	line-height: 14px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.content .leistungen-infos-detail .left p a, .content .leistungen-infos-detail .right p a {
	color: #fff;
	font-size: 11px;
}

.content .leistungen-infos-detail .left p a:hover, .content .leistungen-infos-detail .right p a:hover {
	text-decoration: underline;
}

.content .leistungen-infos-detail .right {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	width: 300px;
}

.lebensart-hotel-punkt {
	position: relative;
}

.lebensart-hotel-punkt img {
	margin: 5px 0 10px 0;
}


.lebensart-hotel-punkt .ueberschrift {
	color: #443A22;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 1px solid #443A22;
}

.lebensart-hotel-punkt .beschreibung {
	color: #fff;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

.content .reisefinder-liste-detail .right .reiseleiter-pic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}

.content .reisefinder-liste-detail .right .ecke {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.content .reisefinder-liste-detail .right .inhalt {
	background-image: url(images/termine-reiseleiter-box-verlauf.jpg);
	background-repeat: repeat-y;
	width: 226px;
}

.content .reisefinder-liste-detail .right .inhalt h2 {
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #707173;
	border-bottom: 2px solid #fff;
	padding: 0 0 4px 0;
}

.content .reisefinder-liste-detail .right .inhalt .terminliste {
	margin: 0 0 0 15px;
	font-size: 11px;
	color: #b29359;
	border-top: 1px solid #fff;
	padding: 7px 0 7px 0;

}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo, .content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo_4260 {
	margin: 0 0 0 15px;
	border-top: 1px solid #4e7cac;
	padding: 2px 0 5px 0;
	width: 180px;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterangaben {
	color: #8c7548;
	font-size: 11px;
	height: 115px;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterangaben-text {
	color: #707173;
	font-size: 11px;
	margin: 15px 0 15px 14px;
	padding: 0 20px 0 0;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterangaben h2 {
	font-size: 12px;
	color: #707173;
	border: none;
	padding: 0 0 4px 0;
	margin: 10px 0 0 0;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo .name,
.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo_4260 .name {
	font-size: 11px;
	color: #4e7cac;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo .info,
.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo_4260 .info {
	font-size: 10px;
	color: #4375a8;
	border-bottom: 1px solid #4375a8;
	padding: 0px 10px 2px 0;
	float: right;
	text-align: left;
	background-image: url(images/pfeil_dunkelblau3.gif) ;
	background-repeat: no-repeat;
	background-position: right 2px;
}

.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo .info2,
.content .reisefinder-liste-detail .right .inhalt .reiseleiterinfo_4260 .info2 {
	font-size: 10px;
	color: #4375a8;
	border-bottom: 1px solid #4375a8;
	padding: 0px 15px 2px 0;
	float: right;
	text-align: left;
	background-image: url(images/pfeil-oben.gif) ;
	background-repeat: no-repeat;
	background-position: right 5px;
}

/* */


#popup_layer {
	
}

#popup_layer2 {
	background: #fff;
	position: absolute;
	top: 340px;
	left: 0;
	height: 516px;
	width: 306px;
	z-index: 3900;
}

#popup_layer2 a {

}

#pressemeldung {
	text-align: left;
}

#pressemeldung .content {
	overflow: auto;
	margin: 12px 0 15px 10px;
	height: 331px;
	width: 285px;
}

#pressemeldung p {
	color: #767a7f;
	font-size: 11px;
	margin: 12px 0 0 0;
}

#pressemeldung p.intro {
	font-weight: bold;
	color: #767a7f;
	font-size: 11px;
	margin: 0;
}

#pressemeldung h1 {
	margin: 12px 0 0 10px;
	color: #000;
	font-size: 15px;
	line-height: 16px;
}

#pressemeldung h2 {
	margin: 12px 0 0 10px;
	color: #000;
	font-size: 15px;
	line-height: 16px;
}

#pressemeldung .date {
	margin: 0 0 0 10px;
	padding: 0 0 0 3px;
	color: #000;
	line-height: 14px;
	font-size: 11px;
	background: #cfd2d3;
}

#pressemeldung .drucken {
	padding: 0;
	color: #000;
	width: 306px;
	height: 30px;
	background-color: #646a6f;
}

#pressemeldung .drucken_button {
	line-height: 18px;
	color: #6b92b9;
	position: absolute;
	top: 6px;
	right: 20px;
	width: 113px;
	height: 18px;
	background: url(images/drucken.jpg);
}

#pressemeldung .drucken_button a {
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 18px;
	color: #6b92b9;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.popup_layer2_close {
	background: #c4dbf0;
	height: 24px;
	width: 306px;
	cursor: move;
}

.popup_layer2_close a {
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
	font-size: 11px;
	color: #000;
}

.popup_layer2_close h3 {
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 24px;
	width: 170px;
	display: inline;
	float: left;
	font-size: 11px;
	color: #000;
}



/* privatreise_layer popup */


#privatreise_layer,
#individualreise_layer,
#weiterempfehlen_layer,
#online-anmelden_layer,
#termineundpreise_layer {
	position: absolute;
	top: 168px;
	left: 326px;
	width: 630px;
	z-index: 5000;
	background-image: url(images/privatreise-verlauf.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#reisekarten_layer {
	position: absolute;
	top: 435px;
	left: 326px;
	width: 520px;
	z-index: 6000;
}

.reisekarten_layer_close {
	cursor: move;
	background: #8c7548;
	height: 18px;
	width: 520px;
}

.reisekarten_layer_close h3 {
	padding: 0;
	margin: 3px 0 0 15px;
	line-height: 24px;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #fff;
}

.reisekarten_layer_close a {
	position: relative;
	top: 3px;
	right: 5px;
	float: right;
}



#kontakt_layer {
	position: absolute;
	top: 435px;
	left: 326px;
	width: 520px;
	z-index: 6000;
}
.kontakt_layer_close {
	cursor: move;
	background: #8c7548;
	height: 18px;
	width: 520px;
}

.kontakt_layer_close h3 {
	padding: 0;
	margin: 3px 0 3px 15px;
	line-height: 24px;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #fff;
}

.kontakt_layer_close a {
	position: relative;
	top: 3px;
	right: 5px;
	float: right;
}


#akkreditierung_layer {
	position: absolute;
	top: 84px;
	left: 163px;
	width: 630px;
	z-index: 5000;
	background-image: url(images/privatreise-verlauf.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#akkreditierung_layer #NEU {
	position: none;
	width: 615px;
}

#akkreditierung_layer #NEU .privatreise-content {
	position: none;
	width: 615px;
	background-image: url(images/privatreise-verlauf.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#newsletter_layer {
	position: absolute;
	top: 158px;
	left: 326px;
	width: 630px;
	z-index: 5000;
	background-image: url(images/privatreise-verlauf.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#warnung, #warnung2, #katalog_warnung, #katalogbestellung_ok, #ireise_warnung, #individualreise_ok, #preise_warnung,#privatreise_ok, 
#akkreditierung_warnung, #akkreditierung_ok, #newsletter_ok, #newsletter_warnung, #online-anmelden-warnung, #weiterempfehlen_warnung, #weiterempfehlen_ok, #online-anmelden_ok {
	background: #dcdfdf;
	position: absolute;
	top: 85px;
	left: 0;
	width: 614px;
	z-index: 800;
}

#akkreditierung_ok {
	background: #dcdfdf;
	position: absolute;
	top: 85px;
	left: 163px;
	width: 614px;
	z-index: 800;
}

#warnung img, #warnung2 img, #katalog_warnung img, #katalogbestellung_ok img, #ireise_warnung img, #preise_warnung img, 
#individualreise_ok img, #privatreise_ok img, #akkreditierung_warnung img, #akkreditierung_ok img, #newsletter_ok img, #newsletter_warnung img, 
#weiterempfehlen_ok img, #weiterempfehlen_warnung img, #online-anmelden-warnung img, #online-anmelden_ok img {
	position: absolute;
	bottom: -17px;
	left: 0;
}

#warnung .inhalt, #warnung2 .inhalt,#katalog_warnung .inhalt, #katalogbestellung_ok .inhalt, #ireise_warnung .inhalt, 
#preise_warnung .inhalt, #individualreise_ok .inhalt, #akkreditierung_warnung .inhalt, #newsletter_ok .inhalt, #newsletter_warnung .inhalt, #online-anmelden-warnung .inhalt,
#weiterempfehlen_warnung .inhalt, #online-anmelden_ok .inhalt
{
	position: relative;
	top: 0;
	left: 220px;
	margin: 85px 0 0 0;
	width: 330px;
}

#warnung .inhalt, #warnung2 .inhalt,#katalog_warnung .inhalt, #katalogbestellung_ok .inhalt, #ireise_warnung .inhalt, 
#preise_warnung .inhalt, #individualreise_ok .inhalt, #akkreditierung_warnung .inhalt, #newsletter_ok .inhalt, #newsletter_warnung .inhalt, #online-anmelden-warnung .inhalt, #online_anmelden_ok .inhalt, #weiterempfehlen_warnung .inhalt, #online-anmelden_ok .inhalt,
{
	position: relative;
	top: 0;
	left: 220px;
	margin: 85px 0 0 0;
	width: 330px;
}

#privatreise_ok .inhalt, 
#akkreditierung_ok .inhalt,
#online_anmelden_ok .inhalt,
#newsletter_ok .inhalt,
#weiterempfehlen_ok .inhalt,
#online-anmelden_ok .inhalt
{
	position: relative;
	top: -10px;
	left: 220px;
	margin: 0 0 0 0;
	width: 330px;
	z-index: 4000;
}

#privatreise_ok .bg_dankelayer, 
#online_anmelden_ok .bg_dankelayer,
#akkreditierung_ok .bg_dankelayer, 
#newsletter_ok .bg_dankelayer, 
#individualreise_ok .bg_dankelayer,
#katalogbestellung_ok .bg_dankelayer,
#weiterempfehlen_ok .bg_dankelayer,
#online-anmelden_ok .bg_dankelayer
{
	position: relative;
	top: 0;
	left: 175px;
	margin: 54px 0 0 0;
	width: 330px;
	z-index: 650;
}

#warnung .inhalt h2, #warnung2 .inhalt h2, #katalog_warnung .inhalt h2, #katalogbestellung_ok .inhalt h2, #ireise_warnung .inhalt h2, 
#preise_warnung .inhalt h2, #individualreise_ok .inhalt h2, #privatreise_ok .inhalt h2, #akkreditierung_warnung .inhalt h2, #akkreditierung_ok .inhalt h2, 
#newsletter_ok .inhalt h2, #newsletter_warnung .inhalt h2, #online-anmelden-warnung .inhalt h2, #online_anmelden_ok .inhalt h2,
#weiterempfehlen_ok .inhalt h2, #weiterempfehlen_warnung .inhalt h2, #online-anmelden_ok .inhalt h2{
	position: relative;
	top: 0px;
	left: 0;
	color: #4375a8;
	font-size: 16px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #646A6F;
	margin: 0;
}

#warnung .inhalt p, #warnung2 .inhalt p, #katalog_warnung .inhalt p , #katalogbestellung_ok .inhalt p, #ireise_warnung .inhalt p, 
#preise_warnung .inhalt p, #individualreise_ok .inhalt p, #privatreise_ok .inhalt p, #akkreditierung_warnung .inhalt p, #akkreditierung_ok .inhalt p, 
#newsletter_ok .inhalt p, #newsletter_warnung .inhalt p, #online-anmelden-warnung .inhalt p, #online_anmelden_ok .inhalt p,
#weiterempfehlen_ok .inhalt p, #weiterempfehlen_warnung .inhalt p, #online-anmelden_ok .inhalt p {
	position: relative;
	top: 0px;
	left: 0;
	color: #646A6F;
	font-size: 11px;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px solid #646A6F;
}

#warnung .inhalt .schliessen, #warnung2 .inhalt .schliessen, #katalog_warnung .inhalt .schliessen , #katalogbestellung_ok .inhalt .schliessen, 
#ireise_warnung .inhalt .schliessen, #preise_warnung .inhalt .schliessen, #individualreise_ok .inhalt .schliessen, #privatreise_ok .inhalt .schliessen, 
#akkreditierung_warnung .inhalt .schliessen, #akkreditierung_ok .inhalt .schliessen, #newsletter_ok .inhalt .schliessen, #newsletter_warnung .inhalt .schliessen, 
#online-anmelden-warnung .inhalt .schliessen, #online_anmelden_ok .inhalt .schliessen,
#weiterempfehlen_ok .inhalt .schliessen, #weiterempfehlen_warnung .inhalt .schliessen, #online-anmelden_ok .inhalt .schliessen {
	float: right;
	border-bottom: 1px solid #646A6F;
	color: #4375a8;
	font-size: 11px;
	padding: 3px 15px 3px 0;
	margin: 0 0 10px 0;
	background-image: url(images/pfeil-oben.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}

#privatreise_layer .danke,
#individualreise_layer .danke,
#akkreditierung_layer .danke,
#newsletter_layer .danke,
#weiterempfehlen_layer .danke,
#termineundpreise_layer .danke,
#online-anmelden-warnung .danke,
#weiterempfehlen_layer .danke,
#online-anmelden_layer.inhalt {
	background: #dcdfdf;
	position: absolute;
	top: 0px;
	left: 0;
	width: 613px;
	z-index: 800;
}


#akkreditierung_layer .danke img,
#newsletter_layer .danke img,
#weiterempfehlen_layer .danke img,
#termineundpreise_layer .danke img,
#privatreise_layer .danke img,
#individualreise_layer .danke img,
#online-anmelden-warnung .danke img,
#weiterempfehlen_layer .danke img
#online-anmelden_layer .danke img {
	position: absolute;
	bottom: -17px;
	left: 0;
}

#privatreise_layer .danke .inhalt,
#individualreise_layer .danke .inhalt,
#akkreditierung_layer .danke .inhalt,
#newsletter_layer .danke .inhalt,
#privatreise_layer .danke .inhalt,
#individualreise_layer .danke .inhalt,
#online-anmelden-warnung .danke .inhalt,
#weiterempfehlen_layer .danke .inhalt,
#online-anmelden_layer .danke .inhalt {
	position: relative;
	top: 0;
	left: 220px;
	margin: 60px 0 5px 0;
	width: 330px;
}

#privatreise_layer .danke .inhalt h2,
#individualreise_layer .danke .inhalt h2,
#akkreditierung_layer .danke .inhalt h2,
#newsletter_layer .danke .inhalt h2,
#privatreise_layer .danke .inhalt h2,
#individualreise_layer .danke .inhalt h2,
#online-anmelden-warnung .danke .inhalt h2,
#weiterempfehlen_layer .danke .inhalt h2,
#online-anmelden_layer .danke .inhalt h2  {
	position: relative;
	top: 0px;
	left: 0;
	color: #4375a8;
	font-size: 16px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #646A6F;
	margin: 0;
}

#privatreise_layer .danke .inhalt p,
#individualreise_layer .danke .inhalt p,
#akkreditierung_layer .danke .inhalt p,
#newsletter_layer .danke .inhalt p,
#privatreise_layer .danke .inhalt p,
#individualreise_layer .danke .inhalt p,
#online-anmelden-warnung .danke .inhalt p,
#weiterempfehlen_layer .danke .inhalt p,
#online-anmelden_layer .danke .inhalt {
	position: relative;
	top: 0px;
	left: 0;
	color: #646A6F;
	font-size: 11px;
	padding: 3px 0 3px 0;
	margin: 0;
	border-bottom: 1px solid #646A6F;
}

#privatreise_layer .logo,
#individualreise_layer .logo,
#akkreditierung_layer .logo,
#newsletter_layer .logo,
#privatreise_layer .logo,
#individualreise_layer .logo,
#online-anmelden-warnung .logo,
#weiterempfehlen_layer .logo,
#online-anmelden_layer .logo {
	background: #fff;
	position: relative;
	top: 0px;
	left: 0;
}

#privatreise_layer .panorama,
#individualreise_layer .panorama,
#akkreditierung_layer .panorama,
#newsletter_layer .panorama,
#privatreise_layer .panorama,
#individualreise_layer .panorama,
#online-anmelden-warnung .panorama,
#weiterempfehlen_layer .panorama,
#online-anmelden_layer .panorama {
	position: relative;
	top: 0px;
	left: 0px;
}

#privatreise_layer .bild_overflow,
#online-anmelden_layer .bild_overflow,
#individualreise_layer .bild_overflow,
#akkreditierung_layer .bild_overflow,
#newsletter_layer .bild_overflow,
#privatreise_layer .bild_overflow, 
#individualreise_layer .bild_overflow,
#online-anmelden-warnung .bild_overflow,
#weiterempfehlen_layer .bild_overflow,
#weiterempfehlen_layer .bild_ok,
#online-anmelden_layer .bild_overflow {
	position: absolute;
	top: 0;
	_top: 3px;
	left: 28px;
	z-index: 600;
	width: 168px;
	height: 148px;
	overflow: hidden;
}

#privatreise_layer .bild_overflow img,
#online-anmelden_layer .bild_overflow img,
#individualreise_layer .bild_overflow img,
#akkreditierung_layer .bild_overflow img,
#newsletter_layer .bild_overflow img,
#privatreise_layer .bild_overflow img, 
#individualreise_layer .bild_overflow img,
#online-anmelden-warnung .bild_overflow img,
#weiterempfehlen_layer .bild_overflow img,
#weiterempfehlen_layer .bild_ok img,
#online-anmelden_layer .bild_overflow img {
	position: absolute;
	left: 0;
	bottom: 0;
}


#weiterempfehlen_layer .bild {
	position: absolute;
	bottom: 0px;
	left: 27px;
	z-index: 600;
}

#privatreise_layer .pfeil,
#individualreise_layer .pfeil,
#akkreditierung_layer .pfeil,
#newsletter_layer .pfeil,
#privatreise_layer .pfeil,
#individualreise_layer .pfeil,
#online-anmelden-warnung .pfeil,
#weiterempfehlen_layer .pfeil,
#online-anmelden_layer .pfeil {
	position: absolute;
	top: 61px;
	left: 175px;
	z-index: 600;
}

.privatreise_layer_close {
	cursor: move;
	background: #c4dbf0;
	height: 24px;
	width: 613px;
	/* cursor: move; */
}

.privatreise_layer_close_danke {
	cursor: move;
	background: #c4dbf0;
	height: 24px;
	width: 613px;
	/* cursor: move; */
}


.privatreise_layer_close a {
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
	font-size: 11px;
	color: #000;
}

.privatreise_layer_close_danke a {
	position: relative;
	top: 2px;
	right: 20px;
	float: right;
	font-size: 11px;
	color: #000;
}

.privatreise_layer_close h3 {
	padding: 0;
	margin: 8px 0 0 30px;
	line-height: 24px;
	width: 170px;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #000;
}

.privatreise_layer_close_danke h3 {
	padding: 0;
	margin: 8px 0 0 30px;
	line-height: 24px;
	width: 250px;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #000;
}

.privatreise-content {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.privatreise-content .left {
	width: 169px;
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 24px 0 27px;
	padding: 0 0 0 0;
}

.privatreise-content .left .auswahl-attribute {
	display: block;
	font-size: 11px;
	color: #646a6f;
	padding: 0px 7px 0 7px;
	heigh: auto;
	line-height: 12px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.privatreise-content .left .auswahl-attribute b a {
	text-decoration:underline;
	color:#646A6F;
}

.privatreise-content .left .auswahl-attribute b {
	display: block;
	font-weight: bold;
}

.privatreise-content .left p {
	display: block;
	font-size: 11px;
	color: #646a6f;
	padding: 0px 7px 0 7px;
	line-height: 16px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.privatreise-content .left .herzlichst {
	display: block;
	font-size: 11px;
	color: #646a6f;
	padding: 0px 7px 0 7px;
	width: 100%;
	margin: 8px 0 0 0;
}

.privatreise-content .left .telefonnr {
	background: #f2f3f3;
	display: block;
	font-size: 16px;
	color: #646a6f;
	border-top: 1px solid #646a6f;
	border-bottom: 1px solid #646a6f;
	padding: 3px 0 4px 10px;
}

.privatreise-content .right {
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 381px;
}

.privatreise-content .right2 {
	position: relative;
	top: -30px;
	_top: -33px;
	left: 0;
}

.privatreise-content .right h2 {
	margin: 12px 0 0 0;
	background: #cfd2d3;
	color: #646a6f;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #646a6f;
	border-bottom: 1px solid #646a6f;
	width: 370px;
	_width: 380px;
}

.privatreise-content .right .black {
	margin: 3px 0 5px 0;
	color: #000;
	font-size: 10px;
}

.privatreise-content .right .grey {
	margin: 3px 0 0 0;
	color: #646a6f;
	font-size: 10px;
	line-height: 22px;
}

.privatreise-select {
	font-size: 10px;
	height: 18px;
}

.privatreise-content .right .grey input {
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 2px;
	height: 18px;
}

.privatreise-content .right textarea {
	font-size: 11px;
	margin: 0;
	color: #646a6f;
	padding: 2px;
	width: 383px;
	height: 53px;
}

.privatreise-content .right .meine-kontaktdaten {
	font-size: 10px;
	margin: 8px 0 0 0;
	color: #646a6f;
}

.privatreise-content .right .kontaktdaten-input,
#katalogbestellung-inputs input {
	font-size: 11px;
	padding: 1px 0 0 2px;
	color: #646a6f;
	height: 18px;
	width: 136px;
	margin: 0px 0;
}

#akkreditierungsformular .kontaktdaten-input {
	font-size: 11px;
	padding: 1px 0 0 2px;
	color: #646a6f;
	height: 18px;
	width: 136px;
	margin: 2px 0;
}

.privatreise-header {
	height: 148px;
	width: 630px;
}

.privatreise-header-danke {
	width: 614px;
}

.privatreise-footer {
	width: 613px;
	background: #646a6f;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}

.privatreise-footer .privatreise-footer-table {
	font-size: 11px;
	color: #fff;
	margin: 15px 0 13px 30px;
}

.privatreise-footer .privatreise-footer-table .cell1 {
	color: #b9bfc0; 
	border-right: 1px solid #b9bfc0;
	width: 189px;
}

.privatreise-footer .privatreise-footer-table .cell2 {
	color: #fff; 
	width: 200px;
	padding: 0 0 0 22px;
}

.privatreise-footer .privatreise-footer-table .cell3 {
	text-align: right;
	width: 175px;
}


.privatreise-footer .privatreise-footer-table .cell3 a {
	width: 162px;
	text-align: left;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 20px;
	color: #646a6f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/privatreise-senden-button.jpg);
}

.privatreise-footer .privatreise-footer-table .cell3 a:hover {
	width: 162px;
	text-align: left;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 20px;
	color: #646a6f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/privatreise-senden-button.jpg);
}

.privatreise-footer .privatreise-footer-table-neu {
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 30px;
}

.privatreise-footer .privatreise-footer-table-neu .cell1 {
	color: #b9bfc0; 
	border-right: 1px solid #b9bfc0;
	width: 189px;
}

.privatreise-footer .privatreise-footer-table-neu .cell2 {
	color: #fff; 
	width: 200px;
	padding: 0 0 0 22px;
}

.privatreise-footer .privatreise-footer-table-neu .cell3 {
	text-align: right;
	width: 175px;
}


.privatreise-footer .privatreise-footer-table-neu .cell3 a {
	width: 162px;
	text-align: left;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 20px;
	color: #646a6f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/privatreise-senden-button.jpg);
}

.privatreise-footer .privatreise-footer-table-neu .cell3 a:hover {
	width: 162px;
	text-align: left;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 20px;
	color: #646a6f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/privatreise-senden-button.jpg);
}


/* CSS FOR SLIDESHOW SCRIPT */

.imageSlideshowHolder,.imageSlideshowHolder_left {
	width:960px;
	height:216;	/* Image height */
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}


div.bildmenue {
    z-index: 1200;
    position: absolute;
    top: -260px;
	right: 0;
	width: 623px;
	_width: 655px;
	text-align: center;
	padding: 0 30px 0 0;
}

*~html>:first-of-type div.bildmenue{
	top: -420px;
}

#bildmenue_right {
	position: absolute;
	right: 0px;
}

div.bildmenue_navigation {
    width: 140px;
    height: 185px;
	background-image: url(/templates/default/images/bildmenu_bg.png);
	background-repeat: no-repeat;
    margin: 0 5px 0 0;
    font-style: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    cursor: pointer;
	float: right;
	overflow: hidden;
}

div.bildmenue_navigation:hover{
    width: 150px;
    height: 195px;
	background-image: url(/templates/default/images/bildmenu_bg_big.png);
	background-repeat: no-repeat;
    margin: -5 0 0 -5px;
	_margin: -5 0 0 -2px;
    text-align: center;
    font-style: normal;
	font-size: 14px;
    cursor: pointer;
	float: right;
	overflow: hidden;
}

div.bildmenue_navigation_titel {
    text-align: center;
    padding: 10px 5px 10px 5px;
}

img.bildmenue_navigation_bild {
	width: 130px;
	height: 145px;
	text-align: left;
}

img.bildmenue_navigation_bild:hover {
	width: 140px;
	height: 152px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

div.bildmenue_navigation_pfeile {
    float: left;
    margin: 80px 0 0 0;
}

div.reiseländer_liste {
    position:absolute;
    top: -180px;
    right: 20px;
    background-color: #B4955B;
    opacity: 0.9;
	-moz-opacity:0.9;
	filter: Alpha(opacity=90);
    font-size: 10px;
    color:  #FFFFFF;
    padding: 3 7 0 7px;
    margin: 0 0 3 0px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    z-index: 2000;
	height: 171px;
}

.reiselaender-head {
   border-bottom: 2px solid #fff;
   display: block;
   padding: 0 0 3px 0;
   margin: 0 0 7px 0;
}

ul.reiseländer_listentyp {
    width: auto;
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

ul.reiselÃ¤nder_listentyp li{
    padding: 0 0 5px 0;
}

.sortierung {
	width: 613px;
}

.sortiert_nach {
	color: #3d341e;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	width: 137px;
}

a.sortierfeld {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
    margin: 0 20 0 0px;
    vertical-align: bottom;
}

#alphabet_sort {
	border-bottom: 1px solid #7b6843;
	width: 610px;
	margin: 0 0 15px 0;
	float: left;
}

#alphabet_sort a {
	margin: 0 15px;
}

#alphabet_sort a.active, #alphabet_sort a:hover {
	color: #000;
}

a.ohne, a.ohne:visited {
    color:#FFFFFF;
}

a.ohne:hover {
    text-decoration: underline;
}

div.katalog {
    background-color: #F0E9DD;
    width: 190px;
    height: 440px;
	_height: 460px;
    float: left;
    margin: 80px 5px 10px 5px;
    padding: 0px 5px 5px 5px;
}

div.katalog input {
    margin: 0 0 5px 10px;
}

div.katalog .checkbox {
    margin: 180px 0 0px 10px;
}

a.link {
    color: #4676A8;
    background: url(images/pfeil_blau_durchsichtig.gif) no-repeat 93% 4px;
}

a.link:hover {
    color: #85B9F5;
    cursor: pointer;
    background: url(images/pfeil_blau_durchsichtig2.gif) no-repeat 93% 4px;
}


#katalogbestellung_layer {
	position: absolute;
	z-index: 20000;
	background: url(images/kataloginfo_background.gif);
	background-repeat: repeat-y;
}

#kataloginfo_layer {
	position: absolute;
	z-index: 20000;
	background: url(images/kataloginfo_background.gif);
	background-repeat: repeat-y;
}

.katalog_header {
    color: #4676A8;
    font-size: 14px;
    font-weight: bold;
	margin: 10px 0 5px 0;
}

.katalog_content {
    padding: 0px 11px 15px 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

img.katalog_bild {
    position: absolute;
    top: -56px;
    left: 0px;
    z-index: 2;
}

img.katalog_schatten {
    position: absolute;
    top: -56px;
    left: 0px;
    z-index: 1;
}

img.roundedge_ro {
    position: absolute;
    top: 0px;
    right: -2px;
}

img.roundedge_ru {
    position: absolute;
    bottom: -3px;
    right: -1px;
}

img.roundedge_lu {
    position: absolute;
    bottom: -2px;
    left: -2px;
}




div.link_zeile {
	position: absolute;
	bottom: 10px;
    left: 15px;
}

div.link_zeile a {
	font-size: 12px;
    bottom: 10px;
    left: 15px;
    width: 120px;
	_width: 150px;
    padding: 3px 5px 3px 30px;
    border-bottom: solid 1px #959A9B;
    border-top: solid 1px #959A9B;
	display: block;
    color: #4676A8;
    background: url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}

div.link_zeile a:hover {
    color: #FFFFFF;
    background: #85B9F5 url(images/pfeil_weiss_durchsichtig.gif) no-repeat 95% 7px;
}




div.link_zeile_katalog {
	position: absolute;
	bottom: 32px;
    left: 15px;
}

div.link_zeile_katalog a {
	font-size: 12px;
    bottom: 10px;
    left: 15px;
    width: 120px;
	_width: 150px;
    padding: 3px 5px 3px 30px;
    border-top: solid 1px #959A9B;
	display: block;
    color: #4676A8;
    background: url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}

div.link_zeile_katalog a:hover {
    color: #FFFFFF;
    background: #85B9F5 url(images/pfeil_weiss_durchsichtig.gif) no-repeat 95% 7px;
}





div.link_zeile_katalog_detail {
	padding-top: 2px;
    left: 25px;
}

div.link_zeile_katalog_detail a {
	font-size: 12px;
    bottom: 10px;
    left: 15px;
    width: 120px;
	_width: 150px;
    padding: 3px 5px 3px 30px;
    border-top: solid 1px #959A9B;
    border-bottom: solid 1px #959A9B;
	display: block;
    color: #4676A8;
    background: url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}

div.link_zeile_katalog_detail a:hover {
    color: #FFFFFF;
    background: #85B9F5 url(images/pfeil_weiss_durchsichtig.gif) no-repeat 95% 7px;
}



div.submit {
	cursor: pointer;
    font-size: 13px;
    float: right;
    width: 200px;
    color: #4676A8;
    margin: 10 20 0 0px;
    padding: 3 0 3 10px;
    background: #F0E9DD url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}

div.submit:hover, div.submit2:hover, div.submit3:hover {
    color: #FFFFFF;
    cursor:pointer;
    background: #85B9F5 url(images/pfeil_weiss_durchsichtig.gif) no-repeat 95% 7px;
}

div.submit2 {
    font-size: 13px;
    float: right;
    width: 200px;
    color: #4676A8;
    margin: 30 30 20 0px;
    padding: 3 0 3 10px;
    background: #FFFFFF url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}

div.submit3 {
    font-size: 13px;
    float: right;
    width: 200px;
    color: #4676A8;
    margin: 10px 10px 10px 0px;
    padding: 3px 0px 3px 10px;
    background: #F1F2F3 url(images/pfeil_blau_durchsichtig.gif) no-repeat 95% 7px;
}


div.reiseleiterliste {
    display: block;
	float: left;
    margin: 0;
	padding: 0 0 5px 0;
    background-color: #e8ebeb;
}

div.reiseleiterliste_uebersicht {
    display: block;
	float: left;
    margin: 0;
	padding: 0 0 5px 0;
    background-color: #fff;
    height: 80px;
}

div.reiseleiterliste_uebersicht:hover {
	background-image: url(images/layer_reiseuebersicht.png);
	background-repeat: repeat-y;
    background-position: right;
}

a.reiseleiter_caption1 {
    font-size: 15px;
    font-weight: normal;
    color: #3d341e;
		font-family: Arial;
}

a.reiseleiter_caption1_uebersicht {
    font-size: 14px;
    font-weight: normal;
    color: #3d341e;

}

div.reiseleiter_caption2 {
    font-size: 12px;
	color: #3d341e;
}

div.reiseleiter_caption2 a {
    font-size: 12px;
	color: #3d341e;
}

div.reiseleiter_content {
    font-size: 12px;
	color: #646a6f;
	line-height: 18px;
	padding: 0 40px 5px 0;
	text-align: justify;
}

div.reiseleiter_content_uebersicht {
    font-size: 12px;
	color: #646a6f;
	line-height: 18px;
	width: 512px;
}

div.reiseleiter_content_uebersicht a {
    font-size: 12px;
	color: #646a6f;
	line-height: 18px;
}

div.trenner_rl {
	background-image: url(/templates/default/images/reiseliste-devider.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 588px;
	margin: 0 0 0 15px;
}

div.trenner_rl_2 {
	padding: 10px 0 0 15px;
}

div.reiseleiter_img {
    float: left;
	width: 80px;
	height: 75px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

div.reiseleiter_img_uebersicht {
    float: left;
	width: 119px;
	height: 119px;
	overflow: hidden;
	margin: 0 20px 10px 0;
}

img.reiseleiter_portrait {
    width: 104px;
    margin: 10px 53px 10px 15px;
}

img.reiseleiter_portrait_uebersicht {
    margin: 10px 7px 10px 16px;
	width: 60px;
}

.reiseliste div.hover:hover {
	background-image: url(images/suchergebnis-verlauf.jpg);
	background-repeat: repeat-y;
}

.standart_caption1 {
    color: #FFFFFF; font-family: Arial, sans-serif; text-transform: uppercase; font-weight: bold;
}

.standart_caption2 {
    color: #E0D2B7; font-family: Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 1.8em;
}

.reiseleiter_sortiert {
	color: #3d341e;
	font-size: 11px;
	float: left;
	margin: 0 20px 0 5px;;
}

#online-anmeldung-reiter {
	position: absolute; 
	top: -16px; 
	left: 220px;
	width: 392px;
}

#online-anmeldung-reiter a:hover {
	text-decoration: underline;
	color: #646a6f;
	cursor: pointer;
}

#online-anmeldung-reiter div {
	display: inline;
	float: left;
	background: #ced2d3;
	height: 34px;
	border-right: 1px solid #646a6f;
	border-top: 1px solid #646a6f;
	border-bottom: 1px solid #646a6f;
}

#online-anmeldung-reiter .active {
	background: #f1f2f3 !important;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/reiter_number_devider.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	line-height: 12px;
	border-bottom: 1px solid #f1f2f3;
}

#online-anmeldung-reiter .reiter {
	padding: 4px;
}

#online-anmeldung-reiter .reiter span {
	color: #646a6f;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 12px;
}

#online-anmeldung-reiter .active .reiter span {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 12px;
}

#online-anmeldung-reiter .reiter_number {
	color: #646a6f;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/reiter_number_devider.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	line-height: 12px;
	padding: 4px 2px 0 4px;
}

#online-anmeldung-reiter .active .reiter_number, #online-anmeldung-reiter .active .reiter {
	color: #000;
}


.privatreise-content .left h2 {
	font-size: 11px; 
	position: relative; 
	top: -15px; 
	left: 0; 
	z-index: 1000; 
	background: #ced2d3; 
	margin: 0 0 0px 0; 
	color: #646A6F; 
	height: 16px; 
	padding: 0 0px 0 7px; 
	display: block;
	line-height: 15px;
}

.reise_zusammenstellen_termine {
	width: 380px;
	margin: 40px 0 0 0;
	font-size: 11px;
}

.reise_zusammenstellen_termine_left {
	width: 215px;
	margin: 0 0 0 0;
	font-size: 11px;
}

.reise_zusammenstellen_termine_right {
	font-size: 11px;
	text-align: left;
	width: 120px;
}

.reise_zusammenstellen_termine .border-td {
	border-bottom: 1px solid #fff;
}

.reise_zusammenstellen_termine .border-td2 {
	border-bottom: 2px solid #fff;
}

#preise_zusammenstellen, #preise, #preise2, #buchungswuensche, #teilnehmer {
	margin: 20px 0 0 0;
}

#teinehmer a {
	color: #646a6f;
}

.leftcol {
	width: 195px;
}

.widecol {
	width: 280px;
}

.bluespan {
	background:#85b9f5;
	line-height: 14px;
	color: #000;
}

.reise_zusammenstellen_termine ul {
	margin: 0 0 3px 0;
	padding: 0;
}

.reise_zusammenstellen_termine ul li, .border-td ul table tr td {
	margin: 0;
	padding: 0 0px 0 3px;
	line-height: 20px !important;
	list-style-type: none;
	color: #646A6F;
}

.reise_zusammenstellen_termine ul li:hover, .border-td ul table tr td:hover {
	background: #85b9f5;
	color: #000 !important;
}

.reise_zusammenstellen_termine ul li .grey:hover, .border-td ul table tr td ul li .grey:hover {
	background: #85b9f5;
	color: #000 !important;
}

.thin-p {
	line-height: 14px !important;
}

.select_personen {
	font-size: 10px;
	width: 60px;
	color: #646a6f;
	background: #f1f2f3;
}

.reise_zusammenstellen_termine .preis {
	font-size: 10px;
	text-align: right;
	width: 50px;
	padding: 0 3px 0 0;
}

.reise_zusammenstellen_termine .bezeichnung {
	font-size: 10px;
}

.agb {
	position: absolute;
	left: 31px;
	bottom: 5px;
	margin: 0 0 0 0;
	z-index: 1000;
}

.agb_neu {
	position: absolute;
	left: 5px;
	bottom: 65px;
	margin: 0 0 0 0;
	z-index: 1000;
}

.agb a {
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #6c90b6;
	border-top: 1px solid #4676a8;
	color: #6c90b6;
	width: 155px;
	background: url(images/pfeil_agb.gif);
	background-repeat: no-repeat;
	background-position: 155px 3px;
}

.agb a:hover {
	
	background: url(images/pfeil_dunkelblau2.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 154px 3px;
}

.agb_neu a {
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #6c90b6;
	border-top: 1px solid #4676a8;
	color: #6c90b6;
	width: 155px;
	background: url(images/pfeil_agb.gif);
	background-repeat: no-repeat;
	background-position: 155px 3px;
}

.agb_neu a:hover {
	
	background: url(images/pfeil_dunkelblau2.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 154px 3px;
}

.agb-link {
	color: #9a1f26;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.pdf_grau {
	padding: 1px 0 1px 1px;
	display: block;
	font-size: 10px;
	background: #b9bfc0 url(images/pfeil_grau_rechts.png);
	background-repeat: no-repeat;
	background-position: 140px 3px;
	width: 148px;
	color: #646a6f;
	margin: 2px 0;
	border-bottom: 1px solid #646a6f;
	border-top: 1px solid #646a6f;
}


div.submit4 {
    font-size: 11px;
    color: #646a6f;
}

div.submit4 a{
	font-size: 11px;
	    float: right;
    width: 155px;
	color: #646a6f;
	margin: 20px 10px 20px 0px;
    padding: 3px 0px 3px 10px;
    background: #FFFFFF url(images/pfeil_grau_rechts.png) no-repeat 95% 6px;
}


div.submit4:hover,
div.submit4 a:hover {
    color: #FFFFFF;
    cursor: pointer;
    background: #85B9F5 url(images/pfeil_weiss_rechts.gif) no-repeat 95% 6px;
}
div.submit4 a:hover{
	color: #FFFFFF;
}

div.submit5 {
    font-size: 11px;
    color: #646a6f;
}
div.submit5 a{
	font-size: 11px;
	color: #646a6f;
	text-align: right;
    float: left;
    width: 150px;
    margin: 20px 0px 20px 32px;
    padding: 3px 10px 3px 0px;
    background: #FFFFFF url(images/pfeil_grau.png) no-repeat 5% 6px;
}

div.submit5:hover,
div.submit5 a:hover{
    color: #FFFFFF;
    cursor: pointer;
    background: #85B9F5 url(images/pfeil_white.gif) no-repeat 5% 6px;
}

.input_layer {
	width: 150px;
	border-top: 2px solid #7d7c7c;
	border-left: 1px solid #7d7c7c;
	border-right: 1px solid #e0dfdd;
	border-bottom: 1px solid #e0dfdd;
	color: #646a6f;
	background: #f1f2f3;
	font-size: 10px;
	padding: 0px 0 0 2px;
	line-height: 16px;
	margin: 2px 0;
}

.short {
	width: 135px;
}

.textarea_layer {
	width: 150px !important;
	height: 50px;
	border-top: 2px solid #7d7c7c;
	border-left: 1px solid #7d7c7c;
	border-right: 1px solid #e0dfdd;
	border-bottom: 1px solid #e0dfdd;
	color: #646a6f;
	background: #f1f2f3;
	font-size: 10px;
	padding: 1px 0 0 2px;
	line-height: 14px;
	margin: 4px 0 !important;
	font-family: Arial;
	overflow: auto;
}

.zusatzwuensche {
	width: 380px;
	margin: 15px 0 0 20px;
	font-size: 11px;
	color: #646a6f;
	font-size: 10px;
}

.smallfont {
	font-size: 9px;
}

.kontaktdaten {
	width: 380px;
	margin: 15px 0 10px 0;
	font-size: 10px;
	color: #646a6f;
	font-size: 10px;
}

.kontaktdaten_headline {
	display: block;
	color: #646a6f;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0;
	padding: 1px 5px;
	cursor: pointer;
	background: #dcdfdf url(images/hier-klicken.jpg) no-repeat 98% 0px;
}

.kontaktdaten_headline a {
	color: #646a6f;
}

.kontaktdaten_headline_ohne {
	display: block;
	color: #646a6f;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0;
	padding: 1px 5px;
	cursor: pointer;
	background: #dcdfdf url(images/hier-klicken.jpg) no-repeat 98% 0px;
}

#preise-termine {
	background: #fff;
	position: relative;
	width: 634px;
	float: left;
	padding: 0 0 10px 0;
	background: #fff url(images/preise_verlauf.jpg) repeat-x 0px 0px;
}

#preise-termine .header {
	background: url(images/preise_pfeil.jpg) no-repeat 0px 0px;
	position: relative;
	top: 0;
	left: -16px;
	width: 634px;
	height: 38px;
}

#preise-termine .header .left {
	width: 454px;
	display: inline;
	float: left;
}

#preise-termine .header .right {
	display: inline;
	float: left;
}

#preise-termine .right_side {
	width: 180px;
	float: right;
}

.header_tup {
	background-image: url(/templates/default/images/preise-rechts-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 180px;
}

.footer_tup {
	background-image: url(/templates/default/images/preise-rechts-bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 180px;
}


#preise-termine .header .right h2, 
#preise-termine .header .left h2 {
	font-weight: bold;
	font-size: 14px;
	color: #282629;
	font-family: Arial;
	font-style: normal;
	margin: 15px 0 0 30px;
}

#preise-termine .inhalt {

}

#preise-termine .inhalt .termine {
	background: #efe9dd;
}

#preise-termine .inhalt .left {
	display: inline;
	float: left;
	background: #efe9dd;
	width: 427px;
}

#preise-termine .inhalt .left .preis {
	text-align: right;
	color: #646a6f;
	font-size: 11px;
}

.preise_headline {
	margin: 8px 15px 0 0px;
	padding: 0;
	left: 15px;
	border-bottom: 3px solid #fff;
	float: left;
	width: 387px;
}

.preise_headline h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1a171b;
	font-family: Arial;
	font-style: normal;
	float: left;
	margin: 0;
	padding: 0;
}

.termine-spalte {
	
}

.termine-spalte h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1a171b;
	font-family: Arial;
	font-style: normal;
	margin: 0 0 0 15px;
	border-bottom: 3px solid #fff;
}

.termine-spalte ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

.termine-spalte ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	margin: 2px 0;
	font-size: 11px;
	padding: 5px 0;
	
}

.termine-spalte ul li a {
	font-size: 11px;
	color: #8C7548;
}

.termine-spalte ul li a:hover {
	text-decoration: underline;
}

.preise_headline span {
	font-size: 11px;
	font-weight: normal;
	color: #1a171b;
	float: right;
	margin: 0;
	padding: 0;
}

.preise_table {
	margin: 8px 15px 5px 0px;
	left: 15px;
	padding: 0;
	position: relative;
	float: left;
	width: 387px;
	font-size: 11px;
	font-weight: normal;
	color: #8c7548;
}

#preise-termine .inhalt .left p {
	display: block;
	float: left;
	background: #efe9dd;
}

#preise-termine .inhalt .right {
	display: inline;
	float: right;
	background: #EFE9DD;
	margin: 0 0 6px 0;
}

#error_layer {
	position: absolute;
	top: -220px;
	left: 0;
	z-index: 10000;
}

.standard-text {
	margin: 0 0 0 10px;
}

.standard-text a {
	color: #fff;
}

.standard-text p.normal-white {
	color: #fff;
	font-size: 12px;
	margin: -10px 0 20px 0;
}

.standard-text h2 {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0;
}

.standard-text h2.teams {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	margin: 0 0 5px 0;
	padding: 0;
}

.standard-text h3 {
	font-size: 15px;
	color: #443A22;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.standard-text h4 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 15px 0 3px 0;
	padding: 0;
}

.standard-text h5 {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px 0 3px 0;
	padding: 0;
}

.standard-text table tr td {
	color: #fff;
	font-size: 11px;
	padding: 7px 0;
}

.standard-text table.facts tr td {
	color: #fff;
	font-size: 12px;
	padding: 7px 0;
}

.standard-text .zwei-spalten tr td.braun {
	color: #443A22;
	font-size: 11px;
	padding: 7px 0 3px 20px;
}

.standard-text .zwei-spalten tr td.braun img {
	margin: 3px 0 0 0;
}

.standard-text .zwei-spalten tr td .times {
	color: #443A22;
	font-size: 10px;
	padding: 3px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#showSort {
	margin: 0 10px 0 0;
	font-size: 11px;
	color: #000;
	float: left;
}

#showSort a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	float: left;
}

#showSort a:hover {
	text-decoration: underline;
}

.reiseanzeigen {
	float: right; 
	font-size: 11px; 
	color: #fff;
	margin: 0 10px 0 0;
}

.iframe-zindex {
	z-index: 2000 !important;
}

#reisefinder-iframe, #reisefinder-iframe-start {
	position: relative;
	top: -181px; 
	left: 0;
	z-index:500;
}

