/* @override 
	http://www.mekongeyes.com/assets/site/css/screen.css
	http://mekongeyes.com/assets/site/css/screen.css
*/

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

div.hr 
{
	clear: both;
	margin-bottom: 20px;
	padding-top: 1px;
	
	height: 1px;	
	overflow: hidden;
	
	text-indent: -100em;
	border-bottom: 1px solid #525252;
}

/* @end */

/* @group Links */

a
{
	color: #b70806;
	outline: none;
}

span.read_more
{
	white-space: nowrap;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

* html ie6_png_img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid grey;
	padding: 1px;
	
	color: grey;
}

input.button 
{	
	padding: 2px 4px 2px 4px;
	
	cursor: pointer;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
	border: 1px solid #424242;
	background: #e5e5e5;
}

* html input.button
{
	cursor: hand;
	height: 18px;
	line-height: 10px;
}

*+html input.button
{
	height: 18px;
	line-height: 10px;
}

/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi:bidi-override;
	direction:rtl;
}

/* @end */

/* @end */

/* @group Seite */

body
{
	padding-bottom: 50px;
	background: #e3d5c1 url(/assets/site/images/background.jpg) repeat-x;
}

div.wrapper
{	
	width: 989px;
	margin: 0 auto;
	
	background: url(/assets/site/images/site_background.jpg) repeat-y;
}

div.site
{
	position: relative;
	width: 989px;
	margin: 0 auto;
	color: #424242;
	background: url(/assets/site/images/site_bottom_background.jpg) no-repeat left bottom;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 378px;
	background: url(/assets/site/images/head_background.jpg) no-repeat;
}

/* @group Logo */

div.head h1.company 
{
	position: absolute;
	left: 20px;
	top: 0;
	
	width: 300px;
	height: 78px;
	background: url(/assets/site/images/site_logo.jpg) no-repeat;
}

div.head h1.company a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;
}

/* @end */

/* @group Slogan */

div.head h2.slogan 
{
	position: absolute;
	top: 93px;
	left: 375px;
	width: 590px;
	height: 280px;
	
	text-indent: -1000em;
	overflow: hidden;
}

div.head h2.slogan div.shadow
{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: url(/assets/site/images/head_image_shadow.png) no-repeat;
}

* html div.head h2.slogan div.shadow
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/head_image_shadow.png', sizingMethod='crop');
	background-image: none;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	right: 0;
	top: 2px;
}

div.head div.meta_navigation ul
{
	list-style-type: none;
}

div.head div.meta_navigation ul li
{
	float: left;
	margin-right: 10px;
}

div.head div.meta_navigation ul li a
{
	color: #424242;
	font-size: 10px;
	text-decoration: none;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	width: 120px;
	left: 358px;
}

div.head div.language_selection ul
{
	
}

div.head div.language_selection ul li.active
{
	display: none;
}

/* @end */

/* @group Suche */

div.head div.search
{
	position: absolute;
	right: 10px;
	bottom: 20px;
}

/* @end */



/* @end */

/* @group Navigation */

/* @group Ebene 1 */

div.navigation_level_1
{
	position: absolute;
	left: 370px;
	top: 43px;
	
	width: 624px;
	height: 45px;
}

div.navigation_level_1 ul
{
	list-style-type: none;
}

div.navigation_level_1 ul li
{
	display: inline;
	float: left;
	height: 45px;
	
	background: url(/assets/site/images/nav_entry_background.jpg) no-repeat;
}

div.navigation_level_1 ul li.active
{
	background: url(/assets/site/images/nav_entry_background_active.jpg) no-repeat;
}

div.navigation_level_1 ul li a
{
	float: left;
	height: 45px;
	
	padding: 0 15px;
	line-height: 40px;

	color: #ffc7be;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: url(/assets/site/images/nav_entry_background_right.jpg) no-repeat right top;
}

div.navigation_level_1 ul li a:hover
{
	color: white;
}

div.navigation_level_1 ul li.active a
{
	color: #b40000;
	background: url(/assets/site/images/nav_entry_background_active_right.jpg) no-repeat right top;
}


/* @end */

/* @group Ebene 2 */

