@charset "UTF-8";
/* CSS Document */
/*T.O.C.
1. Div layout
2. Typography
3. Menu layout
4. Specific layouts
*/

html {
	height: 100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	font-weight:lighter;
	color:#ffffff;
	background-color:#91420b;
	height:100%;
}


/*-------------------------1. Div Layout-------------------------*/
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

#leftcol {
	float:left;
	width:400px;
	margin-top:25px;
}

#rightcol {
	float:right;
	width:225px;
	margin-top:25px;
}

#menubg {
	position:relative;
	width:100%;
	height:38px;
	background-color:#5e0806;
}

#titlebg {
	width:100%;
	height:170px;
	background:url(../images/header.jpg) repeat-x;
}

#mainbg {
	background:#491702 url(../images/bottomshadow.png) repeat-x bottom left;
	width:100%;
	border-top:1px solid #821d1b;
	height:420px;
}

/*-------------------------2. Typography-------------------------*/

h1 {
	text-indent:-9000px;
	background:url(../images/logo.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	width:502px;
	height:41px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:60px;
}

h4 {
	text-align:center;
	color:#CCCCCC;
}

#langselect {
	position:absolute;
	font-size:1.1em;
	z-index:5;
	top:155px;
	right:0px;
	color:#757171;
}

#langselect a{
	text-decoration:none;
	color:#fff;
}

#langselect a:hover {
	text-decoration:underline;
}

p.caption {
	position:relative;
	font-size:1.25em;
	line-height:2em;
	margin-left:auto;
	margin-right:auto;
}

p.description {
	font-size:1.35em;
	line-height:2em;
	text-align:justify;
}

p.description1 {
	font-size:1.35em;
	line-height:1.5em;
	text-align:justify;
}

p.links {
	font-size:1.15em;
	line-height:2em;
	text-align:left;
}

p a {
	text-decoration:none;
	color:#FFF3AA;
}

p a:hover {
	background:#7b2b09;
	text-decoration:underline;
}

#rightcol ul a {
	color:#FFF3AA;
	text-decoration:none;
	font-size:1.35em;
	line-height:2em;
}

#rightcol ul a:hover {
	background:#7b2b09;
	text-decoration:underline;
}

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

h4 a:hover {
	background:#7b2b09;
	color:#666666;
}

p.menutext {
	font-size:1.25em;
	line-height:2em;
	text-align:center;
}

p.caption a {
	text-decoration:none;
	color:#FFF3AA;
}

p.caption a:hover {
	text-decoration:none;
	color:#FFF3AA;
	text-decoration:underline;
}

p.legal {
	font-size:1.35em;
	position:relative;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}
/*
#links li a {
	font-size:1.1em;
	text-align:left;
}

*//*-------------------------3. Menu layout-------------------------*/
#menu {
	float:left;
	width:700px;
	padding:10px 0 0 0;
	margin:0 0 0 30px;
	list-style:none;
}

#menu li {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1.4em;
	letter-spacing:5px;
}

#menu a {
	float:left;
	display:block;
	margin:0;
	padding:0px 10px 10px 10px;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:none;
}

#menu a:hover {
	border-bottom:2px solid #ac2a2a;
}


/*-------------------------4. specific layouts-------------------------*/
#clearer {
	clear:both;
}

#loadarea {
	background:url(../images/mainpicholder.png) no-repeat;
	width:406px;
	height:241px;
	padding:9px 9px;
}

#picholder {
	position:relative;
	margin-top:20px;
	width:405px;
	height:100px;
	padding:7px 9px;
	background:url(../images/picsholder.jpg) no-repeat;
}

#picholderLarge {
/*	position:relative;
	width:231px;
	height:310px;
	padding:5px 6px;
*//*	background:url(../images/largepicholder.jpg) no-repeat;
*/}

#menuimg {
	border:2px solid #FFFFFF;
	margin:2px 0 0 3px;
}

#smallimg2 {
	margin-left:4px;
}	

#smallimg3 {
	margin-left:4px;
}	

#separator {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#appetito {
	margin-top:25px;
}

#webcam {
	border:5px solid #FFFFFF;
}

#webcam2 {
	float:left;
	border:5px solid #FFFFFF;
}

#webcam1 {
	float:right;
	border:5px solid #FFFFFF;
/*	margin-left:10px;
*/}