@charset "UTF-8";
/* CSS Document */

/*T.O.C.
1.main div positioning / formatting.
2.typography.
3.specifics.
4.menu
*/

/*---------------------------------1.main div positioning / formatting---------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
}

#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 910px;
	height: 620px;
	margin-top:80px;
	margin-bottom:50px;
	background:url(../images/mainbg.jpg) no-repeat bottom left;
}

#leftcol {
	float:left;
	margin:0 0 0 5px;
	width:600px;
/*	border:1px solid #FF6666;
*/	height:100%;
}

#rightcol {
	float:right;
	margin:0 6px 0 0;
	width:295px;
/*	border:1px solid #0099CC;
*/	height:100%;
}
/*---------------------------------2. Typography---------------------------------*/
h1 {
	font-size:1.8em;
	margin-top:330px;
	font-weight:100;
	letter-spacing:-0.1em;
	padding:0 0 0 15px;
	color:#414141;
}

h4 {
	text-align:center;
	font-size:0.9em;
	color:#7b7b7b;
}

h4 a {
	text-decoration:none;
	color:#414141;
}

h4 a:hover {
	text-decoration:underline;
}

p.left {
	float:left;
	width:283px;
	font-size:1em;
	color:#414141;
	line-height:1.6em;
	text-align:justify;
	padding:10px 0 0 15px;
}

input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight:lighter;
	color:#414141;
}

p.right {
	float:right;
	width:273px;
	font-size:1em;
	color:#414141;
	line-height:1.6em;
	text-align:justify;
	margin-top:10px;
	padding:0 10px 0 0;
}

p.gallery {
	font-size:0.9em;
	color:#414141;
	line-height:1.6em;
	text-align:justify;
	padding:0 15px 0 15px;
}

p.lang {
	float:left;
	margin-top:13px;
}

p.tel {
	float:right;
	text-align:right;
	margin:0 5px 0 0;
}

p.special {
	position:relative;
	font-size:1em;
	color:#7b7b7b;
	margin:50px 30px 0 20px;	
}

p.lang a {
	text-decoration:none;
	color:#333333;
}

p.lang a:hover {
	text-decoration:underline;
}

p.caption {
	text-align:center;
}

p.legal {
	margin-top:50px;
	font-size:1.2em;
}

p.right a {
	text-decoration:none;
	color:#414141;
}

p.right a:hover {
	text-decoration:underline;
}

/*---------------------------------3. Specifics---------------------------------*/
#slideshow {
	margin-top:7px;
}

#clearer {
	clear:both;
}

#pancam {
	margin:0 0 0 15px;
}

/*#webcamleft {
	margin:0 0 0 15px;
}
*/
#leftcam {
	float:left;
	width:180px;
	margin:0 0 0 15px;
}

#midcam {
	float:left;
	width:180px;
	margin:0 0 0 15px;
}

#rightcam {
	float:left;
	width:180px;
	margin:0 0 0 15px;
}

/*---------------------------------4. Menu---------------------------------*/

#menu {
	list-style:none;
	float:right;
	text-align:right;
	margin:12px 0 0 0;
	width:100%;
}

#menu li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	padding:0 10px 0 0;
	margin:0;
}

#menu li a {
	color:#7b7b7b;
	text-decoration:none;
	display:block;
	padding:10px 10px 10px 0;
}

#menu li a:hover {
	color:#414141;
	background:#f2f1f1;
}

#menu li.selected a {
	color:#414141;
	background:#f2f1f1;
}