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

img {
	border: 0;
}
	
/* Main-Container
------------------------------------------------- */

#main {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #868686;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	top: 20px;
	z-index: 1;
	}

/* Top
------------------------------------------------- */
#top {
	position:absolute;
	height: 10px;
	width:1000px;
	background: none;
	top:-16px;
	z-index: 2;
	}

#top #left {
	position:absolute;
	left: 0px;
	z-index: 3;
	letter-spacing: 0.4em;
	text-align: left;
	font-size: 11px;
	color:#000000;
	}
#top #right {
	position:absolute;
	right: 0px;
	z-index: 3;
	letter-spacing: 0.4em;
	text-align: right;
	font-size: 11px;
	color:#000000;
	}
	
/* LOGIN
------------------------------------------------- */
#login {
	position:absolute;
	height: 10px;
	width:1000px;
	background: none;
	top:805px;
	z-index: 2;
	}

#login #left {
	position:absolute;
	left: 0px;
	z-index: 3;
	letter-spacing: 0.4em;
	text-align: left;
	font-size: 11px;
	color:#000000;
	}
#login #left a {
	letter-spacing: 0.2em;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-transform:lowercase;
	}
#login #left a:hover {
	color: #999999;
	}
#login #right {
	position:absolute;
	right: 0px;
	z-index: 3;
	letter-spacing: 0.4em;
	text-align: right;
	font-size: 11px;
	color:#000000;
	}

/* Headergrafiken
------------------------------------------------- */
#header {
	position:absolute;
	height: 225px;
	width:1000px;
	background: #868686;
	top:0px;
	left:0px;
	z-index: 2;
	}

#header #logo {
	position:absolute;
	/*background: #FFFFFF url(pics/tech/logo_02.jpg) no-repeat;*/
	height: 200px;
	width:1000px;
	top:0px;
	left: 0px;
	z-index: 3;
	}
#header #text {
	position:absolute;
	height: 25px;
	top:206px;
	right: 4px;
	z-index: 3;
	letter-spacing: 0.2em;
	text-align: right;
	font-size: 11px;
	color:#FFFFFF;
	}


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



/* NAVI
------------------------------------------------- */
#main #navi {
	position:absolute;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 0px;
	top: 200px;
	background-color:none;
	z-index:3;
	}

#main #navi a {
	float:left;
	color:#FFFFFF;
	letter-spacing: 0.3em;
	text-decoration:none !important;
	font-size:11px;
	padding-top: 0px;
	padding-left:8px;
	padding-right:8px;
	display: block;
	line-height:25px;
	font-weight: bold;
	background-color:none;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	}
	
#main #navi a:hover, #main #navi a:active, #main #navi a:focus, #main #navi a.activeItem {
	color:#868686;
	background-color:#EEEEEE;
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}

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

#expand {
	position: relative;
	top: 240px;
	right: 20px;
	text-align: right;
	z-index:200;
}

	
/* FOOTER
------------------------------------------------- */
#footer {
	background: #868686;
	position: absolute;
	overflow:auto;
	top: 775px;
	left: 0px;
	width: 1000px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	border-top: 0px solid #868686;
	z-index: 5;
}
#footer #text {
	position: relative;
	top: 6px;
	left: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.2em;
}


/* Content
------------------------------------------------- */
#content {
	background: none;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 1000px;
	height: 575px;
	text-align: left;
	z-index: 5;
}

#content #text {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 980px;
	height: 550px;
	text-align: left;
	z-index: 5;
}
#home_background {
	background: #FFFFFF url(pics/bleistift.jpg) no-repeat;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 1000px;
	height: 575px;
	text-align: left;
	z-index: 4;
}

#content-left {
	background: #FFFFFF;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 700px;
	height: 575px;
	text-align: left;
	z-index: 5;
}
#content-left #text {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 680px;
	height: 550px;
	text-align: left;
	z-index: 5;
}

#content-right {
	background: #FFFFFF;
	position: absolute;
	top: 225px;
	right: 0px;
	width: 280px;
	height: 575px;
	text-align: left;
	z-index: 5;
}
#content-right #text {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 260px;
	height: 550px;
	text-align: left;
	z-index: 5;
}
#content-right #text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #2E6493;
	text-decoration: none !important;
}

