

#header {
	height: 335px;
	overflow:hidden;
}


#left {
	width: 246px;
	float:left;
}

#navigation {
	width: 246px;
	background:url(/static/source/eurobike/img/navigation-background-bottom.png) bottom left;
	position:relative;
}

#navigation .wrap {
	padding:20px 0 0 0;
	width: 246px;
	background:url(/static/source/eurobike/img/navigation-background-top.png) top left no-repeat;	
}

#navigation h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#4ca0cf;
	font-weight:normal;
	padding:0 10px 0 20px;
}

#navigation ul {
	display:block;
	list-style:none;
	padding:10px 10px 10px 12px;
	margin:0;
}

#navigation ul li {
	display:block;
	padding:0;
	margin:0;
}

#navigation ul li a {
	width:204px;
	display:inline-block;
	padding:4px 10px 3px 10px;
	color:#4ca0cf;
	text-decoration:none;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color:#FFF;
	background:#2f90c4;
}

#navigation ul li ul {
	padding: 5px;
	background:#2e90c4 url(/static/source/eurobike/img/left-navigation-2.png) repeat-x top left;	
}

#navigation ul li ul li a {
	color: #fff;
	width: auto;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.active {
	color: #87bfdd;
	background: none !important;
}

#left .box {
	margin:6px 0 0 0;
	width: 238px;
	float:left;
	padding-bottom:3px;
	background:url(/static/source/eurobike/img/left-box-background-bottom.png) bottom left no-repeat;
}

#left .box .wrap {
	width: 238px;
	padding:1px 2px 0 2px;
	background:url(/static/source/eurobike/img/left-box-background-top.png) top left no-repeat;
}

#left .box .teaser {
	padding:0 0 0 0;	
	color:#666;
	cursor:pointer;
}

#left .box .teaser.noclick {
	cursor: auto !important;
}

#left .box .teaser .image {
	width: 234px;	
	overflow:hidden;
	position:relative;
}

#left .box .teaser .link {
	cursor: pointer;
}

#left .box .teaser .image .label {
	position:absolute;
	bottom:0;
	_bottom:3px;
	left:15px;
	background:#cb0007;
	color:#FFF;
	font-size:14px;
	padding:8px 10px 7px 10px;
	font-weight:bold;
}

#left .box .teaser h3 {
	font-size:14px;
	font-weight:bold;
	padding:16px 20px 0 20px;
}

#left .box .teaser h3 a {
	color:#007ec0;
}


#left .box .teaser h4 {
	color:#007ec0;	
	font-weight:normal;
	font-size:12px;
	padding:2px 20px 0 20px;
}

#left .box .teaser p {
	padding:10px 20px 20px 20px;
}



#content {
	float:left;	
	width: 492px;
	padding:0 0 0 3px;
	margin-left: -2px;
	background:url(/static/source/eurobike/img/content-background-bottom.png) bottom left no-repeat;
	overflow:hidden;
}

#content .wrap {
	width: 490px;
	padding:0 2px 0 0;
	background:url(/static/source/eurobike/img/content-background-top.png) top left no-repeat;
}

#content.wide {
	width: 737px;
	padding:0 0 0 3px;
	margin-left: -2px;
	background:url(/static/source/eurobike/img/content-wide-background-bottom.png) bottom left no-repeat;
	overflow:hidden;
}

#content.wide .wrap {
	width: 735px;
	background:url(/static/source/eurobike/img/content-wide-background-top.png) top right no-repeat;
}

#content .textarea {
	color:#666666;
	line-height:16px !important;
	padding-bottom:20px;
	position: relative;
}

#content h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#dc0008;
	font-weight:normal;
	padding:20px;
	line-height: 28px;
}

#content h2 {
	font-weight:bold;
	font-size:15px;
	color:#007ec0;
	padding:10px 0 5px 0;
}

#content h3 {
	font-weight:bold;
	font-size:12px;
	padding:10px 0 5px 0;
}

#content .textarea ul {
	list-style:none;	
	padding:10px 0 5px 0;
}

#content .textarea ul li {
	padding:0 0 2px 22px;	
	background:url(/static/source/eurobike/img/content-list-style-image.png) no-repeat 5px 4px;
}

