*, * html
{
	padding:0;
	margin:0;
}
ul {
	padding-left: 40px;
}
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #ddeae6;
	background-repeat: no-repeat;
	/*background-attachment: fixed; */
	color: #25775e;
}
table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
}

a
{
	color: #25775e;
	text-decoration: none;
}
a:hover, a.selected
{
	font-weight: bold;
}
h1 {
	font-size: 28px;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
/*
p {
	margin-top: 12px;
}
*/
img {
	border: none;
}
.cmslinks {
	clear: both;
	float: right; 
	margin-top: -26px;
	color: black;
	font-size: 11px;
	margin-bottom: 3px;
}
.cmslinks a {
	color: black;
}

.warning
{
	color: red;
}

#wrapper
{
	width: 775px;
	position: absolute;
	/*
	left: 50%;
	margin-left:-388px;
	*/
	/*background-color: #ffffff;*/
	/*
	margin-top:8px;
	*/
	/*padding:8px;*/
}
#header
{
	margin-top: 65px;
	width:775px;
	font-size: 14px;
}


/*styles for intropages*/
#wrapper.intro
{
	height:521px;
	
}
#left_column
{
	width: 145px;
	float: left;
}
#left_column .selected, #left_column a:hover {
	font-weight: bold;
}
#left_column img
{
	border: 0;
}
#left_column ul
{
	padding: 0;
	padding-bottom: 5px;	
	width: 122px;
	list-style: none;

}
#left_column li.selected {
	font-weight: bold;
}
#left_column ul ul {
	width: 112px;
}
#left_column ul li {
	margin-top: 10px;
	margin-left: 12px;
	color: #25775e;
	border-bottom: 1px solid #25775e;
}
#left_column ul li.empty {
	margin-top: 0px;
	border-bottom: 0;
}
#left_column ul ul li {
	font-size: 11px;
	border: 0;
	margin-top: 4px;
}
#left_column ul li.first {
	margin-top: 7px;
}
#left_column ul li a
{
	color: #25775e;
	text-decoration:none;
}
#left_column ul li .cmslinks a
{
	color: black;
	font-weight: bold;
}
#center_column, #center_column_txt
{
	/*border-top: 8px solid #f60;*/
	float: left;
	padding: 0;
	margin: 0;
	/*padding:5px;*/
	/*background-color: #fff;*/
}
#center_column {
	width: 430px;
}
#center_column_txt {
	width: 548px;
}
#minimum_height
{
	float: right;
	width: 1px;
	height: 320px;
	/*border: 5px solid black;*/
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#right_column
{
	width:136px;	
	float:left;	
	padding-top:8px;
	padding-left:8px;
	/*color:#000;*/
	font-size:0.88em;

}

#right_column a
{
	/*color:#000;*/
}

#page_titel {
	clear: both; 
	color: #1b7157; 
	margin-left: 142px; 
	padding-top: 46px; 
	font-size: 28px; 
	font-weight: bolder;
}

#content
{
	clear: both;
	margin-top: 30px;
	margin-bottom:8px;
}
h1 {
	font-size: 28px;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
#header img
{
	margin-top:10px;
	width:764px;
}

#footer {
	clear: both;
	width: 775px;
	text-align: center;
	padding-top: 10px;
}
.paging {
	font-size: 15px;
	text-align: center;
}

 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
	height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */

.menulist, .menulist  ul {
	padding: 0;
	list-style: none;
	color: white;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 15px;
 /*width: 150px;*/
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 160px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

.menulist li {
 float: left;
 position: relative;
 background: #1b7157;
 padding: 3px;
 /*padding-left: 12px;*/
 z-index:10;
}
/*only first li has no padding
*/
#first_item
{
	padding-left: 0;
}
/*
#menulist_first
{
	padding-left: 12px;
}
*/
.arrow 
{
	/*background-image: url(../../images/arrow_down.gif) !important ;*/
	background-repeat: no-repeat !important;	
	background-position: right 12px !important;	
	height:21px;
}
.arrow a
{
	/* text-decoration: none;*/
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 	float: none;
 	background-color: #666aaa;
 	/*width:150px;*/
	/*
	padding-bottom:2px;
	padding-top:2px;
	padding-left:5px;
	*/
	color: White;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 	/*display: block;*/
	color: white;
	font-weight: bold;
 	font-size: 0.83em;
	text-decoration: none;
}
.menulist a:hover, .menulist a.selected {
	 color: #ddeae6;
}
.menulist ul li a
{
	/*font-size:11px;*/
	font-size: 0.83em;
	/*background-image:none !important;*/
	color: white;
	/*
	width:145px;
	*/
	padding-left:0;
	/*
	border-bottom: 1px solid #999aaa;
	background-repeat: no-repeat;
	*/
	text-decoration: none;	
  
}
.menulist ul li a:hover
{
	background-color:#bbddee;
	color:#666aaa;

	  
}

.menulist ul li a.highlighted:hover {
 color: #999aaa;
 background-color: #fffaaa;
 /*background-image: url(../../images/arrow_grey.gif)!important;*/
 background-position: right;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;

}
.menulist ul a .subind {
 display:  block;
 float: right;


}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
background-position:0px 10px;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
 
 /* start ** NEWS SECTION *********/

#first_newsitem {
	margin-top: 0;
}
div.newsitem {
	margin-top: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #25775e;
 }

.news_hdr {
	font-size: 16px;
	font-weight: bold;
}
.readmore, .back {
	float: right;
 }
 .back {
	margin-top: 8px;
 }
 .newsfoto {
	margin-top: 8px;
	float: right;
 }
/* end ** NEWS SECTION **********/