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

html, body {
	background-color: #3c3316;
/*	background-image: url(../design/background.jpg); */
	background-position: center left;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
}

div {
  /*
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
  */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #0E0E0E;
}

#menu a {
	color: #febf10;
	text-decoration: none;
}

a.weiss, a.weiss:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #bc8500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 50%;
	margin-top: -280px;
	left: 525px;
	width: 279px;
	height: 71px;
}

#menu {
	position: fixed;
	top: 50%;
	margin-top: 210px;
	left: 367px;
	width: 600px;
	text-align: center;
	color: #FFFFFF;
}

#splash {
	background-image: url(../design/splash.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -280px;
	width: 323px;
	height: 764px;
	z-index: 10;
}

#container {
	position:absolute;
	top: 50%;
	left: 0px;
	margin-top: -215px;

	width:100%;
	
	overflow:hidden;
}

#container, #content, div.content {
	height:430px; 
}

div.content {
	background-image: url(../design/contentback.png);
	background-position: center right;
	background-repeat: no-repeat;
	
	float:left; 
	width:700px; 
	height:430px; 
	
	overflow: hidden;
}

.contentarea {
/*	border: 1px solid #FF0000; */
	margin-top: 31px; /* randbreite + 6 */
	margin-left: 25px; /* randbreite */
	width: 628px; /* 678 - 2*randbreite */
	height: 338px; /* 388 - 2*randbreite */
	overflow: auto;
	
	font-size: 14px;
	text-align: justify;
}

.contentarea ul {
	padding: 0px;
	margin: 0px;
}

.contentarea div.galeriecontent {
/*	incontent-submenu! */
	float: right;
	height: 100%;
	width: 380px;
	border-left: 1px solid #3c3316;
	text-align: right;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	margin-left: 15px;
	background-color: #FFFFFF;
}

div.contentarea div.galeriecontent img.preview {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

div.contentarea div.galeriecontent img.preview:hover {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#content0 {
	width:320px;
}

#content0 div.contentarea {
	margin-top: 45px; /* randbreite + 6 */
	margin-left: 15px; /* randbreite */
	width: 260px; /* 360 - 2*randbreite */
	height: 338px; /* 388 - 2*randbreite */
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #febf10;
	margin-top: 0px;;
	padding-top: 0px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3, h4, h5, h6 {
	font-size: 14px;
}

/* menu */

#menu ul {
	margin: 0 0 0 0px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: none;
}
	
#menu li {
	display: block;
	float: left;
	margin-right: 20px;
	text-align: left;
}
	
#menu li a {
	text-decoration: none;
}


#menu ul li ul {
	display: none;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul:hover {
	display: block;
}

#menu ul li ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li ul li {
	float: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li ul li a {
	color: #FFFFFF;
}

/* ---- */