

body {
	text-align: center;
}

html, body {
	background: url(../images/bg_color.jpg);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a img {
	border: none;
}

div {
	text-align: left;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

h1 {
	background: url(../images/headline_bg_left.png) no-repeat;
	background-position: 0px 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 30px;
	margin-bottom: 3px;
}

h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #fff;
}

h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: #035a07;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 2px 0;
	padding: 0px;
	font-size: 10pt;
	color: #fff;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearBoth {
	clear: both;
}

.inputText {
	padding: 0px;
	padding-top: 1px;
}

.inputTextLong {
	padding: 1px;
	width: 180px;
}

.inputTextLonger {
	padding: 1px;
	width: 240px;
}

.inputTextMedium {
	padding: 1px;
	width: 140px;
}

.inputTextShort {
	padding: 1px;
	width: 60px;
}

.inputButton {
	padding: 0px 12px;
}




div#mainBox {
	background: url(../images/background.jpg) bottom no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}
div#topBox {
	
}
div#footerBox {
	height: 120px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

div#topContainer {
	width: 990px;
	margin: 0 auto;
}
div#footerContainer {
	width: 990px;
	margin: 0 auto;
}
div#footerContainerRight {
	width: 720px;
	float: right;
}
div#footerContainerRight p {
	font-size: 8pt;
}
div#footerContainerRight a {
	color: #99cc00;
}
div#footerContainerRight a:visited {
	color: #99cc00;
}

div#leftContainer {
	float: left;
	width: 245px;
}
div#rightContainer {
	float: right;
	width: 720px;
}

div#citysegLogo {
	background: url(../images/cityseg_logo.png) top no-repeat;
	cursor: pointer;
	margin-bottom: 30px;
	width: 245px;
	height: 122px;
}

div#navigation {
	background: url(../images/header_underline.png) bottom left no-repeat;
	width: 100%;
	height: 122px;
}

div#navigation ul {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 90px;
	list-style: none;
}
div#navigation li {
	float: left;
	margin: 0;
	height:32px;
	
}
div#navigation li a {
	padding: 6px 26px 6px 0px;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}
div#navigation li a:hover {
	text-decoration: none;
	color: #99cc00;
}
div#navigation a.selected {
	text-decoration: none;
	color: #006600;
}
div#navigation a.selected:hover {
	text-decoration: none;
	color: #006600;
}


div#subnavi {
	width: 100%;
}
div#subnavi ul {
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	width: 220px;
	list-style: none;
}
div#subnavi li {
	background: url(../images/subnavi_underline.png) bottom right no-repeat;
	text-align: right;
	padding: 6px 0px 8px 0px;
	margin: 0;
}
div#subnavi li a {
	padding: 6px 10px;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}
div#subnavi li a:hover {
	text-decoration: none;
	color: #99cc00;
}
div#subnavi a:visited {
	text-decoration: none;
	color: #fff;
}
div#subnavi a.selected {
	text-decoration: none;
	color: #006600;
}
div#subnavi a.selected:hover {
	text-decoration: none;
	color: #006600;
}


div#segwayNaviPartner {
	background: url(../images/cityseg_partnerlogo.png) center right no-repeat;
	position: absolute;
	width: 82px;
	height: 82px;
	margin-left: 600px;
	margin-top: 20px;
}

div#breadcrums {
	height: 30px;
	width: 100%;
}

div#contentBox {
	width: 100%;
	margin-bottom: 200px;
}

div#contentLeftBox {
	float: left;
	width: 470px;
}
div#contentRightBox {
	float: right;
	width: 225px;
}

.contentContainer720 {
	
	padding-top: 10px;
	margin-bottom: 15px;
	width: 720px;
}
.contentContainer470 {
	background: url(../images/header_underline.png) top left no-repeat;
	padding-top: 10px;
	margin-bottom: 15px;
	width: 470px;
}
.contentContainer225 {
	background: url(../images/header_underline.png) top left no-repeat;
	padding-top: 10px;
	width: 225px;
}

a.readMore {
	font-size: 9pt;
	color: #336600;
	padding: 0px 3px;
	background: #99cc00;
}
a.readMore:hover {
	text-decoration: none;
	background: #fff;
}

.news {
	font-size: 9pt;
	border-bottom: 1px solid #73b519;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: left;
}