#content .textarea a {
	color:#007ec0;	
	text-decoration:none;
}

#content .textarea a:hover {
	text-decoration:underline;
}

#content .textarea .contentblock {
	padding:0 20px 20px 20px;
	line-height:16px !important;
	clear:both;
}

#content .textarea .contentblock table.standard {
	border-top: 1px solid #dbe6f0;
	/*border-left: 1px solid #dbe6f0;*/
	width: 100%;
}

#content .textarea .contentblock table.standard th {
	border-bottom: 1px solid #dbe6f0;
	/*border-right: 1px solid #666;*/
	padding: 3px;
	/*background: #EBEBEB;*/
	font-weight: normal;
}

#content .textarea .contentblock table.standard td {
	border-bottom: 1px solid #dbe6f0;
	/*border-right: 1px solid #666;*/
	padding: 3px;
}

#content .textarea .contentblock table.standard td.label {
	/*background: #EBEBEB;*/
	/*font-weight: bold;*/
}


#content .textarea .contentgallery {
	float:left;
	padding:0 0 20px 20px;
	width:465px;
}

#content .textarea .contentgallery .cimage {
	float:left;
	width:140px;
	height:110px;
	overflow:hidden;
	margin:0 15px 15px 0;
}

#content .textarea .contentgallery a {
	display:block;
	float:left;
	position:relative;
	width:140px;
	height:110px;
	overflow:hidden;
	margin:0 15px 15px 0;
	z-index:40;
}

#content .textarea .contentgallery a img {
	display:block;
	float:left;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:42;
}

#content .textarea .contentgallery a .zoom {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	
	width:22px;
	height:22px;
	background:#fff url('/static/source/eurobike/img/blue-plus.png') center center no-repeat;
	z-index:45;
}


#content .textarea .contactboxes {
	border-top:1px solid #dbe6f0;
	padding:0 0 20px 0;
	clear:both;
}

#content .textarea .contactboxes .box {
	background:url(/static/source/eurobike/img/contactbox-background.png) repeat-x top left;	
	border-bottom: 7px solid #dbe6f0;
	height:129px;
	overflow:hidden;
}

#content .textarea .contactboxes .box img {
	float:left;
	width:109px;
	height:129px;
}

#content .textarea .contactboxes .box .text {
	float:left;
	padding:15px 10px 15px 10px;
	height: 100px;
	position:relative;
}

#content .textarea .contactboxes .box .text h2 {
	padding:0 0 2px 0;
}

#content .textarea .contactboxes .box .text .job {
	float:left;	
	color:#007ec0;
	padding:0 35px 0 0;
}

#content .textarea .contactboxes .box .text .phone {
	float:left;	
	color:#007ec0;
}

#content .textarea .contactboxes .box .text ul {
	clear:both;
	padding:4px 0 0 0;
}

#content .textarea .contactboxes .box .text li {
	background-position:left 4px;
	padding-left:15px;
}

#content .textarea .contactboxes .box .text .content {
	clear:both;	
	padding:4px 0 0 0;
}

#content .textarea .contactboxes .box .text .contact {
	position:absolute;
	bottom:10px;
	left:10px;
	padding:0 0 0 10px;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat left center;
}

#content .textarea .presslist {
	border-top:1px solid #dbe6f0;
	padding:0 0 20px 0;
	clear:both;
}

#content .textarea .presslist .item {
	background:url(/static/source/eurobike/img/pressitem-background.png) repeat-x top left;	
	border-bottom: 1px solid #dbe6f0;
	height:64px;
	overflow:hidden;
	padding:10px 20px 25px 20px;
	overflow:hidden;
	position:relative;
}

#content .textarea .presslist .item h2 {
	padding:0 0 5px 0;	
}

#content .textarea .presslist .item span {
	display:block;
}

#content .textarea .presslist .item .date {
	color:#4ca0cf;	
	padding:0 0 10px 0;
}

#content .textarea .presslist .item .download {
	position:absolute;
	bottom:10px;
	left:20px;
	padding:0 0 0 10px;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat left center;
}

