/**
* (C) by Andreas Zeman 2007,
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	
	}
	
body {
	background:none;
	font-family:verdana, arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background: #000 url(../img/page_bkg.gif) repeat-y center;
	}

#contenter {
	margin:0px auto 0px auto;
	padding:0px;
	width:780px;
	text-align:left;
	min-height:100%; 
	height:auto !important;
	overflow:hidden; /* important */
}

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/
	
#header {
	height:150px;
	background: url(../img/header.png) no-repeat top left; 
	_background: url(../img/headerneu.gif) no-repeat top left; 
	}
	
#header #logo {
	background: url(../img/logo.png) no-repeat top right; 
	_background: url(../img/logoneu.gif) no-repeat top right; 
	margin:0px;
	padding:0px;
	}
	
#navi {
	float:left;
	position:relative; /* for menu.css */
	top:12px;
	left:0px; /* 209-140 */
	width:800px;
	height:30px;
	z-index:100; /* for menu.css */
	background: url(../img/links_bkg.gif) repeat-x top left; 

	}

#menu {
	float:left;
	height:30px;
	}
	
#lang {
	float:left;
	width:65px;
	height:20px;
	background-image:url(../img/lang_back.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	line-height:20px;
	}	

#title {
	clear:both; /* end float */
	overflow:hidden;
	padding:0px;
	border:0px;
	background: url(../img/sidebar_bkg.gif) repeat-x top left #EBEBEB;

	}
	
#sidebar {
	width:180px;
	position:relative; /* for menu.css */
	padding:16px 0 36px 0;
	margin:0 0 30px 0;
	top:12px;
	left:0px; /* 209-140 */
	float:left;
	background: url(../img/sidebar_bkg.gif) repeat-x top left #EBEBEB;
	overflow:hidden; /* important */
}

#sidebar2 {
	width:180px;
	position:relative; /* for menu.css */
	padding:16px 0 36px 0;
	margin:0 0 30px 0;
	top:12px;
	left:0px; /* 209-140 */
	float:right;
	min-height:386px; 
	background: url(../img/sidebar_bkg.gif) repeat-x top left #EBEBEB;
	overflow:hidden; /* important */
}

.newsPost {
	background: url(../img/newsHead_bkg.gif) no-repeat top left #f9f9f9;
	margin: 0;
	padding: 0;
	}

.newsFooter {
	background: url(../img/newsBottom_bkg.gif) no-repeat top left #f9f9f9;
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#content2 {
	float:center;
	padding:0px 0px 30px 0px;
	margin:40px 25px 30px 205px;
	line-height:1.5;	
	min-height:398px; 
	height:auto;
	width:370px;
}

		
#content {
	float:left;
	padding:0px 0px 30px 0px;
	margin:0 0 30px 30px;
	_margin:20px 0 30px 30px;
	line-height:1.5;	
	min-height:420px; 
	height:auto;
	background: url(../img/sidebar_bkg.gif) repeat-x top left #EBEBEB;
	width:570px;
	}
	
/* for Internet Explorer */
/*\*/
* html #content {
	height:100%;
	}
/**/	

#footer {
	clear:both;
	overflow:hidden;	
	text-align:left;
	padding:0px 10px 0px 20px;
	width:780px;
	font-size:10px;
	background: url(../img/sidebar_bkg.gif) repeat-x top left #EBEBEB;

	}
#footer p {
	margin:0px;
	padding: 10px 0; 
	font-size:11px;
	}

	

