html, body {
	margin:0;
	padding:0;
	background: url(images/bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6;
	color:#5a5e60;
}



a {
	color:#5a5e60;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#22658b;
}

h2 {
	font-size:14px;
	font-weight:bold;	
}

#wrapper {
	margin: 0 auto 0 auto;
	background: url(images/bg_main.jpg) top center no-repeat;

}

p.align-center {
	text-align:center;
}


ul.haken_ {
	list-style-image:url (images/haken.png);
	}




#site_container {
	margin: 0 auto 0 auto;
	width:842px;

}

#top {
	height:63px;
}

#header_pic {
	width:626px;
	height:231px;
	position:relative;
	left:216px;
	top:0;
	overflow:hidden;
}


#site_container {
	margin: 0 auto 0 auto;
	height:700px;
	
}

#content {
	width:626px;
	float:left;
	
}

#content_main {
	margin:20px;
	
}

#footer{
	margin: 0 auto 0 auto;
	width:1056px;
	height:61px;
	background-repeat: repeat-y;
	background-image:url(images/bg_footer.jpg);
	background-position:center top;
}

#nav-bar {
	width:216px;
	float:left;
}

/* MENU */

ul.menu, ul.menu ul {
    list-style-type: none;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:15px;
	
}

ul.menu li {
	margin-top:15px;
		margin-left:30px;
}

ul.menu a {

    font-weight:normal;
	text-decoration:none;

	


	
}

ul.menu a:hover {
text-decoration:underline;
	
}

#active a {
font-weight:bold;
}

#active{
background: url(images/nav_act.jpg) right no-repeat;
width: 186px;
	padding:0;
}

/*Mail Form*/


fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 0px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
border: 0px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
color:#5a5e60;
}

.mf-check {
border: 0px;
}
.mf-select {
border: 1px solid #C0C0C0;
margin-bottom: 10px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 10px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}

div#languageMenu ul li {
	display:inline;
	padding-left:1em;
	font-size:100%;
	margin:0;
	}
div#languageMenu {
	float: right;
	padding-top:15px;
	padding-right:85px;
	height:15px;
	width:20px;
	}

#languageMenu img{
	border:none;
}

.important {
	color:#F00;
}