html{
	margin:0px;
	padding:0px;
	width:100%;
}
body{
	background: url(../gfx/bg-top.png) #a91713 repeat-x top;
	margin:0px;
	padding:0px;
	width:100%;
	left:0px;
	font-family:arial, verdana, helvetica;
	font-size:8pt;
}
h2 {
	font-size:9pt;
}
strong{
	font-weight:normal;
}
#the_menue{
	position:relative;
	margin-top:20px;
	margin-bottom:-3px;
	height:30px;
	width:100%;
	z-index:5;
}
#the_content{
	width:100%;
	min-width:1000px;
	height:300px;
	background:#EEEEEE;
	margin-left:0px;
	margin-right:0px;
	border-top:#79100d 2px solid;
	border-bottom:#79100d 2px solid;
	background: url(../gfx/inner-bg-top.png) #EEEEEE repeat-x bottom;
}
.tab_container{
	height:17px;
	float:right;
	padding:5px;
	font-family:arial, verdana, helvetica;
	font-size:9pt;
	font-weight:bold;
	border-top:#79100d 2px solid;
	border-left:#79100d 2px solid;
	background: #EEEEEE;
}
.first_menu{

}
.accordion_headings{
	padding:5px;
	background:#a91713;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	padding-top:0px;
	background:transparent;
	width:400px;
	text-align:justify;
	float:left;
}

.header_highlight{
	background:#00CCFF;
}
img.inner{
	float:left;
}
input.text{
	width:200px;
	font-family:arial, verdana, helvetica;
	font-size:8pt;
}
select{
	width:203px;
	font-family:arial, verdana, helvetica;
	font-size:8pt;
}
textarea{
	width:314px;
	font-family:arial, verdana, helvetica;
	font-size:8pt;
}