body
{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	font:0.70em verdana, sans-serif; 
	line-height:1.5em;
	background-color:#000000;
	color:#595959;
	text-align:center;
}

#main
{
	margin:0px auto;
	width:808px;
}

/* Border */

#border
{
	float:left;
	background:#ffffff url(../img/border.gif) repeat-y center;
	padding:0px 24px 0px 24px;
	text-align:left;
}

#border_top 
{
	background:#000000 url(../img/border_top.gif) no-repeat top;
	height:33px;
}

#border_bottom
{
	clear:both;
	background:#000000 url(../img/border_bottom.gif) no-repeat top;
	text-align:center;
	color:#909090;
	padding-top:20px;
	padding-bottom:10px;
}

/* top */

#top 
{
	background-color:#f1f1f1;
	height:71px;
	border-bottom: 5px #8d917b solid;
}

#top img, #left img
{
	border-width:0px;
}

#top #language
{
	float:left;
	padding-left:14px;
	margin-top:49px;
}

#top #language img
{
	margin-right:4px;
}

#top #logo
{
	float:right;
	margin-top:-25px;
	padding-right:20px;
}

#image
{
	height:188px;
}

/* Menu */

#menu
{
	height:60px;
}

#bar
{
	background-color:#f1f1f1;
	height:10px;
}

/* left column */

#left
{
	float:left; 
    width:218px; 
    margin-top:46px;	
}

#left_bottom
{
	background:#ffffff url(../img/left_bottom.gif) no-repeat bottom;
	height:13px;
}

.section
{
	border:1px solid #a4a4a4;
	margin-bottom:10px;
	background-color:#fafafa;
}
.section .padding
{
	padding:0px 8px 8px 8px;
}

.section p
{
	padding:8px 8px 8px 8px;
	margin:0px 0px 0px 0px;
}

.section .image, .section .imageAlfa, .section .imageNonAlfa
{
	width:216px;
	border-bottom:1px solid #a4a4a4;
}

.section .imageAlfa
{
    filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.section .imageNonAlfa
{  
    filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}



.section h3
{
	color:#777777;
	padding:2px 8px 2px 8px;
	margin:0px 0px 0px 0px;
	display:block;
	background-color:#f1f1f1;
	border-bottom:1px solid #a4a4a4;
}

/* right column */

#right
{
	float:left; 
    margin-left:35px;
    width:470px;
    margin-top:34px;
}

#right img
{
	border:1px solid #909090;
}

/* facilities */

.icons
{
	list-style:none;
	margin:0;
	padding:0;
}	

li.icon
{
	border-top:1px solid #a4a4a4;
	width:42px;
	padding-top:3px;
	overflow:hidden;
	float:left;
	margin-bottom:3px;
	background-color:#f1f1f1;
}

li.icon img
{
	margin-left:11px;
	margin-bottom:3px;
}

li.icon p
{
	text-align:center;
	color:#ffffff;
	margin:0;
	font-weight:bold;
	padding-bottom:1px;
	white-space:nowrap;
	background-color:#8d917b;
	font-size:0.9em;
}

/* map */

#map
{
	border:1px solid #909090;
}

/* footer */

#footer
{
	font-size:0.8em;	
	line-height:2em;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color:#909090;
}

#footer a:hover
{
	color:#8d4638;
}

/* general styles */

.center
{
	text-align:center;
}

.align_right 
{
	text-align:right;
}

.align_left 
{
	text-align:left;
}

h1
{
	color:#8d917b; 
    font:bold 2.2em Arial, Sans-Serif;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    letter-spacing: -1px; 
}

h2
{
	color:#8d917b; 
    font:bold 1.8em Arial, Sans-Serif;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    letter-spacing: -1px; 
}

h3
{
	color:#8d917b; 
    font:bold 1.2em verdana, Sans-Serif;
    padding:8px 0px 4px 0px;
    margin:0px 0px 0px 0px; 
    letter-spacing: -1px; 
}

p
{
	margin:10px 0px 10px 0px;
}

a:link, a:visited, a:active
{
	color:#909090;
}

a:hover
{
	color:#595959;
}

/* forms */

.submit_button 
{
    font-size:1em;
    font-weight:bold;
    padding:0px 10px 2px 10px;
    height:18px;
    color:#eff2e2;
    border:1px solid #c0d36a;
    background-image:url(../img/button.gif);
    background-repeat:repeat-x;
    width:120px;
}

input.text_field, textarea.text_field
{
    color:#000000;
    border:1px solid #a4a4a4;
    padding:2px 3px 2px 3px;
}

select select_field
{
    border:1px solid #a4a4a4;
}

.section .label
{
	float:left;
}

.section .formfield
{
	float:right;
}

.section .twolines 
{
	margin-top:-9px;
}