#content .textarea .paging {
	clear:both;
	padding:0 0 20px 0;
	position:relative;
	height:20px;
	overflow:hidden;
}

#content .textarea .paging .prev {
	position:absolute;
	left:20px;
	top:2px;
	padding:0 0 0 15px;
	background:url(/static/source/eurobike/img/arrow-blue-left.png) no-repeat left center;
}

#content .textarea .paging .next {
	right:20px;
	top:2px;
	position:absolute;
	padding:0 15px 0 0;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat right center;
}

#content .textarea .paging .pages {
	text-align:center;
}

#content .textarea .paging .pages a {
	display:inline-block;
	background:#dbe6f0;
	color:666;
	padding:2px 5px 2px 5px;
}

#content .textarea .paging .pages a:hover {
	text-decoration:none;	
}

#content .textarea .paging .pages a.active {
	background:#0a83c2;
	color:#FFF;
}


#content .textarea .form {
	clear:both;
	padding:0 20px 20px 20px;
}

#content .textarea .form p {
	margin:0 0 4px 0;	
	clear:both;
}

#content .textarea .form p label {
	float:left;
	width: 150px;	
}

#content .textarea .form p input {
	background:#e5f0f4;
	color:#666;
	border: 0;
	width: 220px;
	padding:2px 0 2px 5px;
	float: left;
}

#content .textarea .form .example {
	float:left;
	padding: 4px 0 0 10px;
	color:#666;
	font-size:10px;
}

#content .textarea .form .calendarHandle {
	float:left;	
}

#content .textarea .form p textarea {
	background:#e5f0f4;	
	width: 280px;
	padding:5px;
	border:0;
	height:100px;
	color:#666;
}

#content .textarea .form p textarea.f_comments {
	height:100px;
}

#content .textarea .form p select {
	background:#e5f0f4;	
	border: 2px solid #e5f0f4;
	color:#666;
}

#content .textarea .form p .date, #content .textarea .form p .zip {
	width: 40px;	
	margin: 0 4px 0 0;
}

#content .textarea .form p input.persons {
	width: 31px;
}

#content .textarea .form p .city {
	width: 171px;
}

#content .textarea .form .submit {
	margin:30px 0 0 0;
	height:21px;
	line-height:18px;
	padding:2px 10px 2px 20px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/submit-arrow-red.png) 10px top no-repeat #cb0007;
	float: right;
}

#content .textarea .form .back {
	margin:30px 20px 0 0;
	padding:4px 10px 4px 20px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/back-arrow.png) 10px top no-repeat #c0c0c0;
	float: left;
}
#content .textarea .form .back:hover {
	text-decoration: none;
}

#content .textarea .form .calendar input {
	width: 70px;
	margin-right: 4px;
}

#content .textarea .form .calendar img {
	float: left;
}

#content .textarea .form .extranight input {
	border:0;
	float: right;
	margin:30px 0 0 10px;
	height:21px;
	line-height:18px;
	padding:2px 10px 2px 20px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/add-extranight.png) 10px top no-repeat #cb0007;
}

#content .textarea .form .extranight .add {
	background-image:url(/static/source/eurobike/img/add-extranight.png);
}

#content .textarea .form .extranight .remove {
	background-image:url(/static/source/eurobike/img/remove-extranight.png);
}


#content .textarea .form .radio input {
	width: auto !important;
	margin-top: 1px;
}

#content .textarea .form .radio .label {
	float: left;
	padding: 0px 10px 0 5px;
}

#content .textarea .form .checkbox input {
	width: auto !important;
}

#content .textarea .form .checkboxfirst input {
	width: auto !important;
	margin-right: 10px;
}

#content .textarea .form .checkboxfirst label {
	width: 400px !important;
}

#content .textarea .form input.checkbox {
	background:none;
	border:none;
}


#content .textarea .form .voucheramount {
	font-size: 22px;
}

#content .textarea .form .voucheramount label {
	width: auto !important;
	margin-right: 10px;
	margin-top: 7px;
}

#content .textarea .form .voucheramount input {
	width: 55px;
	font-size: 22px;
}

