/*

	OneByte GmbH
	e-Business & Webdesign

	www.onebyte.ch
	info@onebyte.ch

	Bettina Gloor
	bettina.gloor@onebyte.ch

*/

* {
	margin: 0;
	padding: 0;
	
}

html {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	
}

#page {
	margin: 35px auto 10px auto;
	width:951px;
	text-align: left;
	line-height: 150%;
	color:#666;
	position: relative;
}

/* Elemente Oben */
#navigation {
	width: 951px;
	height:28px;
	background-image:url(../images/styles/navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#navigation ul {
	list-style: none;
}

#navigation li {
	height:29px;
	float:right;
	
}
#navigation a {
	display:block;
	width: 179px;
	font-size: 13px;
	border-left: 3px solid #fff;
	height: 26px;
	line-height: 26px;
	padding-left: 9px;
}

#navigation a:link, #navigation a:visited{
	
	text-decoration: none;
	color:#fff;
}

#navigation a.aktiv , #navigation a:hover, #navigation  a.aktiv:visited {
	font-weight:bold;
	color: #169081;
	background: #EBEBEB;
	background-image: url(../images/styles/navigation_selected.jpg);
	background-repeat:no-repeat;
	
}

/* Layer1 für Angebot */

#Layer1{
	position:absolute;
	left:381px;
	top:26px;
	width:189px;
	z-index:1;
	visibility:hidden;
	background: #ebebeb;
	filter:alpha(opacity=80);
  	opacity:0.8;
	
}
#Layer1 span {border-top: 3px solid #fff; }

#Layer1 a {
	color: #000;
	padding-left:9px; 
	text-decoration:none; 
	height:32px; 
	line-height:32px; 
	width:189px; 
	display:block;
}
#Layer1 a:hover, #Layer1 a.aktiv { 
	color:#169081; 
	padding-left:9px;
	text-decoration:none ;
	height:32px; 
	line-height:32px; 
	width:189px; 
	display:block; 
	background-image:url(../images/styles/navigation_selected.jpg); 
	background-repeat:no-repeat
}

/* Layer2 für Kontakt */
#Layer2{
	position:absolute;
	left:763px;
	top:26px;
	width:189px;
	z-index:1;
	visibility:hidden;
	background: #ebebeb;
	filter:alpha(opacity=80);
  	opacity:0.8;
	
}
#Layer2 span {border-top: 3px solid #fff; }

#Layer2 a {
	color: #000;
	padding-left:9px; 
	text-decoration:none; 
	height:32px; 
	line-height:32px; 
	width:189px; 
	display:block;
}
#Layer2 a:hover, #Layer2 a.aktiv { 
	color:#169081; 
	padding-left:9px;
	text-decoration:none ;
	height:32px; 
	line-height:32px; 
	width:189px; 
	display:block; 
	background-image:url(../images/styles/navigation_selected.jpg); 
	background-repeat:no-repeat
}

#stimmungsbild {
	width: 951px;
	height:228px;
	}

/* Elemente Mitte */
#seitenmitte {
	width: 951px;
	margin-top:66px;
	}
	
	
	
	
/* Subnavigation */

.navtitel {
	display:block; 
	padding-left:9px;
	height:28px; 
	line-height: 28px; 
	background-color:#EBEBEB; 
	border-left:3px solid #169081; 
	font-weight:bold; color:#169081
}

#subnav {
	width: 189px;
	float:left;
}
#subnav ul {
	list-style: none;

}
#subnav ul ul {
	list-style: none;
	padding-left:10px;

}

#subnav li {
	/*height:29px;*/
		border-bottom: 3px solid #EBEBEB;
	border-left:3px solid #EBEBEB;

	
}

#subnav ul ul li {
	/*height:29px;*/
		border-bottom: 0px solid #EBEBEB;
		border-left:0px solid #EBEBEB;

	
}
#subnav a {
	display:block;
	font-size: 11px;
	color:#000000;

}
#subnav ul ul li a {
	display:block;
	font-size: 11px;
	color:#000000;
	font-style:italic;

}

#subnav a:link, #subnav a:visited{
	height: 28px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 28px;

}

#subnav a.aktiv , #subnav a:hover, #subnav  a.aktiv:visited {
	text-decoration: none;
	color: #169081;

}



/*Inhalt*/

#content {
	width: 570px;
	float: right;
	
}

#content ol {
	padding-left: 25px;
}

#content ul {
	padding-left: 20px;
}

.right {
	border: 0;
	padding: 0 0 10px 10px;
}

.left {
	border: 0;
	padding: 0 10px 10px 0;
}

p {padding-top:5px;}

h1 {
	font-size:18px;
	font-weight: bold;
	color:#169081;
	padding-bottom:20px;
	text-transform:uppercase;
}
h2 {
	padding-top: 20px;
	font-size:14px;
	font-weight: bold;
	color:#169081;
	padding-bottom:10px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	color:#169081;
	padding-bottom:10px;
}
h4 {
	padding-top: 20px;
	font-size:14px;
	font-weight: bold;
	color:#169081;
	padding-bottom:10px;
}

/* Links */
a, a:visited {color:#169081;}
a:hover, a:active {color:#169081; text-decoration:underline}


/* Textblöcke */

input, textarea, select {
	font-size: 11px;
	color: #333;
}


/* Link zu OneByte */
#copyright {
	clear: both;
	text-align: left;
	font-size: 10px;
	padding-right:10px;
	padding-top:30px;
	color: #999;
}
#copyright a {
	color: #999;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #666;
	text-decoration: none;
}


