html, body {
	height: auto;
	min-height: 100%;
	background: #fff;
	color: #58585A;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	position: relative;
}

h1, h2 {
	color: #FBBC03;
	font-size: 12pt;
}

#searchdetail {
	height: 700px;
	width: 700px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.leftwhitebox {
	width: 210px;
	padding: 2px 0 10px 15px;
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: #6E6E6E;
}

.leftorangebox h2 {
	margin-top: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.leftwhitebox h2 {
	margin-top: 0;
	color: #FBBC03;
	border-bottom: 1px solid #FBBC03;
	margin-bottom: 0.5em;
}

#header {
	margin: 0;
	padding: 0 0 0 1em;
	background-color: #fff;
	position: relative;
	width: 100%;
	max-width: 1200px;
}

* html #header {
	height: 100%;
	width: 1200px;
}


#header #logo {
	width: 275px;
	float: left;
	margin: 1em 0 1em 10px;
	background-color: #fff;
}

#header #contactinfo {
	margin-top: 5px;
	width: 630px;
	color: #FBBC03;
	float: left;
	margin: 1em 0 1em 0;
	font-size: 90%;
}

#header #newsletter {
	margin-top: 4px;
	width: 200px;
	color: #FBBC03;
	float: left;
	margin: 1em 0 1em 0;
	font-size: 90%;
}

#header #newsletter h2 {
	width: 100%;
	border-bottom: 1px solid #FBBC03;
	margin-top: 0.5em;
	text-align: right;
	
}


#header #contactinfo h2 {
	width: 100%;
	border-bottom: 1px solid #FBBC03;
	margin-top: 0.5em;
	
}

#header #contactinfo span {
	font-weight: bold;
	
}

.orangebar {
	clear: both;
	width: 100%;
	min-width: 1200px;
	height: 1.4em;
	background-color: #FBBC03;
	position: relative;
}

* html .orangebar {
	padding-top: 0.4em;
	height: 1.2em;
}


a img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

#footer {
	clear: both;
}


div.rounded div {
  height: 1px;
  overflow: hidden;
}

#content {
	padding-bottom: 1.5em;
	width: 1200px;
}

.content_left {
	width: 270px;
	float: left;
	padding-top: 1em;
	height: 100%;
}


.content_right {
	margin-left: 30px;
	float: left;
	width: 825px;
	padding-top: 1em;
}

.content_right h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.content_right .box {
	width: 249px;
	float: left;
}

.content_right .box h2 {
	width: 100%;
	color: #FBBC03;
	border-bottom: 1px solid #FBBC03;
	margin-top: 0.5em;
}

.content_right .box p {
	background-color: #F8F8F8;
	padding: 5px;
	height: 150px;
}

.navigation {
	width: 685px;
	margin-left: 300px;
	color: #fff;
	float: left;
}
* html .navigation {
	margin-left: 150px;
}

.navigation ul {
	margin : 0;
	padding : 0;
	padding-top: 0.1em;
	text-align : left;
}
	
.navigation ul li {
	float : left;
	position : relative;
	list-style-type : none;
	padding : 0;
	margin : 0;
	margin-right: 2em;
	font-size: 90%;
}

#navig2 {
	width: 10em;
}

#navig3 {
	width: 8em;
}

#navig4 {
	width: 5em;
}

#navig5 {
	width: 5em;
}

#navig6 {
	width: 10em;
}

#navig44 {
	width: 2em;
}

#navig46 {
	width: 7em;
	margin-left: 0em;
}

#navig47 {
	width: 12em;
	text-align: center;
}

#navig48 {
	width: 12em;
}


.navigation ul li a, .navigation ul li a:active, .navigation ul li a:visited {
	color: #fff;
	text-decoration: none;
}


.navigation ul li ul {
	position: absolute;
	padding : 0;
	margin : 0;
	overflow: visible;
	white-space: nowrap;
	width: 445px;
	margin-top: 5px;
}
* html .navigation ul li ul {
	margin-top: 11px;
}
.navigation ul li ul li {
	position: relative;
	float: left;
	list-style-type : none;
	margin: 0;
	padding: 0;
	margin-right: 13px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
}

