/* @group HTML, Body */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	background-color: #eaf1d0;
	height: 100%;
}
/* @end */

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @group Layout */
div#outer-wrapper {
	margin: 0 auto;
	width: 929px;
}
div#inner-wrapper {
	margin-top: 20px;
	margin-bottom: 0px;
	background: #fff url(../images/borderrightbg.jpg) right top no-repeat;
}
div#inner-wrapper body {
	height: 100%;
}
div#left-coloumn{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	background-color: #fff;
	width: 153px;
	vertical-align: top;
	display: block;
	border: 0px solid #000;
}
div#right-coloumn{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	width: 133px;
	vertical-align: top;
	display: block;
}
#logo{
	margin: 0px 0px 0px 0px;
	width: 153px;
	height: 231px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	vertical-align: top;
}
#adresse{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	width: 153px;
	height: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	vertical-align: top;
	clear: both;
}
#party{
	margin: 0px 0px 0px 0px;
	width: 133px;
	height: 199px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background: url(../images/newsbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#header {
	width: 567px;
	height: 231px;
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a0c518;

}
div#headerbanner {
	width: 563px;
	height: 226px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 2px;
}
#langselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
  	padding: 0px 0px 0px 0px;
 	margin: 10px 0px 0px 0px;
  	vertical-align: top;
	display: block;
  	float: right;
	clear: both;
}
div#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	height: auto !important; /* for modern browsers */
	width: 569px;
	display: block;
	border: 0px solid #000;
	float: left;
}
div#contentinner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 25px 0px 0px 0px;
	height: auto !important;
 	height: 100%;
	display: block;
	margin: 15px 0px 15px 0px;
}
#newsbox{
	padding: 0px;
	background: url(../images/newsbg.jpg) #f8ea4a;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	width: 133px;
	height: auto !important;
	height: 350px;
 	min-height: 350px;
	position: relative;
	overflow:hidden;
}
div#newsbox ul {
	list-style:none;
	padding:5px;
	margin:0;
}
div#newsbox li {
	margin:0;
	padding:4px;
}
div#newsbox a {
	color:#000;
}
div#newsbox a:hover {
	color: #a0c518;
}
div#newsbox p {
	text-align:left;
}
#news-latest-container {		
	color: #000;
	font-size: 11px;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	clear: both;
}
div#credits {
	text-align: center;
	background-color: #a0c518;
	width: 153px;
	height: 37px;
	margin: 15px 0px 0px 0px;
	display: block;
	clear: both;
}
div#creditscontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block;
	clear: both;
}
div#footer {
	width: 929px;
	clear: both;
	background: url(../images/footerbg.jpg) -15px 0 no-repeat;
	margin: 0 auto;
	text-align: center;
        margin-top: -14px;
        *margin-top: 0px;
        _margin-top: 0px;

}

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #666;

}

/* navigation menu */