#content .textarea .form .infos {
	padding: 5px 0 5px 150px;
}

#content .textarea .form .infos .heading {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}

#content .textarea .form .infos .entry {
	clear: both;
	height:auto;
	min-height:20px;
	overflow: hidden;
}

#content .textarea .form .infos .entry .date {
	float: left;
}

#content .textarea .form .infos .entry .note {
	float: left;
	width:160px;
	padding: 0 0 0 10px;
}

#content .textarea .form .selectionfirst label {
	width:auto !important;
}

#content .textarea .form .selectionfirst select {
	width:auto !important;
	float:left;
	margin-right:10px;
}



#content .textarea .bookingoverview h3 {
	padding-top: 20px;
	color: #007EC0;
	clear: both;
	border-bottom: 1px solid #9fd0e9;
	margin-bottom: 3px;
}

#content .textarea .bookingoverview p {
	clear: both;
	height: 20px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 3px;
}

#content .textarea .bookingoverview label {
	width: 100px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

#content .textarea .bookingoverview label.long {
	width: 160px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

#content .textarea .bookingoverview .value {
	width: 290px;
	float: left;
}

#content .textarea .bookingtourdescription {
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}

#content .textarea .steplabel {
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: bold;
}

#content .textarea h1.booking {
	padding-bottom: 5px !important;
}

#content .textarea .presstextslist {
	clear:both;
	padding:0 0 20px 0;
	border-top:1px solid #dbe6f0;
}

#content .textarea .presstextslist .item {
	height: 129px;
	overflow:hidden;
	clear:both;
	background:url(/static/source/eurobike/img/presstexts-background.png) repeat-x top left;	
	border-bottom:7px solid #dbe6f0;
}


#content .textarea .presstextslist .item img {
	float:left;
}

#content .textarea .presstextslist .item .text {
	float:left;
	padding:10px;
	width:300px;
	position:relative;
}

#content .textarea .presstextslist .item .text h2 {
	padding:0 0 10px 0;	
}

#content .textarea .presstextslist .item .text p {
	padding:0 0 10px 0;	
}

#content .textarea .presstextslist .item .text .more {
	padding:0 0 0 10px;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat left center;
}

#content .textarea .tripreportsearch {
	clear:both;
	padding:0 20px 20px 20px;
}

#content .textarea .tripreportsearch form {
	height:24px;	
}

#content .textarea .tripreportsearch input {
	float:left;
	border:0;
}

#content .textarea .tripreportsearch .keyword {
	background:#e5f0f4;
	color:666;
	width:200px;
	padding:3px 0 3px 5px;
	margin:0 20px 0 0;
}

#content .textarea .tripreportsearch .submit {
	height:21px;
	padding:1px 10px 2px 20px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/submit-arrow-red.png) 10px top no-repeat #cb0007;
}

#content .textarea .presspicturessearch {
	clear:both;
	padding:0 20px 20px 20px;
}

#content .textarea .presspicturessearch form {
	height:25px;	
}

#content .textarea .presspicturessearch label {
	width: 120px;
	float:left;
	padding:3px 0 0 0;
}

#content .textarea .presspicturessearch select {
	float:left;
	background:#e5f0f4;	
	border: 2px solid #e5f0f4;
	color:#666;
}

#content .textarea .comments .create .handle {
	font-weight:bold;
	cursor:pointer;
	font-size:15px;
	color:#007ec0;
	background:url(/static/source/eurobike/img/comments-handle-background.png) repeat-x top left;
	border-top: 1px solid #cddae4;
	border-bottom: 1px solid #cddae4;
	padding:10px 0 10px 20px;
	position:relative;
	overflow:hidden;
	height: 14px;
}

#content .textarea .comments .create .handle .icon {	
	position:absolute;
	display:block;
	right:14px;
	top:14px;
	width:8px;
	height:8px;
	background:url(/static/source/eurobike/img/plus-blue.png) no-repeat;
}

#content .textarea .comments .create.open .handle .icon {
	background-image:url(/static/source/eurobike/img/minus-blue.png) !important;	
}

#content .textarea .comments .create .content {
	padding:20px;
	display:none;
}