.navigation ul li ul li a, .navigation ul li ul li a:active, .navigation ul li ul li a:visited {
	color: #777777;
	text-decoration: none;

}

.navigation ul li ul li a.active {
	color: #FBBC03;
	text-decoration: none;
}

ul.hidden  {
	z-index: 100;
	display: none;
	background-color: white;
	position: absolute;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	width: 415px;
	margin-top: -2px;
	border: 1px solid black;
}
ul.hidden li {
	float: left;
	list-style-type : none;
	margin: 0;
	padding: 0;
	margin-right: 13px;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 9px;
	font-weight: 500;
}



.navigationspan a img
{
	border: 0;
}


.input_text {
	color: #808285;
	background-color: #fff;
	border: 1px solid #808285;
	width: 150px;
}

.input_submit_dark {
	background-color: #808285;
	color: #fff;
	border: 1px solid #808285;
	width: 150px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.input_submit_orange {
	background-color: #FBBC03;
	color: #fff;
	border: 1px solid #FBBC03;
	width: 150px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.result {
	float: left;
	height: 250px;
	width: 200px;
	text-align: center;
}

.result .image {
	display: inline;
	display: block;
	height: 200px;
	line-height: 200px;
}

* html .result .image img {
	margin-top: 5px;
}

.result .image img {
	vertical-align: middle;
}

.result_searchset {
	float: left;
	height: 400px;
	width: 370px;
	text-align: center;
}

.result_searchset .image {
	display: inline;
	display: block;
	height: 360px;
	line-height: 360px;
}

* html .result_searchset .image img {
	margin-top: 5px;
}

.result_searchset .image img {
	vertical-align: middle;
}

#searchdetail #close {
	padding: 10px;
	line-height: 10px;
	cursor: pointer;
}

#searchdetail .image {
	margin: auto;
	display: block;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

#searchdetail #archiveno {
	clear: both;
	float: right;
	margin-bottom: 1em;
}
.row {
	clear: both;
	width: 100%;
	font-size: 85%;
}

.left {
	width: 20%;
	float: left;
	display: block;
}
.right {
	width: 70%;
	float: left;
	margin-left: 5%;
	display: block;
}

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
#reallighttable {
	width: 250px;
}
#reallighttable a {
	clear: both;
	display: block;
	margin: auto;
	margin-top: 5px;
}




.starttilink_outdoor {
	background-image: url(/images/start/text/outdoor-inaktiv.png);
	behavior: url("/files/iepngfix.htc");
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 311px;
	height: 80px;
}

a.starttilink_outdoor:hover {
	background-image: url(/images/start/text/outdoor.png);
	behavior: url("/files/iepngfix.htc");
}

.starttilink_nature {
	background-image: url(/images/start/text/nature-inaktiv.png);
	behavior: url("/files/iepngfix.htc");
	position: absolute;
	top: 100px;
	left: 20px;
	display: block;
	width: 250px;
	height: 80px;
}

a.starttilink_nature:hover {
	background-image: url(/images/start/text/nature.png);
	behavior: url("/files/iepngfix.htc");
}

.starttilink_travel {
	background-image: url(/images/start/text/travel-inaktiv.png);
	behavior: url("/files/iepngfix.htc");
	position: absolute;
	top: 190px;
	left: 20px;
	display: block;
	width: 216px;
	height: 80px;
}

a.starttilink_travel:hover {
	background-image: url(/images/start/text/travel.png);
	behavior: url("/files/iepngfix.htc");
}

.starttilink_sports {
	background-image: url(/images/start/text/sports-inaktiv.png);
	behavior: url("/files/iepngfix.htc");
	position: absolute;
	top: 280px;
	left: 20px;
	display: block;
	width: 239px;
	height: 80px;
}

a.starttilink_sports:hover {
	background-image: url(/images/start/text/sports.png);
	behavior: url("/files/iepngfix.htc");
}


#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }


a.travel_links:target {
	color: #FBBC03;
	font-weight: 700;
}