/* Basic Definitions */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: green;
	background: url(/wLayout/design/img/bg.png) top left repeat-x #e2bc7b;
	font-family: Tahoma,verdana,arial,sans-serif;
	color: #733c00;
	font-size: 12px;
}
tbody { font-family: Tahoma,verdana,arial,sans-serif;
	color: #733c00;
	font-size: 12px;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
a { outline: none; }


/* Base-Elements Definitions */
.clear		{ clear:both; height:0; line-height: 0; overflow:hidden; }
.clear_left	{ clear:left; height:0; line-height: 0; overflow:hidden; }
.clear_right	{ clear:right; height:0; line-height: 0; overflow:hidden; }


/******************************* Anfrage/Buchung ******************************/
form {
	margin: 10px;
}
td.formCaption {
	width: 210px;
	padding: 2px;
	vertical-align: top;
}
td.formValue {
	width: 304px;
	padding: 2px;
	vertical-align: top;
}

td.formValue input, td.formValue textarea {
	border: 1px solid #C88A39;
	color: #733C00;
	font-size: 12px;
	padding: 3px;
	font-family: Tahoma,verdana,arial,sans-serif;
	background-color: #F3E2C5;
}

td.formValue input {
	width: 300px;
}

td.formValue input.zip{
	width: 50px;
	margin-right: 5px;
}
td.formValue input.city{
	width: 236px;
	#width: 233px; /* IE6+7 */
}

td.formValue textarea {
	width: 300px;
	height: 50px;
}

td.formValue select{
	color: #002949;
	background-color: #F3E2C5;
	font-size: 12px;
	font-family: Tahoma,verdana,arial,sans-serif;
	border: 1px solid #C88A39;
}
td.formButton button {
	background-color: #F3E2C5;
	border: 1px solid #733C00;
	color: #733C00;
	font-size: 12px;
	font-family: Tahoma,verdana,arial,sans-serif;
	padding: 3px;
	#padding: 1px; /* IE6+7 */
	cursor: pointer;
}
td.formButton {
	text-align: right;
}


/* Environment Definitions */
#website {
	width: 966px;
	margin: 30px auto 0 auto;
}
#shadow {
	background: url(/wLayout/design/img/dropshadow.png) repeat-y top right transparent;
        _background: transparent url(/wLayout/design/img/dropshadow_ie2.png) no-repeat left top; /* IE6 */
	width: 966px;
	min-height: 1px;
}
#bg {
	background: url(/wLayout/design/img/bg_content.png) top left repeat-x #e4be7d;
	width: 960px;
	position: relative;
	min-height: 300px;
	_height: 300px;
}
#main {
	min-height: 300px;
	_height: 300px;
	position: relative;
	z-index: 100;
}
#spacer {
	width: 840px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}

/* Header */
#header {
	background: url(/wLayout/design/img/top.png) top left no-repeat transparent;
	width: 954px;
	height: 354px;
	padding: 12px 0 0 12px;
}
#home {
	width: 937px;
	height: 110px;
	margin-bottom: 11px;
}
#map {
	float: left;
	width: 249px;
	height: 221px;
	margin-right: 11px;
}
#top_image {
	position: relative;
	float: left;
	width: 676px;
	height: 221px;
}
#afrika, #europa, #asien {
	position: relative;
	float: left;
	width: 225px;
	height: 221px;
	margin-right: 12px;
}
#lateinamerika {
	position: relative;
	float: left;
	width: 225px;
	height: 221px;
}
div.overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	padding-top: 9px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	z-index: 100;
	background-color: #FFFFFF;
}
#afrika div.overlay a, #afrika div.overlay a:hover, #afrika div.overlay a:active, #afrika div.overlay a:visited  {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #733c00;
}
#europa div.overlay a, #europa div.overlay a:hover, #europa div.overlay a:active, #europa div.overlay a:visited  {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #263064;
}
#asien div.overlay a, #asien div.overlay a:hover, #asien div.overlay a:active, #asien div.overlay a:visited  {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #842220;
}
#lateinamerika div.overlay a, #lateinamerika div.overlay a:hover, #lateinamerika div.overlay a:active, #lateinamerika div.overlay a:visited  {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #084e54;
}