#content .textarea .comments .create.open .content {
	display:block;	
}

#content .textarea .comments .create .content p {
	margin:0 0 4px 0;
}



#content .textarea .comments .create .content label {
	width: 120px;	
	float:left;
}

#content .textarea .comments .create .content input {
	background:#e5f0f4;
	color:#666;
	border: 0;
	width: 220px;
	padding:2px 0 2px 5px;
}

#content .textarea .comments .create .content textarea {
	background:#e5f0f4;	
	width: 280px;
	padding:5px;
	border:0;
	height:60px;
	color:#666;
	width: 335px;
}

#content .textarea .comments .create .content select {
	background:#e5f0f4;	
	border: 2px solid #e5f0f4;
	color:#666;
}

#content .textarea .comments .create .content .submit {
	margin:10px 0 0 0;
	height:21px;
	padding:2px 10px 2px 20px;
	line-height:17px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/submit-arrow-red.png) 10px top no-repeat #cb0007;
}

#content .textarea .comments .create .content .reset {
	margin:10px 0 0 0;
	height:21px;
	padding:2px 10px 2px 20px;
	line-height:17px;
	color:#FFF;
	width:auto !important;
	background:url(/static/source/eurobike/img/sidebar-box-toogle-link.png) 10px 6px no-repeat #2f90c4;
}

#content .textarea .comments .list {
	border-top: 1px solid #dbe6f0;
}

#content .textarea .comments .list .item {
	background:url(/static/source/eurobike/img/presstexts-background.png) repeat-x left bottom;
	border-bottom: 1px solid #dbe6f0;
	padding:15px 20px 15px 20px;
}

#content .textarea .comments .list .item h2 {
	padding:0 0 3px 0;	
}

#content .textarea .comments .list .item h3 {
	font-weight:normal;
	color:#007ec0;
	padding:0 0 6px 0;
}


#content .textarea .tooglebox {
	clear:both;
}

#content .textarea .tooglebox .handle {
	font-weight:bold;
	cursor:pointer;
	font-size:15px;
	color:#007ec0;
	background:url(/static/source/eurobike/img/comments-handle-background.png) repeat-x top left;
	border-top: 1px solid #cddae4;
	border-bottom: 1px solid #cddae4;
	padding:10px 0 10px 20px;
	position:relative;
	overflow:hidden;
	height: 14px;
}

#content .textarea .tooglebox .handle .icon {	
	position:absolute;
	display:block;
	right:14px;
	top:14px;
	width:8px;
	height:8px;
	background:url(/static/source/eurobike/img/plus-blue.png) no-repeat;
}

#content .textarea .tooglebox.open .handle .icon {
	background-image:url(/static/source/eurobike/img/minus-blue.png) !important;	
}

#content .textarea .tooglebox .content {
	padding-top:20px;
	display:none;
}

#content .textarea .tooglebox.open .content {
	display:block;	
}


#content .tour {
	background:url(/static/source/eurobike/img/tour-top-background.png) repeat-x;	
}

#content .tour .head {
	height: 69px;
	overflow:hidden;
}

#content .tour h1 {
	padding-bottom: 0;
	height: 30px;
}

#content .tour .type {
	padding:0 0 10px 20px;
	color:#929292;
}

#content .tour .content {
	position:relative;	
}

#content .tour .content .book {
	position:absolute;
	top: 0;
	left:602px;
	display:block;
	color:#FFF;
	background:url(/static/source/eurobike/img/submit-arrow-red.png) top right no-repeat #cb0007; 
	padding:3px 20px 3px 10px
}

#content .tour .content .book:hover {
	text-decoration:none;	
}

#content .tour .tabs {
	height: 35px;
	overflow:hidden;
}

#content .tour .tabs ul {
	display:block;	
	padding:0 0 0 10px;
}

#content .tour .tabs ul li {
	display:block;	
	float:left;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat 13px 15px;
	padding:11px 13px 10px 24px;
	color:007ec0;
	color:#007ec0;
	cursor:pointer;
}