#content #textscroll {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 700px;
	height: 520px;
	text-align: left;
	z-index: 5;
	overflow: hidden;	/* wird für scroolbar funktionalität benötigt */
}
#content #contenttable{
	border: 0px;
}
#content .titel, #content-left .titel , #content-right .titel {
	font-size: 12px;
	font-weight: bold;
	
}

/* Members Content
------------------------------------------------- */

#members-content-left {
	background: #FFFFFF;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 100px;
	height: 550px;
	text-align: left;
	z-index: 5;
	border-right:solid #999999 1px;
}
#members-content-left #text {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 80px;
	height: 520px;
	text-align: left;
	z-index: 5;
}

#members-content-left #text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	text-decoration:
	color: #000000;
	text-decoration: none !important;
	float:left;
	line-height:30px;
}



#members-content-right {
	background: #FFFFFF;
	position: absolute;
	top: 225px;
	right: 0px;
	width: 900px;
	height: 550px;
	text-align: left;
	z-index: 5;
}

#members-content-right #text {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 10px;
	width: 880px;
	height: 520px;
	text-align: left;
	z-index: 5;
}

#members-content-right #text #loginform {
	position: relative;
	overflow:auto;
	top: 20px;
	left: 20px;
	text-align: left;
	z-index: 5;
}


#memberscontent-left .titel , #members-content-right .titel {
	font-size: 12px;
	font-weight: bold;
	
}

/* Gallery
------------------------------------------------- */

#gallery {
	background: #FFFFFF;
	position: absolute;
	overflow:auto;
	top: 250px;
	left: 10px;
	width: 800px;
	height: 550px;
	text-align: left;
	z-index: 5;
}

#gallery img {
	border: 5px solid #FFFFFF;
	}	
#gallerynav {
	background: #FFFFFF;
	position: absolute;
	overflow:auto;
	z-index: 5;
	top: 260px;
	right: 5px;
	width: 150px;
	height: 540px;
	text-align: left;
}

#gallerynav 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;
	
	
	/*float:left;
	color:#868686;
	letter-spacing: 0.3em;
	text-decoration:none !important;
	font-size:11px;
	display: block;
	line-height:25px;
	width: 200px;
	font-weight: bold;
	background-color:none;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;*/
	}
	
#gallerynav a:hover, #gallerynav a:active, #gallerynav a:focus, #gallerynav a.activeItem {
	color:#868686;
	background-color:#EEEEEE;
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
	}


/* SIDEBAR
------------------------------------------------- */

#sidebar {
	background: #FFFFFF;
	position: absolute;
	width: 300px;
	height: 550px;
	right: 0px;
	top: 225px;
}
#sidebar #bilder {
	background: none;
	position: relative;
	width: 300px;
	height: 550px;
	top: 50px;
	right: 0px;
	z-index:5;
}


/* 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: uppercase;
	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;
}

td.anlassjahr {
	height:15px;
	background: #CCCCCC;
	font-weight: bold;
	}

p {
	font-size: 12px;
}

.red {
	color: #FF0000;
}
.code {
	position: relative;
	top:-36px;
	left: 120px;
}
.codefalsch {
	position: relative;
	top:-36px;
	left: 120px;
	color: #FF0000;
}
img.imgcode {
	position:relative;
	top: 4px;
}
img.imgmail {
	position:relative;
	top: 2px;
}


/* HIGHTSLIDE
------------------------------------------------- */

.highslide {
	cursor: url(pics/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
	border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: none;

}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

/* dyn. Kalender
------------------------------------------------- */

/*#main-c .dynCalendar {
	background-color: #cccccc;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	z-index:2;
	top: 10px;
	left: 10px;
}*/
#dynCalendarLayer1 {
	background-color: #cccccc;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	z-index:1;
}

#dynCalendarLayer2 {
	background-color: #cccccc;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	z-index:1;
}

.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #cccccc;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}
.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	border: 0px solid #eeeeee;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	display: block;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 0px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}
.dynCalendar table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8px;
	top: 0px;
	left: 0px;
	}
.dynCalendar a:hover {
	background-color: #cccccc;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	display: block;
	}
	
	/* HINTBOX
***************************************/
#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #66CCFF;
	width: 150px; /*Default width of hint.*/ 
	padding: 0px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	visibility: hidden;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	margin: 3px 8px;
}
.hintanchor_adr { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	margin: 0px;
}