/* LINK */
a { cursor:pointer; }
a:link    { color:#050403; text-decoration: none; }
a:visited { color:#050403; text-decoration: none; }
a:hover   { color:#fff; text-decoration: none; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#9b6f46; }

table, table tr {
	margin:0;padding:0;
}
table tr td {
	margin:0;padding:2px 0;
}

/* form elements */
.form,.fieldset,.send { float:left; margin:0; padding:0; }
.warning,.label,.input,.info,.file,.text { float:left; margin:0 0 5px 0; padding:3px; }

.fieldset { width:330px; padding-left:25px; border:none; }
.label    { width:140px; padding:0; }
.input    { width:165px; padding:0 5px; }
.info     { width:165px; padding:0 5px; }
.file     { height:24px; }
.text     { width:169px; height:60px; border:1px solid #AFAFAF; padding:3px 5px; overflow:auto; }
.send     { padding:0 5px; }

.block {
	float:left;
	text-align:left;
	font-weight:bold;
	margin:0 0 15px 0;
	width:320px;
}

/* BODY */
body {
	background:url(images/background.jpg) center 20px no-repeat #3D2604;
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#050403;
}

#wrapper {
	font-size:1.2em;
	margin:0 auto;
	width:960px;	
}

#languages {
	float:left;
	padding:5px 0 0;
	font-size:0.8em;
	width:100%;
	height:20px;
}
#languages a {
    color:#bd8f69;
}
#languages a:hover {
    color:#fff;
}

#menu {
    float:left;
    text-align:center;
    margin-top:195px;
    width:100%;
    height:20px;
}
#menu ul {
    margin:0 auto;
    list-style:none;
}
#menu ul li {
    display:inline;
    padding:0;
    margin:0;
}
#menu ul li.sep {
    padding:0 6px;
}
#menu ul li a.active {
    color:#fff;
}

#content-body,
#content-home {
    float:left;
	padding:38px 0 0;
    width:100%;
    height:400px;
}

#content-home {
	padding:0;
    background:url(images/home.png) bottom left no-repeat;
}
* html #content-home {
  	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home.png');
}

#content-left {
	float:left;
	position:relative;
	color:#9b6f46;
	width:340px;
	height:400px;
}

#content-center {
	float:left;
	text-align:justify;
	position:relative;
	width:530px;
	height:400px;
}
#content-center strong {
	color:#050403;
}

#content-right {
	float:left;
	width:50px;
	height:400px;
}

#content-left #address {
	float:left;
	padding:20px 0 0 75px;
	width:138px;
	height:180px;
}
#content-left #slideshow {
	float:left;
	margin:0 0 0 52px;
	width:269px;
	height:373px;
}
* html #content-left #slideshow {
    margin-left:26px;
}

#content-left #template {
	position:absolute;
	background:url(images/template-big.png) no-repeat;
	top:0;
	left:52px;
	width:269px;
	height:373px;
	z-index:6;
}
* html #content-left #template {
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/template-big.png');
}

#content-center #content {
	float:left;
	padding:0 15px;
	width:286px;
	height:372px;
	overflow-x:hidden;
	overflow-y:auto;
}
#content-center #content-simple {
	float:left;
	padding:0 15px 0 25px;
	width:475px;
	height:382px;
	overflow-x:hidden;
	overflow-y:auto;
}

#content-center #slideshow {
	float:left;
	margin:0 15px;
	width:184px;
	height:372px;
}
#content-center #template {
	position:absolute;
	background:url(images/template.png) no-repeat;
	top:0;
	left:331px;
	width:184px;
	height:372px;
	z-index:6;
}
* html #content-center #template {
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/template.png');
}

#content-simple .world {
	float:left;
	padding:5px 0;
	width:475px;	
}
#content-simple .world-img {
	float:left;
	width:75px;	
}

#content-simple .world-img img {
	border:1px solid #3D2604;
}

#content-simple .world-desc {
	float:left;
	width:398px;	
}
#content-simple .world-desc a {
	font-weight:bold;
}
#content-simple .world-desc .description {
	float:left;
	width:380px;
}

#footer {
    float:left;
    font-size:0.8em;
    color:#bd8f69;
    padding:7px 0 40px 8px;
    width:952px;
}
#footer a {
    color:#bd8f69;
}
#footer a:hover {
    color:#fff;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #050403;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#050403;
}

#TB_window a:link {color: #050403; text-decoration:underline;}
#TB_window a:visited {color: #050403; text-decoration:underline;}
#TB_window a:hover {color: #fff; text-decoration:underline;}
#TB_window a:active {color: #050403; text-decoration:underline;}
#TB_window a:focus{color: #050403; text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('images/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #B28D72;
	z-index: 102;
	color:#050403;
	display:none;
	border: 4px solid #3D2604;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	color:#fff;
	background-color:#3D2604;
	height:27px;
}
#TB_window a#TB_closeWindowButton {
	color:#fff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}