#content .tour .tabs ul li.active {
	border:1px solid #dbe6f0;
	border-bottom:0;
	padding:10px 12px 10px 23px;
	background-color:#fff;
	cursor:auto;
	background-position: 12px 14px;
}


#content .tour .tabcontent {
	width: 491px;
	min-height: 600px;
	clear:both;
	float:left;
	padding:20px 0 0 0;	
	border-right: 1px solid #dbe6f0;
	overflow:hidden;
	position:relative;
}

#content .tour .sidebar {
	float:left;
	width:243px;
	overflow:hidden;
	position:relative;
}

#content .tour .sidebar .gallery {
	padding:20px 0 0 0;
}

#content .tour .sidebar .gallery h2 {
	padding: 0 0 0 20px;	
}

#content .tour .sidebar .gallery .image {
	width: 203px;
	height:152px;
	padding:15px 15px 0 15px;
	overflow:hidden;
	position:relative;
}

#content .tour .sidebar .gallery .image img {
	width: 203px;
	height:152px;
	padding:0 5px 0 5px;
}

#content .tour .sidebar .gallery .image .left {
	width:20px;
	height:20px;
	position:absolute;
	top:76px;
	left:10px;
	background:url(/static/source/eurobike/img/sidebar-gallery-left.png);
	border:1px solid #FFF;
	cursor:pointer;
}

#content .tour .sidebar .gallery .image .right {
	width:20px;
	height:20px;
	position:absolute;
	top:76px;
	right:0px;
	background:url(/static/source/eurobike/img/sidebar-gallery-right.png);
	border:1px solid #FFF;
	cursor:pointer;
}


#content .tour .sidebar .links  {
	padding:20px 0 20px 0;	
}

#content .tour .sidebar .links  h2 {
	padding: 0 0 0 20px;
}

#content .tour .sidebar .links ul {
	padding:10px 0 0 15px;	
}

#content .tour .sidebar .links li {
	padding:0;
	background:none;
	width: 228px;
}

#content .tour .sidebar .links a {
	display:block;
	padding:3px 0 3px 20px;	
	color:#007ec0;
	background:url(/static/source/eurobike/img/arrow-blue.png) 5px 5px no-repeat;
}

#content .tour .sidebar .links a:hover {
	text-decoration:none;
	background:#2f90c4;
	color:#FFF;
	background:url(/static/source/eurobike/img/sidebar-box-toogle-link.png) 5px 5px no-repeat #2f90c4;
}

#content .tour .sidebar .link {
	padding:10px 20px 10px 20px;
	border-top:1px solid #dbe6f0;
}

#content .tour .sidebar .link a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#content .tour .sidebar .link.pdf {
	padding-left: 40px;
	background: url(/static/source/shared/img/page_white_acrobat.png) no-repeat 18px 8px;
}

#content .tour .sidebar .link.print {
	padding-left: 40px;
	background: url(/static/source/shared/img/print.png) no-repeat 18px 8px;
}


#content .tour .dates {
	
}

#content .tour .dates .entry {
	clear: both;
	width: 450px;
	height: 20px;
	margin: 0 0 5px 0;
}

#content .tour .dates .entry .date {
	float: left;
	width: 140px;
	padding-top: 2px;
}

#content .tour .dates .entry .note {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 2px;
}

#content .tour .dates .entry .button {
	float: left;
	width: 110px;
}

#content .tour .dates .entry .button a {
	background:#CB0007 url(/static/source/eurobike/img/submit-arrow-red.png) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	padding:3px 25px 3px 10px;
	float: left;
}

#content .tour .dates .entry .button a:hover {
	text-decoration: none;
}

#resultmap {
	width: 735px;
	height: 400px;	
}

div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid black;
}

div.markerDetail {
	color:#007ec0;
}

div.markerDetail h3 {
	font-size:14px;
}
div.markerDetail h4 {
	font-weight:normal;
}

div.markerDetail ul {
	font-weight:normal;	
}

div.markerDetail li {
	background-image:url(/static/source/eurobike/img/arrow-blue.png);
}


#content .toursearchresults {
	margin:0 0 20px 0;	
	border-top: 1px solid #dbe6f0;
}