.segwayPoint {
	position: absolute;
	margin-left: 400px;
	margin-top: -30px;
}


a.modelPriceInfo {
	float: right;
	font-size: 10pt;
	color: #336600;
	padding: 0px 3px;
	background: #99cc00;
}
a.modelPriceInfo:hover {
	text-decoration: none;
	background: #fff;
}
.modelPriceInfo {
	
}

.tourBookingLink {
	color: #fff;
	margin: 14px 0 18px 0;
}
.tourBookingLink a {
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
}


#bookingFilter {
	color: #fff;
	margin-top: 5px;
	line-height: 30px;
	padding: 0 4px;
	backgro5und: url(/images/bg_booking_filter_white.png);
}
#bookingFilter select {
	width: 120px;
}

div#bookingTableTop470 {
	backgr5ound: url(/images/bg_table_top_white_470.png) top no-repeat;
	width: 470px;
	height: 15px;
	margin-top: 2px;
}
div#bookingTable470 {
	backgr5ound: url(/images/bg_table_main_white.png);
	color: #fff;
	width: 470px;
}
div#bookingTable470 p {
	padding: 5px;
}
div#bookingTableBottom470 {
	backgr6ound: url(/images/bg_table_bottom_white_470.png) top no-repeat;
	width: 470px;
	height: 15px;
}


div#tourDetailsContainer {
	background: url(/images/header_underline.png) bottom left no-repeat;
	padding: 0 4px 8px 4px;
	margin-bottom: 8px;
	color: #fff;
}
div#tourDetailsContainer td{
	font-size: 9pt;
	line-height: 18px;
}
div#tourDetailsContainer h1 {
	background: none;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
div#tourDetailsContainer h2 {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

.tourGuideImage {
	width: 100px;
	border: 2px solid #fff;
	paddi5ng: 2px;
	margin-right: 10px;
}

.tableHeader {
	font-weight: bold;
}

.indexBreak {
	border-bottom: 1px dashed #ccc;
	margin: 3px 0;
}


a.downloadLink {
	font-size: 9pt;
	color: #336600;
	padding: 1px 4px;
	background: #99cc00;
}
a.downloadLink:hover {
	text-decoration: none;
	background: #fff;
}

div#footerContainerRight .naob {
	float: right;
	margin-top: -130px;
}

div#footerContainerRight .naob a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

div#footerContainerRight .naob a img {
	position: relative;
	top: 10px;
}

div#footerContainerRight .foot_logo{ float:right;text-align:right;}

div#footerContainerRight .foot_logo img{ margin-top:3px;}

div#footerContainerRight .foot_logo a{ text-decoration:none;}

.top_link{ position:absolute;margin-left:380px;}

.top_link a{ color:#99CC00; font-size:8pt;}

.top_link a:hover{ text-decoration:underline;}

.con_left{ float:left; width:120px;}

.con_left a img{ border:0;}

.title_1 a{ color:#FFFFFF; text-decoration:none; font-size:10pt; font-weight:bold; }

.title_1{ margin-bottom:5px;}

#navigation ul.menu_top_1{ position:relative; height:32px; }

#navigation ul.menu_top_1 li{ *position:relative;  }


div#navigation ul.sub_menu_1 {
	margin-top: 0;
	display: none;
	position: absolute;
	background: url(../images/bg_menu.png);
	margin-top: 14px;
	z-index: 10;
	*left:0px;
}

div#navigation ul.sub_menu_1 li {
	clear: both;
	float: none;
	*width: 100px;
	height: 22px;
	padding: 0 8px;
}

div#navigation ul.sub_menu_1 li a {
	background: transparent url(../images/bg_menu_border.png) repeat-x scroll center 21px;
	display: block;
	font-size: 9pt;
	height: 22px;
	line-height: 20px;
	padding: 0;
	color: #fff;
	width:100%;
}

div#navigation ul.sub_menu_1 li a:hover {
	color: #fff;
	text-decoration: underline;
}

.importantClass {
	display: none;
}

.nach{ background:url(../images/arrow_a.png) no-repeat; width:17px; height:24px; float:right; margin-top:-0px; display:block;  }

.koop{ background:url(../images/foot_logo.png) no-repeat; width:96px; height:33px; display:block; margin-top:5px;  }