html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	line-height: 1.5em;
	/*background: url(../img/background_blue.jpg) no-repeat #0080c7;*/
	background: #CC9;
}
body, td, th, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56595c;
}
#header {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 86%;
	height: 200px;
	margin-left: -43%;
	background: #333 url('../img/background_header.png') repeat-x;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #ccc;
}
#langselect {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: auto;
	height: 18px;
}
#logo {
	position: absolute;
	top: 40px;
	right: 60px;
	height: 120px;
	padding: 0;
	margin: 0;
}
#pagewrapper {
	position: absolute;
	left: 50%;
	width: 96%;
	margin: 150px 0 30px -48%;
	padding: 0 0 10px 0;
	background: #fff;
}
#pagewrapper_editor {
	position: absolute;
	left: 50%;
	top: 15px;
	width: 94%;
	height: auto;
	margin: 0 0 15px -47%;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}
#contentwrapper {
	float: left;
	width: 100%;
	margin: 80px 0 0 0;
	padding: 0;
}
#contentwrapper_editor {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
#contentcolumn {
	margin: 0 170px 0 170px;
	padding: 0;
	text-align: justify;
}
#contentcolumn_editor {
	margin: 0 10px 0 10px;
}
#leftcolumn {
	float: left;
	width: 140px;
	padding: 0 0 0 15px;
	margin: 80px 0 0 -100%;
}
#leftcolumn ul {
	margin: 0;
	padding: 0;
}
#leftcolumn ul li {
	list-style: none;
	border-bottom: 1px solid #dddede;
	padding: 0 0 3px 2px;
	margin: 0 0 5px 0;
}
#rightcolumn {
	float: left;
	width: 140px;
	margin: 80px 0 0 -155px;
	padding: 0;
}
#rightcolumn ul {
	margin: 0 0 0 0;
	padding: 0;
}
#rightcolumn ul li {
	list-style: none;
	border-bottom: 1px solid #dddede;
	padding: 0 0 3px 2px;
	margin: 0 0 5px 0;
}
#footerwrapper {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
#footer {
	margin: 0px 15px 0 15px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	background: #dddede;
}
div.price {
	float: right;
	padding: 10px 14px 10px 14px;
	margin: 0 0 5px 10px;
	background: #C90;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
div.img {
	float: left;
	width: 140px;
}
div.newtour {
	position: relative;
	bottom: 30px;
	left: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: url(../img/icons/neueTour.gif) no-repeat;
}
div.toptour {
	position: relative;
	bottom: 30px;
	left: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: url(../img/icons/topTour.gif) no-repeat;
}
div.infoarea {
	position: relative;
	float: right;
	width: 134px;
	border: 3px solid #C90;
	/*background: #FFFF99;*/
	background: #EEE;
	margin: 10px -6px 15px 0;
	padding: 5px 5px 7px 5px;
	z-index: 5;
}
p {
	margin: 6px 0px 2px 0px;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	border: 1px solid #aaa;
	margin-bottom: 1px;
}
input.text, select, textarea.text {
	border: 1px solid #aaa;
}
input:focus {
	border: 1px solid #222;
}
input.button {
	background-color: #dddede;
}
input.button:hover, input.quicksearch:hover{
	cursor: pointer;
	background-color: #C90;
	color: #fff;
}
textarea:focus {
	border: 1px solid #222;
}

select.quicksearch {
	width: 140px;	
}

input.quicksearch {
	display: block;
	float: right;
	font-size:9px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0.4em 0;
	text-transform: uppercase;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #dddede;
	padding-bottom: 1px;
	margin-bottom: 6px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	/*color: #C90;*/
	color: #C90;
	margin-top: 20px;
}
h2.notopspace {
	margin-top: 0px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #a1a1a1;
	border-bottom: 1px dotted #dddede;
}
h3.notopspace {
	margin-top: 0px;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer {
	color: #C90;
}
a.nav {
	border-bottom: none;
	text-decoration: none;
	padding: 2px 3px 2px 2px;
	color: #56595c;
}
a.nav:hover {
	color: #fff;
	background: #56595c;
}
a.adminmain {
	display: block;
	float: left;
	width: 140px;
	height: 90px;
	border: 1px solid #ccc;
	padding: 14px 0 7px 0;
	margin: 0px 8px 5px 0px;
	text-align: center;
	text-decoration: none;
}
a.adminmain:hover {
	background: #eee;
	border: 1px solid #56595c;
	cursor: pointer;
}
a.day {
	float: left;
	display: block;
	text-align: center;
	width: 16px;
	margin: 2px;
	padding: 0 1px 0 0;
	background: #dddede;
	text-decoration: none;
}
a.day:hover {
	text-decoration: underline;
}
a.pageselect {
	display: block;
	float: left;
	text-align: center;
	text-align: center;
	width: 16px;
	margin: 0 2px 0 0;
	padding: 3px 1px 3px 1px;
	text-decoration: none;
	border: 1px solid #C90;
}
a.pageselect:hover {
	background: #dddede;
}
a.pageselected {
	font-weight: bold;
	background: #dddede;
}
a.nounderline {
	text-decoration: none;
}
img {
	border: none;
}
img.triplist {
	border: 1px solid #56595c;
	padding: 1px;
}
img.trippic {
	border: 1px solid #ccc;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 6px 0px;
}
table {
	padding: 0;
	margin: 0;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
table.seasonprices {
	width: 440px;
	border: 1px solid #C90;
	margin: 0 0 15px 0;
}
table.frontpagetrip {
	float: left;
	width: 185px;
	border: 1px solid #C90;
	background-color: #eee;
	margin: 0 3px 20px 3px;
}
tr {
	padding: 0;
	margin: 0;
}
tr.list_bg {
	background: #eee;
}
tr.seasonpricesheader {
	background: #C90;
	padding: 0;
	margin: 0;
}
th {
	font-size: 11px;
	border-bottom: solid 1px #dddede;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
th.seasonprices {
	background: #C90;
	color: #fff;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin: 0;
}
td {
	padding: 2px 4px 2px 4px;
	margin: 0;
}
td.triplist {
	padding: 8px 8px 0px 8px;
	background: #eee;
}
hr.separator {
	color: #dddede;
	background-color: #dddede;
	height: 1px;
	border: none;
}
ul {
	margin: 3px 0 2px 5px;
	padding: 0;
}
li {
	margin: 0 0 0 15px;
	padding: 0;
}
/*Styles for Popup-Calendar*/
.TESTcpYearNavigation, .TESTcpMonthNavigation {
	background-color:#C90;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.TESTcpDayColumnHeader, .TESTcpYearNavigation, .TESTcpMonthNavigation, .TESTcpCurrentMonthDate, .TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDate, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDate, .TESTcpCurrentDateDisabled, .TESTcpTodayText, .TESTcpTodayTextDisabled, .TESTcpText {
	font-size:8pt;
}
TD.TESTcpDayColumnHeader {
	text-align:right;
}
.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate {
	text-align:right;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate {
	color:#C90;
	font-weight:bold;
}
.TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate {
	color:#808080;
}
TD.TESTcpCurrentDate {
	color:#FFFFFF;
	background-color: #C90;
	border-width:1;
	border:solid thin #000000;
}
TD.TESTcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}
A.TESTcpTodayText, SPAN.TESTcpTodayTextDisabled {
	height:20px;
}
A.TESTcpTodayText {
	color:#C90;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled {
	color:#D0D0D0;
}
.TESTcpBorder {
	border:solid thin #C90;
}
/*Styles for Trip-Calendar*/
body.caltable {
	text-align: center;
	background: #fff;
	padding: 5px 0 0 0;
}
#caltable {
	border-collapse:collapse;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #eee;
}
#caltable th {
	font-weight: bold;
	font-size: 9pt;
	color: #eee;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	height: 20px;
	background-color: #C90;
}
#caltable a:link, #caltable a:visited, #caltable a:active, #caltable a:hover {
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	color: #eee;
	font-size: 8pt;
	letter-spacing: 1px;
	font-family: verdana, arial, sans-serif;
}
#caltable td {
	font-weight: normal;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	color: #56595c;
	background: #fff;
	font-family: verdana, arial, sans-serif;
	text-align: right;
}
#caltable td.days {
	font-weight: bold;
}