#content .toursearchresults .item {
	border-bottom: 7px solid #dbe6f0;
	background:url(/static/source/eurobike/img/toursearchitem-background.png) repeat-x #ebf4f9; 
}

#content .toursearchresults .item .img {
	float:left;
	width:234px;
	height:129px;
	overflow: hidden;
}

#content .toursearchresults .item .img img {
	width:234px;
	float:left;
	margin-top: -23px;
}

#content .toursearchresults .item .text {
	float:left;
	padding:15px 15px 8px 15px;
	width:471px;
}

#content .toursearchresults .item h2 {
	padding:0 0 3px 0;	
}

#content .toursearchresults .item h3 {
	padding:0 0 6px 0;	
	font-weight:normal;
	color:#007ec0;
}

#content .toursearchresults .item p {
	padding:0 0 6px 0;	
}

#content .toursearchresults .item ul {
	display:block;
	padding:0;
}

#content .toursearchresults .item li {
	width: 200px;
	float:left;
	background-image:url(/static/source/eurobike/img/arrow-blue.png);
}	

#content .toursearchresultinfo .text {
	padding:10px 20px 10px 20px;	
}


#content .toursearch {
	padding:20px;	
}

#content .toursearch .box {
	width: 230px;
	float:left;
}

#content .toursearch .box p {
	clear:both;
	width: 230px;
	height:25px;
}

#content .toursearch .first label {
	width: 40px;
	display:block;
	float:left;
	padding:3px 0 0 0;
}

#content .toursearch .first .calendarIcon {
	width: 27px;
	height: 20px;
	float:left;
	background:url(/static/source/eurobike/img/calendar.png);
	cursor:pointer;
}



#content .toursearch select {
	border:2px solid #e5f0f4;
	background:#e5f0f4;
	color:#666;
}

#content .toursearch .first select {
	float:left;	
}

#content .toursearch .first .until {
	width:41px;
	text-align:center;
}

#content .toursearch .first .type {
	padding-top:6px;	
}

#content .toursearch .first .type .left {
	float:left;	
	padding: 0 0 0 40px;
	width:84px;
}

#content .toursearch .first .type .right {
	float:left;	
}

#content .toursearch .first .type {
	color: #007ec0;
}

#content .toursearch .second .keyword{
	border:0;
	background:#e5f0f4;
	padding:2px 0 3px 5px;
	color:#666;
}

#content .toursearch .third p {
	height:20px;
	color: #007ec0;
}

#content .toursearch .third p.toogleAll {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#content .toursearch .submit {
	width: 690px;
	padding:10px 0 20px 0;
}

#content .toursearch .submit input {
	height:21px;
	padding:2px 10px 2px 20px;
	line-height:18px;
	color:#FFF;
	border:0;
	background:url(/static/source/eurobike/img/submit-arrow-red.png) 10px top no-repeat #cb0007;
}

#sidebar {
	float:left;
	width:239px;
	margin:0 0 0 6px;
}

#sidebar .box {
	width: 239px;
	background:url(/static/source/eurobike/img/sidebar-box-background-bottom.png) bottom left;
}

#sidebar .box .wrap {
	width: 235px;
	padding:1px 2px 3px 2px;
	background:url(/static/source/eurobike/img/sidebar-box-background-top.png) top left no-repeat;
}

#sidebar .box .link {
	padding:10px 20px 12px 20px;
}

#sidebar .box .link a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#sidebar .box .link.print {
	padding-left: 40px;
	background:url(/static/source/shared/img/print.png) no-repeat 18px 8px;
}

#sidebar .box .link.print a {
	color:#4CA0CF;
}

#sidebar .box .toogle {
	background:#1f81b5;	
}

#sidebar .box .toogle .item {
	border-bottom: 1px solid #076496;
	padding:8px 20px 8px 20px;
	background:url(/static/source/eurobike/img/sidebar-box-toogle-plus.png) right top no-repeat; 
	overflow:hidden;
	height:18px;
	cursor:pointer;
}

#sidebar .box .toogle .item.open {
	overflow:visible;
	height:auto;
	background:none;
	cursor:auto;
}

#sidebar .box .toogle .item h3 {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:3px 0 0 0;
}

