html, body {
	background-color: #fff3d2;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border: none;
	font-family: Verdana;
}

/*body { width: 100%; height: 70%; }
html { width: 100%; height: 100% }*/

body { width: 100%; height: 100%; }
html { width: 100%; height: 70% }
/*body { width: 100%; height: 70% !important height: 100%; }
html { width: 100%; height: 100% !important; height: 70%; }*/

* html #page
{
	height: 60%;
}


#intro {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-align:center;
	width: 100%;
	height: 100%;
	border: none;
}

#intro img {
	height: 100%;
	z-index: 0;
	border: none;
	display:block;
	margin:0 auto;
}

#intro a {
	text-decoration: none;
	border: none;
}


#bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	border: none;
}

#bg img {
	top: 0;
	float:right;
	width:100%;
	margin:0;
	padding: 0;
	z-index: 0;
	border: none;
}


#fwslogo {
	position: absolute;
	z-index:1;
 	height: 100%;
	top: 0px;
	margin:0;
	padding: 0;
}

#fwslogo img {
	position: fixed !important;
	position: absolute;
	z-index: 1;
	height: 100%;
	float:left;
	border:0px solid;
	margin:0;
	padding: 0;
	padding-left: 20px;
}

#page {
	position:relative;
	min-height: 100%;
	width: 70%;
	z-index: 2;
	left: 100px;
	padding-top: 18% !important;
	padding-top: 22%;
	margin: 0;

}


#content {
	position:relative;
	z-index: 3;
	margin: 10px;
	padding: 5px 10px 20px 10px;
	font-family: Verdana;
	color: #E13E00;
	text-align: left;
	font-size: 12px;
}

#content a {
	border:none; 
	text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
	font-size: 10px;
    text-align:center;
	color: #942f1d;
}

#footer a {
	text-decoration: none;
	color: #942f1d;
	font-weight: bold;
	border: none;
}


li {
	display: block;
	list-style: none; 
	list-style-type: none;
}

#longtitle {
	font-size: large;
	font-weight: 900;
	font-family: Verdana;
	color: #EF7943;
}


/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}

/*
#Hauptmenu a {
text-decoration:none;
font-size: 20px;
font-weight: bold;
color: #942f1d;
}

#Hauptmenu a:hover {
color: #fff3d2;
}

#Hauptmenu ul li.active a {
color: #d75039;
}
*/

.accordion-menu {
	position:absolute;
	z-index: 3;
	right: 1% !important;
	right: 10px;
	top: 30px;
	text-align: right;
	padding: 0;
	margin: 0;

}
.accordion-menu a.menuitem{
	font-family: Verdana;
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	border: none;
	color: #942f1d;
	display:block;
	width:auto;
 	padding:3px 0 3px 5px;
	margin-bottom: 0 !important;
	margin-bottom: -10px;
}
.accordion-menu ul{
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
.accordion-menu .menuitem:active{
color: #d75039;
}
.accordion-menu a.menuitem:hover{
color: #fff3d2;
}
.accordion-menu ul.submenu{
	border: none;
	width:auto;
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.accordion-menu ul.submenu li{
	border: none;
	display:block;
	width:auto;
	padding: 0;
	margin: 0;
}
.accordion-menu ul.submenu li a{
	border: none;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	color: #942f1d;
	display:block;
	width:auto;
 	padding:3px 0 3px 5px;
	margin-bottom: 0 !important;
	margin-bottom: -10px;
}
.accordion-menu ul.submenu li a:hover{
color: #fff3d2;
}
.activemenu{
	border: none;
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	color: #942f1d;
	color: #d75039;
	display:block;
	width:auto;
	padding:3px 0 3px 5px;
	margin-bottom: 0 !important;
	margin-bottom: -10px;
}
.accordion-menu ul.submenu li a.activemenu{
	border: none;
	color: #d75039;
	display:block;
	width:auto;
 	padding:3px 0 3px 5px;
}
#active-submenuheader{
	display:block;
	width:auto;
 	padding:3px 0 3px 5px;
	margin-bottom: 0 !important;
	margin-bottom: -10px;
}	

fieldset {
	border: none;

}
#ajaxsearch {
	position:absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#ajaxSearch_radio {
	margin:0 0 5px;
	padding: 1px 1px 2px 1px;
}
#ajaxSearch_select {
	background:#FFFFFF;
	height:auto;
	width: 150px;
	font-size:0.8em;
	padding: 3px 1px 2px 1px;
}
#search #ajaxSearch_form, #search form {
position:relative;
width:auto;
margin:0;
padding:0;
}

#ajaxSearch_intro {
margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	background: #FFFFFF;
	font-size: 0.6em;
	padding: 3px 1px 2px 1px;
}

#ajaxSearch_submit {
	display: inline;
/*	height: 22px;
	line-height: 22px;*/
}

#ajaxSearch_output {
  font-size: 90%;
	background-color: #EFEFEF;
	border: 1px solid #6F9303;
	color: black;
  	width: 75%;
	z-index: 1;
	padding: 5px;
	margin: 5px 0 15px 0;
}

.ajaxSearch_paging {
display: block;
margin: 5px 0 10px;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}
