/**
* (C) by Matthias Gally 2008,
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
body {
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:12px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;


	}

table {
	font-family:Arial, sans-serif;
	font-size:12px;
	}
	
#contenter {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	min-height:100%; 
	height:100%;

}

/* for Internet Explorer */
/*\*/
* html #contenter {
height:100%;
}
/**/

#header {
position:fixed;
	left:0;
	width:100%;
	height:108px;
	background-image:url(../img/ammann-header-2.jpg);
	background-repeat:repeat-x;

	}
#header #logo {
	height:108px;
	left:0;
	background-image:url(../img/ammann-header-1.jpg);
	background-repeat:no-repeat;
	float:left;
	width:410px;

	}

#header3 {
	float:right;
	width:161px;
	height:108px;
	background-image:url(../img/ammann-header-3.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:fixed;
	margin-left:0px;
	left:0px;
	margin-top:106px;
	width:146px;
	padding-top:80px;
	_padding-top: 130px;
	background:none;
	BACKGROUND-IMAGE: url(../img/ammann-header-links.jpg); 
	BACKGROUND-REPEAT: no-repeat; 
	z-index:4;
	float:left;

}

#content {
padding-top:106px;
margin-left:250px;
width:600px;

}

#language {
margin-top:80px;
	color:#646464;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding-right:20px;
}
#language a {
	text-decoration:none;
}

.languageoff {
	color:#646464;

}
.languageon {
	color:#000000;

}

* html #header, * html #foot,* html #navigation {
	position:absolute;
}


	
/*Quickfixes 2021*/

.linieunten img{
	max-width: 100%;
	height: auto;
}