/* Content */
#content {
	float: left;
	width: 676px;
	min-height: 415px;
	_height: 415px;
	padding: 10px 11px;
	line-height: 1.5em;
}
#content_start {
	float: left;
	width: 620px;
	min-height: 415px;
	_height: 415px;
	padding: 10px 11px;
	line-height: 16px;
}
#content_start h2 {
	padding: 0 10px;
}
#content_start ul {
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
}
#content_start li {
	margin: 2px 0;
}
#content_start a, #content_start a:active, #content_start a:visited, #content_start a:link {
	text-decoration: underline;
	color: #733C00;
}
#content_start a:hover {
	text-decoration: none;
	color: #733C00;
}
.container {
	width: 676px;
	margin-bottom: 15px;
}
.container_bg {
	width: 676px;
	background-color: #F3E2C5;
	padding: 10px 0;
	margin-bottom: 15px;
}
.content_left {
	float: left;
	width: 330px;
}
.content_right {
	float:right;
	width: 330px;
}
.content_left_cars {
	float: left;
	width: 456px;
}
.content_right_cars {
	float:right;
	width: 220px;
	padding-top: 20px;
}
#teaser_container_start {
	width: 620px;
}
#teaser_left_start {
	float: left;
	width: 280px;
	padding-left: 10px;
}
#teaser_right_start {
	float:right;
	width: 280px;
	padding-right: 10px;
}

/* Footer */
#inner_bottom {
	position:absolute;
	width: 960px;
	height: 100px;
	bottom: 0px;
	left: 0px;
	background: url(/wLayout/design/img/inner_bottom.png) bottom left no-repeat transparent;
	z-index: 0;
}
#bottom {
	background: url(/wLayout/design/img/bottom.png) bottom left no-repeat transparent;
	width: 926px;
	height: 30px;
	font-size: 11px;
	padding: 10px 20px 0 20px;
}
#copyright {
	float: left;
	height: 25px;
	width: 300px;
	color: #733C00;
}

/* Navigation Definitions:  */
#breadcrumb {
	padding: 0 0 5px 10px;
	font-size: 10px;
	color: #733C00;
}
#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link {
	color: #733c00;
	text-decoration: none;
	font-size: 10px;
}
#breadcrumb a:hover {
	text-decoration: underline;
	font-size: 10px;
}
#navi {
	float: left;
	width: 249px;
	min-height: 300px;
	_height: 300px;
	padding: 20px 0px 0 12px;
}
#navi_start {
	float: left;
	width: 300px;
	min-height: 300px;
	_height: 300px;
	padding: 20px 3px 0 15px;
}
#navi a, #navi a:visited, #navi a:active, #navi_start a:link,#navi_start a, #navi_start a:visited, #navi_start a:active, #navi_start a:link, #navi a:hover, #navi_start a:hover {
	color: #733c00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#navi a.aktiv, #navi a.aktiv:visited, #navi a.aktiv:active {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#navi ul, #navi_start ul {
	list-style: none;
}
#navi li, #navi_start li {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #B18958;
}
#navi li.last, #navi_start li.last {
	border: none;
}
#navi ul li ul li {
	border: none;
	padding: 5px 0 0 0;
}
#navi ul li ul li a, #navi ul li ul li a:active, #navi ul li ul li a:visited, #navi ul li ul li a:link {
	color: #733c00;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding-left: 13px;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll left center;
}
#navi ul li ul li a:hover {
	text-decoration: none;
	padding-left: 13px;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll left center;
}
#navi ul li ul li a.aktiv, #navi ul li ul li a.aktiv:active, #navi ul li ul li a.aktiv:visited, #navi ul li ul li a.aktiv:link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 13px;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll left center;
}

#post_navigation {
	float: right;
	width: 400px;
	height: 25px;
	text-align: right;
}
#post_navigation ul {
	margin:0; 
	padding:0;
	list-style:none;
}
#post_navigation ul li {
	display:inline;
}
#post_navigation ul li a:link, #post_navigation ul li a:visited, #post_navigation ul li a:active, #post_navigation ul li a:focus {
	padding: 0px 10px;
	border-left: 1px solid #733c00; 
	text-decoration:none;
	color: #733c00;
}
#post_navigation ul li a:hover {
	text-decoration:underline;
}
#post_navigation ul li a:link.first, #post_navigation ul li a:visited.first, #post_navigation ul li a:active.first, #post_navigation ul li a:focus.first, #post_navigation ul li a:hover.first {
	border: 0px;
}
#post_navigation ul li a:link.last, #post_navigation ul li a:visited.last, #post_navigation ul li a:active.last, #post_navigation ul li a:focus.last, #post_navigation ul li a:hover.last {
	padding: 0 0 0 10px;
}

/* Content Elements Definitions */
.intro {
	width: 656px;
	min-height: 11px;
	_height: 11px; /* IE6 */
	background-color: #F7EBD7;
	padding: 10px;
	margin-bottom: 15px;
}
.intro_bg {
	width: 656px;
	min-height: 27px;
	_height: 27px; /* IE6 */
	background-color: #F7EBD7;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
}
#content_start .intro_bg {
	width: 600px;
}