.top_meta div.navigation_level_2
{
	display: none;
}

div.navigation_level_2
{
	float: right;
	margin: 0 19px 0 0;
	display: inline;
	
	width: 600px;
}

div.navigation_level_2 ul
{
	width: 600px;
	height: 37px;
	
	list-style-type: none;
	background: #424242 url(/assets/site/images/subnav_background.jpg) repeat-x;
}

div.navigation_level_2 ul li
{
	float: left;
	padding-right: 1px;
	background: url(/assets/site/images/subnav_entry.gif) no-repeat right top;
}

div.navigation_level_2 ul li a
{
	float: left;
	height: 32px;
	
	line-height: 30px;
	
	padding: 0 11px 0 11px;	
	
	color: white;
	text-decoration: none;
}

div.navigation_level_2 ul li a:hover,
div.navigation_level_2 ul li.active a
{
	padding: 0 10px 0 10px;
	border-left: 1px solid #710000;
	border-right: 1px solid #710000;
	background: url(/assets/site/images/subnav_entry_active.gif) repeat-x;
}

/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	float: right;
	display: inline;
	width: 560px;
	
	padding-bottom: 11px;
	margin: 20px 38px 30px 0;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	margin-bottom: 10px;

	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
	color: #b70806;
}

div.content h4
{
	margin-top: 20px;
	margin-bottom: 5px;
	
	font-size: 14px;
	color: #b70806;
}

div.content h4 a
{
	font-size: 14px;
}

div.content h5
{
	font-size: 12px;
}

div.content .highlight
{
	color: #b70806;
}

div.content p
{
	margin-bottom: 12px;
}

div.content sup
{
	font-size: 9px;
	line-height: 0;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 12px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

/* @group PDF-Listen */

div.content ul.pdf
{
	list-style-type: none;
	margin: 0;
}

div.content ul.pdf li a
{
	display: block;
	zoom: 1;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

/* @end */

/* @group ZIP-Listen */

div.content ul.zip
{
	list-style-type: none;
	margin: 0;
}

div.content ul.zip li a
{
	display: block;
	zoom: 1;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_zip.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	width: 40%;
	margin-right: 5%;
}

* html div.content .float_left
{
	display: inline;
}

div.content .float_right
{
	float: right;
	width: 40%;
	margin-left: 5%;
}

* html div.content .float_right
{
	display: inline;
}

/* @end */

/* @group Highlight-Box */

div.content div.highlight_box_right
{
	float: right;
	width: 270px;
	padding: 10px 10px 1px 10px;
	margin: 5px 0 10px 10px;
	
	
	background: #e5e5e5;
	border: 1px solid #bfbfbf;
}

div.content div.highlight_box_left
{
	float: left;
	width: 270px;
	padding: 10px 10px 1px 10px;
	margin: 5px 10px 10px 0;
	
	
	background: #e5e5e5;
	border: 1px solid #bfbfbf;
}

div.content div.highlight_box_right h4,
div.content div.highlight_box_left h4
{
	margin-top: 0;	
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Teaser */

div.content div.teaser_breit
{
	margin-top: 20px;
}

div.content div.teaser_breit div.entry
{
	position: relative;
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	
	background: url(/assets/site/images/content_teaser_background.png) no-repeat;
}

div.content div.teaser_breit div.entry a.img
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 250px;
	height: 150px;
}

div.content div.teaser_breit div.entry a.img img
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	
	width: 250px;
	height: 150px;
}

div.content div.teaser_breit div.entry a.img span.shadow
{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	
	width: 250px;
	height: 150px;
	
	background: url(/assets/site/images/content_teaser_image_shadow.png) no-repeat;
}

div.content div.teaser_breit div.entry a.img span.shadow
{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	
	width: 250px;
	height: 150px;
	
	background: url(/assets/site/images/content_teaser_image_shadow.png) no-repeat;
}

.msie6 div.content div.teaser_breit div.entry a.img span.shadow
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/content_teaser_image_shadow.png', sizingMethod='crop');
	background-image: none;
}

div.content div.teaser_breit div.entry div.text
{
	position: absolute;
	left: 262px;
	top: 8px;
	
	width: 286px;
}

