html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/bg_1.png) no-repeat center center #feead3;
	background-size: auto 100%;
	overflow:hidden;
}

body {
	top:0;
	height:100%;
	width:100%;
	margin: 0;
	padding:0;
	text-align:left; 
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#532f12;
	line-height:1.5em;
}

div.titel {
  position: absolute;
  left: 0px;
  top: 10px;
  widht: 950px;
  margin-left: 216px;
  height: 60px;
  float: right;  
}

div.logo {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 270px;
  margin-left: 115px;
  height: 60px;
  float: right;
}

a:link{ color: #532f12; }

a:visited{ color: #532f12; }

a:hover, a:focus{ color: #FF9814;	text-decoration:none; }

h1, h2, h3{ color: #532f12; margin-bottom:0.5em; margin-top:0px; font-weight: bold;}

h1{ font-size:22px;
    margin-top:2px;
}
h2{ font-size:16px;}
h3{ font-size:13px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

div.center {
  top:50%;
  margin-top:-233px;
  margin-bottom: auto;
  height:446px;
  width:100%;
  position:absolute;
}

div.container {
	display:block; 
	position:relative;
	padding:0;
	width:100%;
	height:100%;
	top:0px;
	border:solid #f39325;
	border-width:3px 0 3px 0;
	background-color: #feead3;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	z-index:10;
}

div.content1{
	position:relative;
	width: 800px;
	left:218px;
	margin:0 0 0 0px;
	padding:0px 0;
	top:65px;
	height:440px;
	z-index:150;
}

div.menuextention{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width:1018px;
  top:50%;
  margin-top:233px;
  height:20px;
  z-index:100;
	text-align:center;
}

div.content{
  padding-right:20px;
}

div.mainframe{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width:1018px;
  top:3px;
  height:440px;
  z-index:100;
}