.intro_dark {
	width: 676px;
	min-height: 11px;
	_height: 11px; /* IE6 */
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #733C00;
}
.intro_dark h1 {
	border-bottom: 1px solid #733C00;
	padding-bottom: 5px;
	padding-left: 10px;
}
.intro_dark .intro_left {
	padding-left: 10px !important;
}
.intro_dark .intro_right {
	padding-right: 10px;
}
.intro_start {
	width: 600px;
	min-height: 11px;
	_height: 11px; /* IE6 */
	background-color: #F7EBD7;
	padding: 10px;
	margin-bottom: 15px;
}
.intro_left {
	float: left;
	width: 310px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	margin-right: 35px;
	text-align: justify;
}
.intro_right {
	float: left;
	width: 310px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	text-align: justify;
}
.intro .intro_text {
	width: 656px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	text-align: justify;
}
.intro_start .intro_text {
	width: 600px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	text-align: justify;
}
.teaser {
	width: 310px;
	margin: 0 0 20px 10px;
}
.teaser_header {
	width: 307px;
	border-bottom: 1px solid #733c00;
	padding: 0 0 3px 3px;
	font-weight: bold;
}
.teaser_header a, .teaser_header a:active, .teaser_header a:visited, .teaser_header a:link, .teaser_header a:hover {
	text-decoration: none !important;
	color: #733C00;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll right center;
	padding-right: 15px;
}
.teaser_content {
	width: 310px;
}
.teaser_image {
	float: left;
	padding: 10px 10px 10px 3px;
	width: 100px;
	height: 66px;
}
.teaser_text {
	float: left;
	padding: 7px 0 0 0;
	width: 189px;
	min-height: 66px;
	_height: 66px; /* IE6 */
	line-height: 1.4em;
}
.teaser_text a, .teaser_text a:active, .teaser_text a:visited, .teaser_text a:link, .teaser_text a:hover {
	text-decoration: none !important;
	color: #733C00;
}

.teaser_start {
	width: 280px;
	margin-bottom: 20px;
}
.teaser_header_start {
	width: 277px;
	border-bottom: 1px solid #733c00;
	padding: 0 0 3px 3px;
	font-weight: bold;
}
.teaser_header_start a, .teaser_header_start a:active, .teaser_header_start a:visited, .teaser_header_start a:link {
	text-decoration: none !important;
	color: #733C00;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll right center;
	padding-right: 15px;
}
.teaser_header_start a:hover {
	text-decoration: none !important;
	color: #263064;
	background: transparent url(/wLayout/design/img/pfeile_off.gif) no-repeat scroll right center;
	padding-right: 15px;
}
.teaser_content_start {
	width: 280px;
}
.teaser_text_start {
	float: left;
	padding: 3px 0 0 3px;
	width: 277px;
	min-height: 66px;
	_height: 66px; /* IE6 */
	line-height: 1.4em;
}
.teaser_text_start a, .teaser_text_start a:active, .teaser_text_start a:visited, .teaser_text_start a:link, .teaser_text_start a:hover {
	text-decoration: none !important;
	color: #733C00;
}
#content div.fliesstext {
	margin: 0 10px 15px 10px;
}
.content_left div.text, .content_right div.text {
	width: 310px;
	margin-left: 10px;
}
.content_left h2, .content_right h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 10px !important;
	width: 310px;
}
.content_left_cars div.text {
	width: 436px;
	margin-left: 10px;
}
.content_right_cars div.text {
	width: 200px;
	margin-left: 10px;
}
.content_left_cars h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 10px !important;
	width: 436px;
}
.content_right_cars h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 10px !important;
	width: 200px;
}
#content ul {
	padding-left: 14px;
	margin-bottom: 10px;
}
#content li {
text-align: left;
}
#content h2.border {
	border-bottom: 1px solid #733C00;
}
#content h1.single {
	padding: 0 10px;
}
div.anfrage {
	padding: 0 10px 15px 10px;
text-align: right;
}
div.anfrage_box {
	text-align: right;
	padding: 10px 10px 0 10px;
	width: 656px;
}
div.tourcode {
	float: left;
	color: red;
	font-weight: bold;
	padding-top: 17px;
}

#accordion {
	width: 330px;
	border-top: 1px solid #733C00;
	border-bottom: 1px solid #733C00;
	padding-top: 1px;
}
div.acc_header {
	padding: 10px 23px;
	width: 284px;
	border-bottom: 1px solid #E8C890;
	font-weight: bold;
	cursor: pointer;
	background: url(/wLayout/design/img/pfeil_braun_rechts.gif) left center no-repeat #C88A39;
}
div.acc_header.selected {
	cursor: auto;
	background: url(/wLayout/design/img/pfeil_braun_runter.gif) left center no-repeat #C88A39;
}
div.acc_text {
	background-color: #E8C890;
	padding: 10px;
	width: 310px;
}
div.acc_text a, div.acc_text a:active,  div.acc_text a:visited, div.acc_text a:link {
	color: #733C00;
	text-decoration: none;
	padding-left: 13px;
	background: url(/wLayout/design/img/pfeile_off.gif) left center no-repeat;
}
div.acc_text a:hover {
	color: #733C00;
	text-decoration: underline;
	padding-left: 13px;
}

