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

HTML {
	height:100%;
}
BODY {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#580100 url(htm_bg.jpg) no-repeat top right;
	margin:0;
	padding:0;
	height:100%;
}
IMG {
	border:0;
}
.clr {
	clear:both;
}

/* ######################################## */
/* CONTAINER							    */
/* ######################################## */
DIV#container {
	position:relative;
	/*left:55px;*/
	left:0;
	width:53.67em;
	min-height:100%;
	/*background:url(container_bg.png) repeat 0 0;*/
}
DIV#header {
	position:relative;
	width:53.67em;
	height:6.00em;
	/*border-bottom:2px solid #580100;*/
	border-bottom:1px solid #8f1b02;
	text-align:center;
}
DIV#header IMG {
	position:relative;
	top:1.92em;
	width:170px;
	height:27px;
}
DIV#navigation {
	position:relative;
	top:0;
	left:0;
	width:53.67em;
	padding:0.4em 0 0.5em 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#fff;
	/*border-bottom:2px solid #580100;*/
	border-bottom:1px solid #8f1b02;
}
DIV#navigation SPAN {
	padding:0 0.5em;
}
DIV#navigation A {
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
}
DIV#navigation A:hover {
	color:#ffe894;
}
DIV#navigation A.selected {
	font-weight:bold;
	color:#ffe894;
} 
/* ######################################## */
/* CONTENT							        */
/* ######################################## */
DIV#content {
	position:relative;
	left:1.08em;
	width:50.58em;
	height:auto;
	/*min-height:100%;*/
	border-bottom:1px solid #8f1b02;
	padding:3em 0 3em 0;
	color:#fff;
	
}
DIV#content A {
	color:#ffe894;
	text-decoration:none;
}
DIV#content A:hover {
	text-decoration:underline;
}
H1.marginal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.50em;
	font-weight:normal;
	color:#ffe894;
	width:9.56em;
	padding:0 1.67em 0 1em;
	text-align:right;
	float:left;
}
IMG.marginal {
	position:absolute;
	left:-140px;
	margin-top:4px;
}
DIV.textBlock {
	position:relative;
	display:block;
	width:28.50em;
	float:left;
}
DIV#content UL {
	padding:0 0 0 1.2em;
	list-style-type:square;
}
/* ######################################## */
/* GALERIE							        */
/* ######################################## */
DIV.galerie {
	clear:both;
	padding:1em 0 2em 18.3em;
}
DIV.galerie DIV.image {
	float:left;
	padding:0 2em 0 0;
}
DIV.image IMG {
	display:block;
}
DIV.image P {
	margin:0;
	padding:0.5em 0 2em 0;
}