/* chornlade.ch CSS  */


body td, p {
	margin: 0px;
	padding: 0px;
}

/* Stile */

.hinweis {
	color: #EE7F00;	
	font-weight: bold;
}

/* zentriertes Layout */

#centerlayer {
	position: absolute;
	height: 600px;
	width: 100%;
	margin-top: -300px;
	margin-left: 0px;
	top: 50%;
	z-index: 2;
	left: 0px;
	background-image: url(../images/layout/chornlade_hintergrund.gif);
	background-position: 0px 165px;
	background-repeat: repeat-x;
}

/* Hauptnavigation */

#hauptnavigation {
	position:absolute;
	/*	left:563px; */
	left:485px;
	top:88px;
	z-index:12;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #C8D200;
	width: 480px;
}

#hauptnavigation a {
	color: #C8D200;
	text-decoration: none;
	margin-right: 14px;
	margin-left: 14px;

}
#hauptnavigation a:hover {
	text-decoration: underline;
}
#hauptnavigation .aktiv {
	color: #669933;
	margin-right: 14px;
	margin-left: 14px;	
}
#facebook {
	position:absolute;
	left:841px;
	top:441px;
	width:90px;
	height:100px;
	z-index:99;
}

/* Unternavigation */

#subnavigation {
	position:absolute;
	left:190px;
	top:16px;
	z-index:10;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
}
#subnavigation a {
	color: #C8D200;
	text-decoration: none;
}
#subnavigation a:hover {
	text-decoration: underline;
}

#subnavigation .aktiv {
	color: #669933;
}

/* aktuell */

#aktuell {
	position:absolute;
	left:719px;
	top:441px;
	z-index:3;
	visibility: hidden;
}
#aktuellText {
	position:absolute;
	left:44px;
	top:449px;
	z-index:10;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 600px;
}
#aktuellText a, #chornladeMain a {
	color: #ee7f00;
	text-decoration: none;
}
#aktuellText a:hover {
	text-decoration: underline;
}

#aktuellText .aktiv {
	color: #ee7f00;
}

/* Inhalt */

#chornladeMain {
	position:absolute;
	left:0px;
	top:165px;
	z-index:11;
	width: 775px;
	height: 250px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#chornladeText {
	position:absolute;
	left:44px;
	top:449px;
	z-index:10;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 600px;
}

#lageplan {
	position:absolute;
	left:55px;
	top:446px;
	z-index:15;
}

/* Layout alle */

#chornladeLogo {
	position:absolute;
	right:583px;
	top:35px;
	z-index:9;
	left: 29px;
	width: 340px;
	height: 67px;
}

#flaeche {
	position:absolute;
	left:0px;
	top:449px;
	z-index:1;
}

/* Adresse */

#adresse {
	position:absolute;
	left:518px;
	top:567px;
	z-index:14;
	color: #C8D200;
	font: 11px/16px Arial, Helvetica, sans-serif;
	width: 440px;
}
#adresse a {
	color: #C8D200;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#adresse a:hover {
	text-decoration: underline;
}

