
/* ----------------------------------------------------------------
	www.raetikon.ch Standard CSS
	Autor: Mario Luginbühl
	Version: 27.1.2009
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	text-align: center;
}

img {
	border: 0;
}

	
/* Main-Container
------------------------------------------------- */

#main {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 1020px;
	height: 631px;
	margin: 0 auto;
	top: 30px;
	z-index: 1;
	}


/* Scrollfunktionalität
------------------------------------------------- */
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 514px;
  position: absolute;
  top: 20px; left: 878px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 30px;
  background-color: #CCC;
}

	
/* Content
------------------------------------------------- */
#main #content {
	background: #FFFFFF;
	position: absolute;
	/*overflow:auto;*/
	top: 0px;
	left: 0px;
	width: 905px;
	height: 563px;
	/*width: 900px;
	height: 556px;*/
	text-align: left;
	border-right: 1px solid #CCCCCC;
	z-index: 2;
}

#main #content #picinfobutton {
	position:absolute;
	background: none;
	height: 14px;
	width: 40px;
	top: 5px;/*top: 535px;*/
	left: 5px;
	z-index: 4;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	/*opacity:.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;*/
	}

#main #content #picinfo {
	position:absolute;
	background: #FFFFFF;
	overflow:auto; /** wenn das eingeschatet ist, dann gibts bei zulangen Texten einen Scrollbalken, dafür muss die Höhe des Elements definiert werden.
						wenn ausgeschalten , passt sich die Höhe des Elements automatisch an	 */
	width: 750px;
	/*height: 464px;*/
	height: 554px;
	top:0px;
	right: 6px;
	z-index: 3;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	}
#main #content #picinfo #text {
	position:relative;
	top: 25px;
	left: 10px;
	width:730px;	
	}

#main #content #infobutton {
	position:absolute;
	background: none;
	height: 14px;
	width: 40px;
	top: 5px;/*top: 535px;*/
	right: 28px;
	z-index: 4;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	/*opacity:.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;*/
	}

#main #content #info {
	position:absolute;
	background: #FFFFFF;
	overflow:auto; /** wenn das eingeschatet ist, dann gibts bei zulangen Texten einen Scrollbalken, dafür muss die Höhe des Elements definiert werden.
						wenn ausgeschalten , passt sich die Höhe des Elements automatisch an	 */
	width: 750px;
	/*height: 464px;*/
	height: 554px;
	top:0px;
	right: 6px;
	z-index: 3;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	}
#main #content #info #text {
	position:relative;
	top: 25px;
	left: 10px;
	width:730px;	
	}	
#main #content #info #text .titel {
	font-size: 12px;
	font-weight: bold;	
	}
#main #content #home {
	position:absolute;
	background: #FFFFFF;
	overflow:auto;
	width: 900px;
	height: 150px;
	top:0px;
	left: 0px;
	z-index: 3;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	}
#main #content #home #text {
	position:relative;
	top: 10px;
	left: 10px;
	width:880px;	
	}	
#main #content #home #text .titel {
	font-size: 12px;
	font-weight: bold;	
	}

#main #content #full {
	position:absolute;
	background: #C1C1C1;
	width: 898px;
	height: 554px;
	top:0px;
	left: 0px;
	z-index: 3;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	}
#main #content #full #textscroll {
	position:absolute;
	background: none;
	top: 20px;
	left: 20px;
	width:848px;
	height: 514px;
	overflow: hidden;	/* wird für scroolbar funktionalität benötigt */
	}


#main #content #full #gallery {
	position:relative;
	background: none;
	top: 20px;
	left: 20px;
	width:848px;
	}

#main #content #full #gallery img {
	border: 6px solid #C1C1C1;
	}	

#main #content #full #text .titel {
	font-size: 12px;
	font-weight: bold;	
	}
	
/* BOTTOM
------------------------------------------------- */
#main #bottom {
	position:absolute;
	background: #FFFFFF;
	height: 75px;
	width: 900px;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	text-align: left;
	letter-spacing: 0.4em;
	font-weight: bold;
	}	

