html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 84% Calibri, Arial, sans-serif, Sans;
	text-align: center;
}

p {
	margin:0 10px 10px;
}

img {
	vertical-align: middle;
	border: none;
}

#header {
	height: 218px; 
	width: 900px;
	background: url('header_bg.png') repeat-x;
}


#muheader {
	height: 187px; 
	width: 900px;
	background: url('header_bg.png') repeat-x;
}


#top {
	clear: both;
	height: 40px;
	background: #ea7122;
	margin: 0 auto;
}

#mutop {
	clear: both;
	height: 5px;
	background: #a0ce30;
	margin: 0 auto;
}


#bal {
	float: left;
	height: 200px;
	width: 230px;
	background: #a0ce30 fixed; 
	position: relative;
}

#bal ul {
	clear: both;
	font-size: 14px;
	font-family: Calibri, "Trebuchet MS", Arial, Sans;
	text-align:center; 
	margin: 0 auto;
	padding: 0px;
}

#bal ul li {
	display: inline;
}

#bal ul a {
	font-weight: bold;
	float: left; 
	width: 230px; 
	text-decoration: none;
	text-shadow: 0px 0px 5px #D7EBA6;
	color: white; 
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #D7EBA6;
	cursor: default;
}

#jobb {
	float: left; 
	height: 200px; 
	width: 670px; 
	background: #a0ce30 no-repeat;
    position: relative;
	color: #A61200;
}

#jobb ul {
	clear: both;
	font-size: 14px;
	font-family: Calibri, "Trebuchet MS", Arial, Sans;
	text-align:center; 
	margin: 0 auto;
	padding: 0px;

}

#jobb ul a {
	font-weight: bold;
	float: left; 
	width: 167px; 
	text-decoration: none;
	text-shadow: 0px 0px 5px #D7EBA6;
	color: white; 
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #D7EBA6;
}

#jobb ul a:hover{
	background: #F0CB31 url('background2.png') repeat-x;
	text-decoration: none; 
	color: #000000;
	text-shadow: 0px 0px 4px #444444;
}

#jobb ul li {
	display: inline;
}

#container {
	width:900px;
	margin:0 auto;
	padding: 8px;
	padding-top: 0px;
	text-align:left;
	background: #a0ce30 url('pagebgX.png') repeat-y; 
}

#content {
	float:right;
	margin-top:5px;
	width:670px;
}

#extra {
	width:220px;
	background: #a0ce30;
	margin: 13px 0px 13px 0px;
	padding: 10px 0px 10px 0px;
}

#extra .cim{
	color: #ffffff;
	text-align:center;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Sans; 
}

#extra .banner {
	color: #ffffff;
	text-align:center;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Sans; 
}

#extra ul{	
	display:none;
	background:  #FFFFFF url('background2.png') repeat-x;
	vertical-align: middle;
	list-style: none;
	margin: 3px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid #888888;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
}

#extra ul li{
	list-style-color: #000000;
	height: 18px;
	margin: 0px 0px;
	padding: 0px 0px 0px 20px;
	color: blue;
}

#extra ul li {
	text-decoration: none;
	color: blue;
}

#extra a {
	text-decoration: none;
}

#extra ul li a:hover {
	color: #FFFFFF;
	background: #A61200;
}


#extra h1 {
	font-family: arial;
    margin: 3px 0px 5px 0px;
	background:  #F0CB31 url('background.png') repeat-x;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 5px;
	border-top: 1px solid #AA9999;
	border-bottom: thin solid #AA9999;
	color: white;
	font-size: 14px; 
	text-align: left;
}

#extra h1:first-letter {
	font-family: times;
	font-size: 140%;
}

#extra h1:hover {
	background:  #FFFFFF url('background2.png') repeat-x;
	text-decoration: none; 
	color: #000000;
	text-shadow: 0px 0px 4px #444444;
}

.hr {
	background:  #a0ce30 url('hr.png') repeat-x;
}

.box, .box2, .box3 {
	width:660px;
	margin: 3px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF url('background.png') repeat-x;
}

.box2 {
	background: #FFFFFF url('background2.png') repeat-x;
}
.box3 {
	background: #FFFFFF url('background3.png') repeat-x;
}
.box .imag p, .box2 .imag p {
	line-height:1.4; 
	padding: 0px 5px 5px 5px;
}

.box .imag .datum p, .box2 .imag .datum p {
	line-height: 1.4; 
	padding: 5px 5px 5px 5px;
	color: #38385C;
	font-weight: bold;
	border-bottom: 1px solid #38385C;
}

.box .imag .datum p:hover, .box2 .imag .datum p:hover {

}

#footer {
	clear:both;
	width: 100%;
	background: #a0ce30;
	color: #FFF
}

#footer p {
	margin:0;
	padding:5px 10px;
	text-align: right;
}

