@charset "utf-8";
/* CSS Document */

	/* wasserchraft-generell.css */

	/***********************************
		Generell
	************************************/

	* {
		padding:0;
		margin:0;
	}
	
	body {
		font:0.8em/1.3 Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		overflow-y:scroll;
		width: 100%;
		height: 100%;
	}

	/***********************************
		Titles
	************************************/
	
	h1 {
		display:none;
	}
	
	h2 {
		padding-left:10px;
		font-size:21px;
		padding-bottom: 10px;
	}
	
	h2 span {
		
	}
	
	h3 {
		display:none;
	}
	
	h4 {
		display:none;
	}
	
	/***********************************
		Links
	************************************/
	
	a {
		outline:none;
	}
	
	a, a:visited {
		color:#949494;
		text-decoration:none;
	}
	
	a:active, a:hover {
		color:#000;
	}
	
	.grey {
		color: #949494;
	}
	
	/***********************************
		Miscellaneous
	************************************/
	
	.float-left {
		float:left;
	}
	
	.float-right {
		float:right;
	}
	
	.clear { 
		clear:both; 
		height:0; 
		width:0; 
		line-height:0; 
		font-size:0; 
	}
	
	.cursor {
		cursor:pointer;
	}
	
	/***********************************
		Containers
	************************************/
	
	div#main-container {
		width:910px;
		height:100%;
		margin:0 auto;
		padding-top:20px;
	}
	
	/* Content */
	
	div#container-content {
		margin-top:90px;
		padding-top: 10px;
		width:910px;
		height:175px;
		background:url(../files/img/layout/wasserchraft-bg-content.gif) no-repeat top right;
	}
	
	div#left-content {
		float:left;
		width:189px;
		padding-bottom: 200px;
	}
	
	div#middle-content {
		float:left;
		width:500px;
		margin-left:31px;
		margin-top:4px;
	}
	
	div#rafting-angebot-container {
		width:490px;
		padding-bottom: 140px;
	}
	
	div.rafting-angebot-content {
		float:left;
		width:149px;
		margin-top:4px;
		padding-right: 13px;
	}
	
	div#middle-content-kontakt {
		float:left;
		width:600px;
		margin-left:40px;
		margin-top:4px;
		padding-bottom: 100px;
	}
	
	div#middle-content-fotos {
		float:left;
		width:620px;
		margin-left:40px;
		margin-top:4px;
	}
	
	div.fotos-row {
		width: 100%;
		height: 110px;
		float: right;
		border-bottom: 1px dotted #CCC;
		margin: 10px 0 5px 0;
	}
	
	div.team-row {
		width: 100%;
		height: 80px;
		float: right;
		margin: 10px 0 5px 0;
	}
	
	div.foto-float-left {
		margin-right: 14px;
		float:left;
	}
	
	div#right-content {
		float:right;
		width:132px;
		margin-top:24px;
	}
	
	/* Header */
	
	div#header {
		width:910px;
		height:37px;
		
	}
	
	div#header-sprache-bg {
		width:516px;
		height:26px;
		/*background:url(../files/img/layout/wasserchraft-checked-bg.gif) repeat;*/
		margin-top: 10px;
	}
	
	div#header-sprache {
		width:80px;
		height:18px;
		background-color:#FFF;
		margin-left:20px;
		margin-top:10px;
	}
	
	div#header-sprache a {
		margin-left:20px;		
	}
	
	div#header-logo {
		
		width:382px;
		height:37px;
		background:url(../files/img/layout/wasserchraft-logo.gif) no-repeat;
		margin-right: 5px;
	}
	
	/* Banner */
	
	
	div#banner.b-big {
		width:910px;
		height:439px;
	}
	div#banner.b-small {
		width:910px;
		height:200px;
	}
	div#banner.b-big div,
	div#banner.b-small div {
		width:100%;
		height:100%;
	}

	div#banner-ueber-uns-gross {
		background:url(../files/img/layout/information/wasserchraft-information-g.jpg) top no-repeat;
	}
	
	div#banner-team-gross {
		background:url(../files/img/layout/information/wasserchraft-team-g.jpg) top no-repeat;
	}
	
	div#banner-rhein-gross {
		background:url(../files/img/layout/information/wasserchraft-rhein-g.jpg) top no-repeat;
	}
	
	div#banner-sicherheit-gross {
		background:url(../files/img/layout/information/wasserchraft-sicherheit-g.jpg) top no-repeat;
	}
	
	div#banner-agb-gross {
		background:url(../files/img/layout/information/wasserchraft-information-g.jpg) top no-repeat;
	}
	
	div#banner-rafting-gross {
		background:url(../files/img/layout/angebote/wasserchraft-rafting-g.jpg) top no-repeat;
	}
	
	div#banner-funyak-gross {
		background:url(../files/img/layout/angebote/wasserchraft-funyak-g.jpg) top no-repeat;
	}
	
	div#banner-kayak-gross {
		background:url(../files/img/layout/angebote/wasserchraft-kayak-g.jpg) top no-repeat;
	}
	
	div#banner-kontakt-gross {
		background:url(../files/img/layout/kontakt/wasserchraft-kontakt-g.jpg) top no-repeat;
	}
	
	div#banner-gallery-gross {
		background:url(../files/img/layout/gallery/wasserchraft-gallery-g.jpg) top no-repeat;
	}
	
	div#banner-nav-small {
		position:absolute;
		width:240px!important;
		height:50px!important;
		margin-top:20px;
		margin-left: 21px;
	}
	
	div#banner-nav-small a, div#banner-nav-small a-hi {
		color:#FFF;
		text-decoration:none;
	}
	
	div#banner-nav-small a-hi, div#banner-nav-small a:hover {
		color:#FFF;
		text-decoration:underline;
	}
	
	div#banner-navigation {
		margin-top:-35px;
	}
	
	div#banner-navigation a {
		display:block;
		position:absolute;
		
	}
	
	div#banner-navigation a span {
		display:none;
	}
	
	/* Adresse */
	
	div#adresse {
		width:187px;
		height:156px;
		border:1px solid #D6D6D6;
		font-size:12px;
		top: 590px;
		font:1.0em/1.1 Verdana, Arial, Helvetica, sans-serif;
	}
	
	div#adresse-kontakt {
		margin-top:160px;
		width:187px;
		height:156px;
		border:1px solid #D6D6D6;
		top: 430px;
		font:1.0em/1.1 Verdana, Arial, Helvetica, sans-serif;
	}
	
	div#adresse-raster {
		background:url(../files/img/layout/wasserchraft-checked-bg.gif) repeat;
		width:20px;
		height:154px;
		border:1px solid #fff;
		float:right;
	}
	
	div#adresse-raster-kontakt {
		background:url(../files/img/layout/wasserchraft-checked-bg.gif) repeat;
		width:20px;
		height:154px;
		border:1px solid #fff;
		float:right;
	}
	
	div#adresse-brief-icon {
		background:url(../files/img/layout/brief-icon.gif) no-repeat;
		width:11px;
		height:7px;
		margin:5px 0 0 5px;
	}
	
	div#adresse-text {
		margin:6px;
		float:left;
	}
	
	/* Footer */
	
	div#footer {
		background:url(../files/img/layout/wasserchraft-footer.gif) no-repeat top left;
		width:100%;
		height:30px;
		margin-top:20px;
		font-size:10px;
		color:#999;
		padding-top:5px;
	}
	
	/* Arrow */
	
	a#arrow {
		float: right;
		width:16px;
		height:19px;
		display:block;
		z-index:200;
		margin-right: 10px;
		 
	}
	
	a#arrow.small {
		background:url(../files/img/layout/small-arrow.png) no-repeat right;
		margin-top: 360px;
	}
	
	a#arrow.large {
		background:url(../files/img/layout/large-arrow.png) no-repeat right;
		margin-top: 130px;
	}
	
	/* drucken */
	
	div#drucken {
		background:url(../files/img/layout/wasserchraft-drucken.gif) no-repeat;
		width:11px;
		height:10px;
		margin:5px 0 0 5px;
		font-size:9px;
	}
	
	div#drucken a {
		padding-left: 16px;
	}
	
	div#drucken-div {
		background:url(../files/img/layout/wasserchraft-drucken.gif) no-repeat;
		width:11px;
		height:10px;
		margin:5px 0 0 5px;
		font-size:9px;
		margin-left: 48px;
	}
	
	div#drucken-div a {
		padding-left: 16px;
	}
	
	/* Lageplan */
	
	div#lageplan {
		width:180px;
		height:126px;
		border:1px solid #D6D6D6;
		position:absolute;
		padding: 7px 0 0 7px;
		
	}
	
	div#lageplan-bild {
		background:url(../files/img/content/wasserchraft-lageplan.gif) no-repeat;
		width:173px;
		height:119px;
		position:absolute;
	}
	
	div#lageplan-width {
		width: 100%;
	}
	
	ul#lageplan {
		list-style:none;
	}
	
	
	ul#lageplan li {
		border-bottom:1px solid #999;
	}
	
	div#lageplan-adresse {
		width: 270px;
		float:left;
		padding-bottom: 100px;
	}
	
	div#lageplan-formular {
		width: 280px;
		height: 320px;
		float:right;
		border-left: 1px dotted #CCC;
		padding-left: 30px;
		
	}
	
	
	/***********************************
		Main-Navigation
	************************************/
	
	/* Information */
	
	a#information, a#information-hi {
		width:237px;
		height:68px;
		z-index:4;
	}
	
	a#information {
		background:url(../files/img/layout/wasserchraft-information.png) no-repeat left;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
	}
	
	a#information-hi, a#information:hover {
		background: url(../files/img/layout/wasserchraft-information-hi.png) no-repeat;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
	}
	
	/* Angebote */
	
	a#angebote, a#angebote-hi {
		background: url(../files/img/layout/wasserchraft-angebote.png) no-repeat left;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
		width:182px;
		height:79px;
		margin-left:225px;
		z-index:5;
	}
	
	a#angebote-hi, a#angebote:hover {
		background:url(../files/img/layout/wasserchraft-angebote-hi.png) no-repeat;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
	}
	
	/* Gallery */
		
	a#gallery, a#gallery-hi {
		background:url(../files/img/layout/wasserchraft-gallery.png) no-repeat left;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
		width:227px;
		height:65px;
		margin-left:390px;
		margin-top:-5px;
		z-index:6;
	}
	
	a#gallery-hi, a#gallery:hover {
		background:url(../files/img/layout/wasserchraft-gallery-hi.png) no-repeat;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
	}
	
	/* Kontakt */
	
	a#kontakt, a#kontakt-hi {
		background: url(../files/img/layout/wasserchraft-kontakt.png) no-repeat left;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
		width:178px;
		height:60px;
		margin-left:600px;
		margin-top:4px;
		z-index:7;
	}
	
	a#kontakt-hi, a#kontakt:hover {
		background:url(../files/img/layout/wasserchraft-kontakt-hi.png) no-repeat;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
	}
	
	/* Leer */
	
	a#leer, a#leer-hi {
		background: url(../files/img/layout/wasserchraft-leer.png) no-repeat left;
		behavior:url(http://www.wasserchraft.ch/js/iepngfix.htc);
		width:148px;
		height:74px;
		margin-left:755px;
		z-index:8;
	}
	
	ul#subnav {
		list-style:none;
	}
	
	div#content {
		margin-left:10px;
		
	}
	
	a.subnav, a.subnav-hi {
		color:#949494;
		width:100%;
		background-color:#FFF;
		padding: 5px 10px 5px 6px;
	}
	
	a.subnav-hi, a.subnav:hover {
		color: #000;
		font-weight:bold;
	}
	
	ul#subnav li {
		padding:3px 0 6px 0;
		border-bottom:1px solid #ccc;
		background:url(../files/img/layout/subnav-check.gif) repeat-x;
		margin-top: 5px;
		font-size:14px;
	}
	
	li.subnav-ende {
		border:none;
	}
	
	ul#subsubnav {
		list-style:none;
	}
	
	ul#subsubnav li {
		padding:7px 0 7px 0;
		border-bottom:1px solid #eee;
		margin-left: 10px;
		background:none;
	}
	
	a.subsubnav, a.subsubnav-hi {
		margin-left: 10px;
		color:#aaa;
		height:17px;
	}
	
	a.subsubnav-hi, a.subsubnav:hover {
		color: #000;
	}
	
	ul#subnav nav-schluss {
		padding:5px 0 5px 0;
		border-bottom:0;
	}
		
	.photobox-repeat {
		width:107px;
		background:url(../files/img/layout/wasserchraft-photo-repeat-y.gif) repeat-y;
		
	}
	
	.photobox-top {
		background:url(../files/img/layout/wasserchraft-photo-top.gif) no-repeat top;
		width:107px;
		height:5px;
	}
	
	.photobox-bottom {
		background:url(../files/img/layout/wasserchraft-photo-bottom.gif) no-repeat bottom;
		width:107px;
		height:5px;
	}
	
	div.photobox-text {
		font-size:10px;
		color:#999;
		margin-top:10px;
		width: 80px;
		margin-left:4px;
	}
	
	div.photobox-text a span {
		background:url(../files/img/layout/wasserchraft-lupe.gif) no-repeat right;
		width:12px;
		height:12px;
		float:right;
		display:block;
		margin: -14px -18px 0 0;
	}
	
	/* Rhein-galerie */
	
	a#rhein-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/rhein/rhein-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	
	a#rhein-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/rhein/rhein-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rhein-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/rhein/rhein-03-s.jpg);
		width:97px;
		height:131px;
		margin-left:5px;
		display:block;
	}
	
	/* Rafting-galerie */
	
	a#rafting-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/rafting-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	a#rafting-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/rafting-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/rafting-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/tagesfahrt-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/tagesfahrt-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/tagesfahrt-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/halbtagesfahrt-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/halbtagesfahrt-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/halbtagesfahrt-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/schulklasse-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/schulklasse-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/schulklasse-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	a#rafting-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/2tagesfahrt-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/2tagesfahrt-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#rafting-15 {
		background:url(http://www.wasserchraft.ch/files/img/content/rafting/2tagesfahrt-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	/* funyak-galerie */
	
	a#funjak-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/funyak/funyak-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	
	a#funjak-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/funyak/funyak-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	a#funjak-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/funyak/funyak-03-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	/* kayak-galerie */
	
	a#kayak-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/kayak/kayak-01-s.jpg);
		width:97px;
		height:73px;
		margin-left:5px;
		display:block;
	}
	
	
	a#kayak-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/kayak/kayak-02-s.jpg);
		width:97px;
		height:69px;
		margin-left:5px;
		display:block;
	}
	
	/* ueber-uns-galerie */
	
	a#ueber-uns-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/ueber-uns/ueber-uns-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	
	a#ueber-uns-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/ueber-uns/ueber-uns-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	/* sicherheit-galerie */
	
	a#sicherheit-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/sicherheit/sicherheit-01-s.jpg);
		width:97px;
		height:75px;
		margin-left:5px;
		display:block;
	}
	
	/* fotos-galerie */
	
	a#fotos-rafting-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-07-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-08-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-09-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-10-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-11-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-12-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-13-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-14-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-15 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-15-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-16 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-16-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-17 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-17-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-18 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-18-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-19 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-19-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-20 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-20-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	a#fotos-rafting-21 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-21-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-22 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-22-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-23 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-23-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-24 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-24-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-25 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-25-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-26 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-26-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-27 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-27-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-28 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-28-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-29 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-29-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-30 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-30-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}	
	a#fotos-rafting-31 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-31-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-32 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-32-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-33 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-33-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-34 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-34-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rafting-35 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rafting-35-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	
	a#fotos-funyak-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-07-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-08-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-09-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-10-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-11-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-12-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-13-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-funyak-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/funyak-14-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	
	a#fotos-kajak-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/kajak-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-kajak-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/kajak-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-kajak-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/kajak-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-kajak-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/kajak-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	

	
	a#fotos-sicherheit-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-sicherheit-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-sicherheit-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-sicherheit-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-sicherheit-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-sicherheit-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/sicherheit-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}

	
	a#fotos-infrastruktur-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/infrastruktur-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-infrastruktur-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/infrastruktur-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-infrastruktur-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/infrastruktur-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-infrastruktur-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/infrastruktur-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	a#fotos-essen-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-07-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-08-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-09-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-10-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-11-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-12-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-13-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-14-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-15 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-15-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-16 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-16-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-17 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-17-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-18 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-18-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-essen-19 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/essen-19-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	a#fotos-rhein-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-07-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-08-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-09-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-10-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-11-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-12-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-13-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-14-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#fotos-rhein-15 {
		background:url(http://www.wasserchraft.ch/files/img/content/fotos/rhein-15-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	/* ueber-uns-galerie */
	
	a#team-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	a#team-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-04 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-04-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-05 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-05-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-06 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-06-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-07 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-07-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-08 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-08-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-09 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-09-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-10 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-10-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-11 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-11-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-12 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-12-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-13 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-13-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#team-14 {
		background:url(http://www.wasserchraft.ch/files/img/content/team/team-14-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	/* link-galerie */
	
	a#link-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/links/link-01-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	a#link-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/links/link-02-s.jpg);
		width:97px;
		height:65px;
		margin-left:5px;
		display:block;
	}
	
	
	
	
	
	/* infrastruktur */
	
	a#infrastruktur-01 {
		background:url(http://www.wasserchraft.ch/files/img/content/infrastruktur/infrastruktur-01-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	a#infrastruktur-02 {
		background:url(http://www.wasserchraft.ch/files/img/content/infrastruktur/infrastruktur-02-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	a#infrastruktur-03 {
		background:url(http://www.wasserchraft.ch/files/img/content/infrastruktur/infrastruktur-03-s.jpg);
		width:97px;
		height:64px;
		margin-left:5px;
		display:block;
	}
	
	
	/***********************************
		Content
	************************************/
	
	.aufzahlung-a-b-c {
		list-style-type:lower-latin;
		padding-left:20px;
	}
	
	.aufzahlung-none {
		list-style-type:none;
		padding-left:20px;
	}
	
	div.pdf-icon {
		background: url(../files/img/content/reader_icon.gif) no-repeat;
		width: 16px;
		height: 16px;
		float:left;
	}
	
	a.pdf-icon-link {
		padding-left: 5px;
	}
	
	div.border {
		border-top: 1px dotted #CCC;
		width:100%;
		padding-top: 5px;
	}
	
	.marginpadding0 {
		margin:0;
		padding:0;
		
	}
	
	.tablegrey {
		background:#ddd;
		height: 30px;
		border:none;
		padding: 2px;
	}
	
	.tablewhite {
		background:#eee;
		height: 30px;
		border:none;
		padding: 2px;
	}
	
	tr.table-halbtages {
		height: 30px;
		border:none;
	}
	
	.tablepadding {
		padding-left: 7px;
	}
	
	div.uhr {
		background:url(../files/img/layout/wasserchraft-uhr.gif) no-repeat;
		width: 20px;
		height: 30px;
		margin-right: 10px;
		float:left;
	}
	
	div.halbtags {
		background:url(../files/img/layout/wasserchraft-uhr-12h.gif) no-repeat;
		width: 20px;
		height: 30px;
		margin-right: 10px;
		float:left;
	}
	
	div.ganztags {
		background:url(../files/img/layout/wasserchraft-uhr-24h.gif) no-repeat;
		width: 20px;
		height: 30px;
		margin-right: 10px;
		float:left;
	}
	
	div.gruppen {
		background:url(../files/img/layout/wasserchraft-schulen.gif) no-repeat;
		width: 20px;
		height: 30px;
		margin-right: 10px;
		float:left;
	}
	
	div.tour {
		background:url(../files/img/layout/wasserchraft-tour.gif) no-repeat;
		width: 20px;
		height: 30px;
		margin-right: 10px;
		float:left;
	}
	
	span.span-zeiten {
	}
	
	a#logo-sia {
		background: url(../files/img/content/logo-sia.gif);
		width: 100px;
		height: 100px;
		display: block;
		float:left;
	}
	
	div.infoline {
		background:url(../files/img/layout/wasserchraft-footer.gif) no-repeat top left;
		width:100%;
		margin-top:10px;
		font-size:9px;
		color:#999;
		padding-top:5px;
	}
	
	/***********************************
		Formular
	************************************/
	
	form#formular {
		color:#000;
	}
	
	.formular-normal {
		border: 1px solid #ccc;
		width: 260px;
		height: 14px;
		font-size:11px;
		padding: 3px;
	}
	
	.formular-nachricht {
		border: 1px solid #ccc;
		width: 260px;
		height: 75px;
		padding: 3px;
		font:1.0em/normal Verdana, Arial, Helvetica, sans-serif;
	}
	
	.form-send {
		border: 1px solid #ccc;
		width: 60px;
		height: 24px;
		float:right;
		font-size:11px;
		padding: 3px;
		margin-right: 12px;
	}
	
	/***********************************
		Sitemap
	************************************/
	
	ul.sitemap-category li {
		list-style:none;
		list-style-position:inside;
		font-size:14px;
		font-weight:bold;
		padding-bottom: 7px;
		padding-left: 1px;
		list-style-image:url(../files/img/content/sitemap/sitemap-category.gif);
	}
	
	ul.sitemap-menu li {
		font-size:10px;
		font-weight:bold;
		padding-left: 16px;
		padding-bottom: 6px;
		color: #999;
		list-style-image:url(../files/img/content/sitemap/sitemap-menu.gif);
	}
	
	ul.sitemap-subnav li {
		font-size:9px;
		font-weight:normal;
		list-style-image:none;
		padding-left: 18px;
	
	}
	