#sidebar .box .toogle .item a {
	display:block;
	color:#e8f6fe;
	text-decoration:none;
	padding: 7px 15px 0 0;
	background:url(/static/source/eurobike/img/sidebar-box-toogle-link.png) no-repeat right bottom;
}

#sidebar .box .tour {
	padding:10px 0 15px 20px;
	background:url(/static/source/eurobike/img/sidebar-box-tour-background.jpg) left top #1f81b5;
	height: 145px;
}

#sidebar .box .tour h3 {
	color:#FFF;
}

#sidebar .box .tour ul {
	list-style:none;
	padding:10px 0 0 0;
}

#sidebar .box .tour ul li a{
	padding:2px 0 1px 10px;
	background:url(/static/source/eurobike/img/sidebar-box-toogle-link.png) no-repeat left center;
	color:#FFF;
}


.tourcategorytooltip {
	width: 160px;
	padding: 13px 10px 10px 30px;
	color: #fff;
	background: url(/static/source/eurobike/img/tourcategorytooltip.png) top left no-repeat;
	cursor: default;
}



.error {
	border: 1px solid red !important;
}


.infowindow {
	width: 250px;
	height: 100px;
	overflow: auto;
	padding: 0 0 30px 0;
}

.infowindow h3 {
	padding: 0 0 10px 0 !important;
}



.textarea .routenplaner_container {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 20px 20px 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.textarea .routenplaner_container #customtypecontrol {
	position: absolute;
	right: 8px !important;
	right: 28px;
	top: 8px;
	z-index: 20;
}

.textarea .routenplaner_container #customtypecontrol a {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #007EC0;
	font-weight: bold;
	padding: 2px 6px;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 0 0 4px;
}

.textarea .routenplaner_container #customtypecontrol a:hover {
	text-decoration: none;
}

.textarea .routenplaner_container input {
	background-color: #E5F0F4;
	border: none;
	color: #666666;
	float: left;
	padding: 3px 5px;
	margin: 0 3px 0 0;
}

.textarea .routenplaner_container select {
	background: #E5F0F4 none repeat scroll 0 0;
	border: 2px solid #E5F0F4;
	color: #666666;
	width: 124px;
}

.textarea .routenplaner_container .submitline {
	clear: both;
	margin: 0 0 10px 0;
}

.textarea .routenplaner_container .submit {
	margin: 15px 0 0 0;
	height: 21px;
	line-height: 18px;
	padding: 2px 10px 2px 20px;
	color: #FFF;
	width: auto !important;
	background: url(/static/source/eurobike/img/submit-arrow-red.png) 10px top no-repeat #cb0007;
	float: right;
	border: none;
	cursor: pointer;
	display: block;
}


hr.feedback {
	border: none;
	height:1px;
	background:#CCC;
}


.feedback2cols {
	width: 40%;
	float:left;
	padding-bottom:3px;
	clear:none !important;
}





















#content .textarea .consultantbox {
	border-top:1px solid #dbe6f0;
	padding:0 0 20px 0;
	clear:both;
}

#content .textarea .consultantbox .box {
	background:url(/static/source/eurobike/img/contactbox-background.png) repeat-x top left;	
	border-bottom: 7px solid #dbe6f0;
	height:85px;
	overflow:hidden;
}

#content .textarea .consultantbox .box img {
	float:left;
	width:85px;
}

#content .textarea .consultantbox .box .text {
	float:left;
	padding:15px 10px 15px 10px;
	position:relative;
	height: 45px;
}

#content .textarea .consultantbox .box .text h2 {
	padding:0 0 2px 0;
}

#content .textarea .consultantbox .box .text h2.name {
	color:#666;
	padding-top:5px;
}

#content .textarea .consultantbox .box .text .phone {
	color:#007ec0;
	position: absolute;
	bottom: 0px;
	left: 180px;
	width: 180px;
}

#content .textarea .consultantbox .box .text .contact {
	position:absolute;
	bottom: 0px;
	left:10px;
	padding:0 0 0 10px;
	background:url(/static/source/eurobike/img/arrow-blue.png) no-repeat left center;
}


