/* Alle Stile der Seitenstruktur */
html, body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
}
#container {
	width:948px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CC00;
	border-left-color: #99CC00;
	background-color: #D1E88C;
	margin-bottom: 0px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	background-position: center bottom;
	background-image: url(../images/welle-unten.gif);
	background-repeat: no-repeat;
}
#header {
	position:relative;
	width:950px;
	height:60px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	margin-left:auto;
	margin-right:auto;
}
#home {
	position:relative;
	top:5px;
	left:5px;
	width:270px;
	height:50px;
}
#topnav {
	position:absolute;
	top:35px;
	text-align:right;
	padding-right:10px;
	width:940px;
}
#menu {
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	text-align: left;
	background-color: #99CC00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index:1;
}
#bild {
	position:relative;
	width:950px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align:middle;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#logobottom {
	position:absolute;
	width:950px;
	height:30px;
}
#suedtirol {
	position:absolute;
	width:190px;
	height:200px;
	padding-left:760px;
}
#seite {
	position:relative;
	background-image: url(../images/welle.gif);
	background-repeat: no-repeat;
}
#left {
	width:200px;
	float:left;
	padding-top: 10px;
}
#twocols{
	width:735px; 
	float:right; 
	position:relative;
} 
#right{
	width:200px;
	float:right;
	padding-top: 10px;
} 
#center{
	float: left;
	display: inline;
	position: relative;
	width: 520px;
	padding-top: 10px;
}
#sitemap{
	position: relative;
	padding:3px;
	width:auto;
	padding-left:10px;
	float:left;
}
#copyright {
	position: relative;
	width:190px;
	float:right;
	text-align:right;
	padding-right:5px;
}
#footer {
	margin:0;
	width:950px;
	text-align:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	vertical-align:bottom;
}
.angebotbox {
	width:200px;
	float:left;
	border: 1px solid #336633;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:1px;
	background-color: #E4F1B8;
	position:relative;
}
#ads {
	text-align: center;
}
.leftbox {
	border: 1px solid #336633;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 5px;
	padding:1px;
	background-color: #E4F1B8;
	position:relative;
}
.rightbox {
	border: 1px solid #336633;
	/*border: 1px solid #99CC00;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
	padding:1px;
	background-color: #E4F1B8;
	position:relative;
}
/* *** 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 */