@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;	
	background: #474747 url(../images/body_bg.jpg) repeat-x top;
	color: #ffffff;
	font-family: Arial;
}

.clearer {
	clear: both;
}	

#center {
	margin: 0 auto;
	width: 990px;
	background: #ffffff;	
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 990px;
	height: 134px;
}

#topmenu {
	background: url(../images/bg_top_menu.jpg) repeat-x;
	width: 990px;
	height: 57px;
	font-size: 14px;
	font-weight: bold;	
}

#topmenu ul {
	padding: 18px 0 0 0;
	margin: 0;
	list-style-type: none;	
}

#topmenu ul li {
	padding: 0 0 0 26px;
	margin: 0;
	list-style-type: 0;
	float: left;	
}

#topmenu ul li a{
	color: #ffffff;
	text-decoration: none;	
}

#topmenu ul li a:hover, #topmenu ul li.active a {
	color: #ecd040;
	text-decoration: none;	
}

#content_container {
	width: 990px;	
}

#content_menu {
	width: 300px;	
	float: left;
	font-size: 18px;
	margin: 25px 0 0 26px;
}

#content_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content_menu ul li {
	margin: 0;
	list-style-type: none;
	padding: 0;	
}

#content_menu ul li a{
	display: block;
	width: 225px;
	height: 33px;
	background: #b0b0b0 url(../images/baum_menu_hover.jpg) left no-repeat;
	padding: 10px 0 0 75px;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;	
}

#content_menu ul li a.first {
	border: none;	
}

#content_menu ul li a:hover, #content_menu ul li.active a {
	background: #024f3d url(../images/baum_menu_hover2.jpg) left no-repeat;
	color: #ecd040;	
}

#content {
	width: 610px;	
	float: left;
	margin: 25px 0 0 20px;
	color: #000000;
	font-size: 12px;
}

#content h2 {
	padding: 0 0 10px;
	margin: 0;	
	font-size: 20px;
}

#content ul.actions {
    display: none; 
}

#content dt.article-info-term {
    display: none;  
}

#content dd.published {
    color: #d5d8d6;
    text-align: right;
}

#content span.jicons-icons {
    display: none;  
}

#content .contact h3 {
    display: none;  
}

#content address {
    font-size: 13px;
    font-style: normal;     
}

#content fieldset {
    border: none; 
    padding: 0;
    margin: 0;  
}

#content fieldset legend{
    margin: 0;
    padding: 0 0 15px 0;
    color: #d5d8d6; 
}

#content dt {
    float: left;
    width: 100px;
    height: 14px;
    font-size: 14px;
}

#content dl{
    clear: both;    
}

#content dd button {
    border: 1px solid #d5d8d6;
    background: #ffffff;
}

#footer {
	margin: 20px 0 0 0;
	widht: 990px;
	height: 30px;
	background: #686868;
	font-size: 12px;	
}

#footer ul {
	margin: 0;
	padding: 7px 0 0 25px;
	list-stysle-type: none;	
}

#footer ul li {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
	list-style-type: none;	
}

#footer ul li a {
	color: #ffffff;
	text-decoration: underline;	
}
	
#footer ul li a:hover, #footer ul li.active a {
	color: #ecd040;
}