div.content div.teaser_breit div.entry div.text h4
{
	margin: 0 0 4px 0;
}

div.content div.teaser_breit div.entry div.text p
{
	margin: 0;
}

/* @end */

/* @group Formulare */

div.content form 
{
	width: 370px;
}

div.content form p
{
	position: relative;
	padding-top: 2px;
	padding-bottom: 5px;
}

div.content form h4
{
	margin-left: 165px;
	margin-bottom: 10px;
}

div.content form p input.text,
div.content form p textarea,
div.content form p select
{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 200px;
}

*+html div.content form p input.text
{
	width: 198px;	
}

* html div.content form p input.text,
* html div.content form p select
{
	right: 78px;
}

* html div.content form p input.checkbox
{
	margin-left: -4px;
}

div.content form p select
{
	width: 204px;
}

* html div.content form p select
{
	width: 207px;
}

*+html div.content form p select
{
	width: 204px;
}

div.content form p span.input
{
	position: absolute;
	left: 165px;
	width: 350px;
}

* html div.content form p span.input
{
	margin-top: -4px;
	left: 166px;
}

*+html div.content form p span.input
{
	margin-top: -4px;
	left: 166px;
}

div.content form p.Message,
div.content form p.Message textarea
{
	height: 100px;
}

div.content form p.More_Information,
div.content form p.Reservation
{
	width: 450px;
}

/* @end */

/* @group Bilder */

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 10px 0;
}

div.content .img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

div.content p.image_box
{
	clear: both;	
}

/* @group Fußnote */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge,
div.content .img span.icon_enlarge
{	
	position: absolute;
	z-index: 10;
	
	right: 5px;
	bottom: 5px;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
	overflow: hidden;
}

/* @end */

/* @group Customer Galleries */

div.content div.gallery_teaser
{
	margin-bottom: 30px;
}

div.content div.gallery_teaser p.images
{
	width: 570px;
	margin-bottom: 0;
}

/* @end */

/* @group Tripadvisor Badge */

div.content div.tripadvisor
{
	float: right;
	margin: -6px -10px 0 0;
	
	width: 175px;
	height: 130px;
}

/* @end */

/* @group Footer */

div.content div.content_footer
{
	clear: both;
	
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #424242;
}

div.content div.content_footer iframe
{
	width: 560px;
	height: 80px;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: left;
	position: relative;
	display: inline;
	z-index: 10;
	width: 300px;
	margin: -300px 0 20px 20px;
}

div.sidebar div.box
{
	position: relative;
	width: 270px;
	overflow: hidden;
	
	margin: 0 5px 10px 5px;
	padding: 160px 10px 0 10px;
	
	background: url(/assets/site/images/sidebar_box_background.gif) no-repeat;
}

div.sidebar div.text
{
	height: auto;
	padding-top: 10px;
}

div.sidebar div.box div.box_image
{
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 150px;
}

div.sidebar div.box div.box_image div.image_shadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 150px;
	
	background: url(/assets/site/images/sidebar_box_img_shadow.png) no-repeat;
}

* html div.sidebar div.box div.box_image div.image_shadow
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/sidebar_box_img_shadow.png', sizingMethod='crop');
	background-image: none;
}

div.sidebar div.box div.shadow_bottom
{
	position: absolute;
	left: -5px;
	bottom: -5px;
	
	width: 290px;
	height: 5px;
	margin: 0 5px 5px 5px;
	
	background: url(/assets/site/images/sidebar_box_bottom.gif) no-repeat 0 bottom;
}

/* @group Absatzformate */

div.sidebar div.box h4
{
	
}

div.sidebar div.box p
{
	margin-bottom: 10px;
}

div.sidebar div.box p.facebook
{
	padding-left: 20px;
	background: url(http://static.ak.fbcdn.net/rsrc.php/v1/z7/r/ql9vukDCc4R.png) no-repeat 0 -45px;
}

div.sidebar div.box ul.pdf
{
	margin-bottom: 10px;
	list-style-type: none;
}

div.sidebar div.box ul.pdf li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}



/* @end */

/* @end */