/* LOGO
------------------------------------------------- */
#main #bottom #logo {
	position:absolute;
	background: none;
	top: 0px;
	left: 0px;
	z-index: 3;
	text-align: left;
	letter-spacing: 0.4em;
	font-weight: bold;
	}	

/* NAVI Bottom
------------------------------------------------- */
#main #bottom #navi {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	right: 0px;
	top: 0px;
	background-color:none;
	z-index:4;
	
	/** nachher wieder entfernen*/
	width: 500px;
	height: 25px;
	}

#main #bottom #navi a {
	display: block;
	float:right;
	text-decoration:none !important;
	font-size:11px;
	font-weight: bold;
	/*color:#000000;*/
	letter-spacing: 0.2em;
	padding-top: 0px;
	padding-left:8px;
	padding-right:8px;
	line-height:25px;
	background-color:none;
	border-right: 1px solid #CCCCCC;
	}
	
#main #bottom #navi a:hover, #main #bottom #navi a:active, #main #bottom #navi a:focus, #main #bottom #navi a.activeItem {
	color:#000000;
	background-color:#EEEEEE;
	}

#main #bottom #navi a.hl {
	background: #FFFFFF;
	/*color: #868686;
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;*/
	}

/*  Right
------------------------------------------------- */
#main #right {
	position:absolute;
	margin:0px;
	right: 0px;
	top: 0px;
	background-color:#FFFFFF;
	z-index:3;
	width: 120px;
	height: 629px;
	text-align: left;
	}
	
/*  NAVI Right
------------------------------------------------- */
#main #right #navi {
	position:absolute;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	right: 0px;
	top: 0px;
	background-color:#FFFFFF;
	z-index:3;
	text-align: left;
	}
#main #right #navi a {
	display: block;
	text-decoration:none !important;
	font-size:11px;
	font-weight: bold;
	/*color:#676767;*/
	letter-spacing: 0.2em;
	padding-top: 0px;
	padding-left:8px;
	padding-right:8px;
	line-height:25px;
	background-color:none;
	border-bottom: 1px solid #CCCCCC;
/*	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
*/
	}
	
#main #right #navi a:hover, #main #right #navi a:active, #main #right #navi a:focus, #main #right #navi a.activeItem {
	color:#000000;
	background-color:#EEEEEE;
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}

#main #right #navi a.hl {
	background: #EEEEEE;
	/*color: #868686;*/
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}
	
/*  NAVI PHOTO
------------------------------------------------- */
#main #right #navigallery {
	position:absolute;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	right: 0px;
	top: 300px;
	background-color:#FFFFFF;
	z-index:3;
	text-align: left;
	}
#main #right #navigallery a {
	display: block;
	text-decoration:none !important;
	font-size:11px;
	font-weight: bold;
	/*color:#676767;*/
	letter-spacing: 0.2em;
	padding-top: 0px;
	padding-left:8px;
	padding-right:8px;
	line-height:25px;
	background-color:none;
	border-bottom: 1px solid #CCCCCC;
/*	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
*/
	}
	
#main #right #navigallery a:hover, #main #right #navigallery a:active, #main #right #navigallery a:focus, #main #right #navigallery a.activeItem {
	color:#000000;
	background-color:#EEEEEE;
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}

#main #right #navigallery a.hl {
	background: #EEEEEE;
	/*color: #868686;*/
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}


/* Textformatierung
------------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none !important;
}

a:hover {
	/*background: #FFEAAA;*/
	color: #999999;
}

h2, h3, h4 {
	color: #000000;
	text-transform: uppercase;
	/*width: 450px;*/
	letter-spacing: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	position:relative;
	left: 10px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:10px;
}

h3 {
	font-size: 10px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-size: 12px;
}
/* Spacer */
p.space {
	font-size: 12px;
	padding-top:10px;
}
p.px8 {
	font-size: 8px;
	}
p.tx9 {
	padding-left:12px;
	font-size: 9px;
	margin: 0 auto;
	padding-top:0px;
	}
	
p.px9red {
    font-size: 9px;
	color: #CC0000;
	}
.red {
	color: #FF0000;
	}
		