.linkbox {
	width: 310px;
	padding: 0 10px 15px 10px;
}
.linkbox_header {
	width: 310px;
	padding: 2px 0;
	font-weight: bold;
	border-bottom: 1px solid #733C00;
}
.linkbox_text {
	width: 310px;
	padding: 5px 0 0 0;
}
.linkbox_text a, .linkbox_text a:active, .linkbox_text a:visited, .linkbox_text a:link {
	padding-left: 15px;
	background: url(/wLayout/design/img/pfeile_off.gif) left center no-repeat;
	color: #733C00;
	text-decoration: none;
}
.linkbox_text a:hover {
	color: #733C00;
	text-decoration: underline;
}
#impressionen {
	background-color: #F3E2C5;
	width: 310px;
	height: 330px;
	padding: 10px;
	margin-bottom: 15px;
}
#controller {
	border-left: 1px solid #002949;
	display: none; /* kann bei Bedarf eingeblendet werden */
}
#controller div.jFlowControl {
	float: left;
	padding: 2px 4px;
	border-right: 1px solid #002949;
	border-top: 1px solid #002949;
	cursor: pointer;
}
#controller div.jFlowSelected {
	background-color: #E8C890;
}
#prevNext {
	width: 310px;
	text-align: center;
	padding: 5px 0;
}
.jFlowPrev, .jFlowNext {
	cursor: pointer;
}
.picture_box {
	width: 310px;
	padding: 0 10px 10px 10px;
}


/* Master Template Auto Definitions */
div.fliesstext_bild_links, div.fliesstext_bild_rechts  {
	margin: 0 0px 15px 10px;
	width: 656px;
}
div.fliesstext_bild_links div.text, div.fliesstext_bild_rechts div.text {
	float:left;
	width: 313px;
}
div.fliesstext_bild_links div.bild {
	float:left;
	width: 320px;
}
div.fliesstext_bild_rechts div.bild {
	float:right;
	width: 320px;
text-align: right;
}
div.fliesstext_bild_links div.bild img, div.fliesstext_bild_rechts div.bild img {
	border: 1px solid #733C00;
}
div.fliesstext_bild_links div.bild {
	margin-right:15px;
	text-align: left;
}
div.fliesstext_bild_rechts div.bild {
	margin-left:15px;
	text-align: right;	
}
div.fliesstext div.bild_links {
position:relative;
float:left;
width: 320px;
margin-right:16px;
min-height: 1px;
}
div.fliesstext div.bild_rechts {
position:relative;
float:right;
width: 320px;
min-height: 1px;
text-align: right;
}
div.fliesstext div.bild_links img, div.fliesstext div.bild_rechts img {
border: 1px solid #733C00;
}

.fliesstext a, .fliesstext a:active, .fliesstext a:visited, .fliesstext a:link,
.text a, .text a:active, .text a:visited, .text a:link,
.intro_left a, .intro_left a:active, .intro_left a:visited, .intro_left a:link,
.intro_right a, .intro_right a:active, .intro_right a:visited, .intro_right a:link,
.intro_text a, .intro_text a:active, .intro_text a:visited, .intro_text a:link {
	text-decoration: underline;
	color: #733C00;
}
.fliesstext a:hover, .text a:hover {
	text-decoration: none;
	color: #733C00;
}
#content_start .fliesstext {
	padding: 0 10px;
}
.bilderleiste {
  padding: 0 10px 15px 10px;
  _padding: 0 0 15px 10px;
}

.bilderleiste .bildbox {
	float:left;
	margin:0 15px 0 0;
	_margin: 0 12px 0 0; /* IE6 */	
}

.bilderleiste .bildbox img.bild,img.bild {
  border:1px solid #733C00;
}

hr {
  background-color:#733C00;
  color:#733C00;
  border:#733C00;
  height:1px;
}

/* Zurück Link */
A.zurueck_link{
background:transparent url(/wLayout/design/img/pfeile_zurueck.gif) no-repeat scroll left center;
color:#733C00;
padding-left:15px;
text-decoration:none !important;
}

/* Tabelle 4 spaltig */
table.termine{
 width:100%;
 border-collapse:collapse;
}
table.termine TD{
 border:solid 1px #c88a39;
 padding:5px;
}
table.termine TR.header TD{
 background-color:#dbaf6e;
 font-weight:bold;
}

/* Print Definitions */
@media print
{

	body {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  width:auto;
	}
	
	#header, #bottom {
		display: none;
	}
	

}
