body {
	height: 100%;
	color: white;
	background-color: #8e8e8e;
	background-image: url(/fileadmin/images/molten-core-16.jpg);
}
* {
	margin: 0;
	padding: 0;
}
#container {
	position: absolute;
	margin: 0 2%;
}

#uppermenu {
	margin-top: 10px; height: 70px; width: 1000px;
	position: relative;
	border-style: solid; border-width: 2px; border-color: white;
}
#uppermenu_bg {
	height: 66px; width: 996px;
	height: 100%; width: 100%;
	position: absolute; z-index: -1;
	background-color: black;
	opacity: 0.6; filter:alpha(opacity=60);
}

#title{
	padding: 10px 10px 10px 10px;
	font-size: 1.5em;
}
#search {
	padding: 20px 10px 0 0;
	float: right;
}
#languageselect {
	padding: 10px 10px 0 0;
	float: right;
	clear: both;
}
#breadcrumbs {
	margin-left: 10px;
}

#mainarea {
	margin-top: 10px;
	position: relative;
	width: 1000px;
}
.stretch {height: 400px; float: left;}

#leftmenu {
	float: left;
	width: 120px;
	overflow: hidden;
	position: relative;
	font-family: Arial, sans-serif; font-size: 0.8em;
	border-style: solid; border-width: 2px;	border-color: white;
}
#leftmenu_bg {
	height: 800px; width: 116px; width: 100%;
	position: absolute; z-index: -1;
	background-color: black; opacity: 0.6; filter:alpha(opacity=60);
}

#contents {
	width: 865px;
	left: 10px;
	overflow: hidden;
	position: relative;
	border-style: solid; border-width: 2px; border-color: white;
}
#contents_bg {
	height: 2000px; width: 861px; width: 100%;
	position: absolute; z-index: -1;
	background-color: #5b0000; opacity: 0.6; filter:alpha(opacity=60);
}

#footer {
	margin-top: 10px;
	height: 20px; width: 1000px;
	position: relative;
	font-family: Arial, sans-serif;
	border-style: solid; border-width: 2px; border-color: white; 
}
#footer_bg {
	height: 20px; width: 996px; height: 100%; width: 100%;
	position: absolute; z-index: -1;
	background-color: black; opacity: 0.6; filter:alpha(opacity=60);
}

#leftmenu .level1-no { }
#leftmenu .level1-act { }
#leftmenu .level2-no { margin-left: 10px; }
#leftmenu .level2-act {	margin-left: 10px; }
#leftmenu .level3-no { margin-left: 20px; }
#leftmenu .level3-act {	margin-left: 20px; }


#breadcrumbs a {
	font-weight:normal; font-size: 0.8em;
}
#leftmenu a {
	font-weight:normal;
}
a {
	color:#87cefa;
	color:#ff1010;
	text-decoration:none;
	font-weight:bold;
}
a:link,a:active {
	color:#87cefa;
	color:#ff1010;
}
a:hover {
	color:#fee0c6;
}
a:visited {
}

