/*----------------- CSS-Standard-Reset Beginn -------------------*/

*{
	padding: 0;
	margin: 0;
}

img, a img {
	border: none;
}
ul, ol {
list-style: none;
}


/*----------------- Layout -------------------*/
#hauptebene {
	position:absolute;
	left:50%;
	top:0px;
	width:1010px;
	height:700px;
	z-index:4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -504px;
}
#kopf {
	position:absolute;
	top:36px;
	width:156px;
	height:320px;
	z-index:10;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#fuss {
	position:absolute;
	top:360px;
	width:156px;
	height:320px;
	z-index:7;
	left: 0px;
	padding-left: 24px;
}
#plan {
	position:absolute;
	top:198px;
	width:446px;
	height:158px;
	z-index:8;
	padding: 0px;
	left: 300px;
}
#plan_yverdon {
	position:absolute;
	top:522px;
	width:446px;
	height:158px;
	z-index:60;
	padding: 0px;
	left: 300px;
}
#angebot {
	position:absolute;
	top:360px;
	width:548px;
	height:308px;
	z-index:9;
	border: 0px none #FFFFFF;
	margin: 0px;
	left: 180px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	color: #000;
	background-color: #F4EEE7;
}
#inhalt {
	position:absolute;
	top:36px;
	width:548px;
	height:308px;
	z-index:6;
	border: 0px none #FFFFFF;
	margin: 0px;
	background-color: #F4EEE7;
	left: 180px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}

#bild {
	position:absolute;
	left:852px;
	top:36px;
	width:158px;
	height:644px;
	z-index:5;
}
.grundtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #7BB235;
	padding-left: 24px;
	text-align: right;
}
.grundtext_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #000;
}
.grundtext_auszeichnung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #0089C3;
}

.zwischentitel_versal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #0089C3;
}
a:visited {
	text-decoration: none;
	color: #A2C029;
}
