/**
* Custom Stylesheet for FinishWeb Site www.burgerschaft-visp.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/[Layout]/style.css
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 07.12.2009	bz	initial version
*/

/**************************************************************************************************
* Import base stylesheet for FinishWeb sites: base.css
**************************************************************************************************/

@import url("base.css");

/**************************************************************************************************
* Default styling of HTML-tags
**************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	font-family: Arial Regular, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	margin-top:0;
	background-image:url("background-left.jpg");
	background-repeat:repeat-y;
	background-position:13px 228px;
	margin-left:13px;
}

/**************************************************************************************************
* Custom classes
**************************************************************************************************/

/* Floating */

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; font-size:0px; height:0px; line-height:0px; display:inline; }
.clear-left { clear: left; }
.clear-right { clear: right; }

/**************************************************************************************************
* Default styling of FinishWeb elements
**************************************************************************************************/

.fwelement {  }

/* fwtitle, h1, h2, h3... */

	/* color, line-height */
	h1, 
	h2, 
	h3, 
	.fwelement h1, 
	.fwelement h2, 
	.fwelement h3 {  }

	/* font-size, font-weight */
	h1, 
	.fwelement h1 {  }
	h2, 
	.fwelement h2 {  }
	h3, 
	.fwelement h3 {  }
	
/* fw...

	...

*/

/**************************************************************************************************
* Layout-styling
**************************************************************************************************/

/********************************
* page
********************************/
#page { width:100%; height:89px; background-image:url("background-top.gif"); background-repeat:repeat-x; background-position:0px 9px; }

	/********************************
	* leftcol
	********************************/
	#leftcol { width:189px; float:left; z-index:0; }

	/********************************
	* header top
	********************************/
	#header-top { height:93px; overflow:hidden; position:absolute; top:0px; left:188px; z-index:1; }
	#header-top #bilderreihe { width:336px; margin-top:9px; float:left; background-color:#FFFFFF; }
	#header-top #logo { height:80px; margin-top:9px; background-color:#990000; float:left; }

	/********************************
	* maincol
	********************************/
	#maincol { width:630px; margin-top:93px; margin-left:10px; float:left; display:inline; }

		/********************************
		* header bottom
		********************************/
		#header-bottom { width:770px; height:50px; clear:both; overflow:hidden; }
		#header-bottom #navigation-top { clear:both; }
		#header-bottom #navigation-bottom { clear:both; }

		/********************************
		* main
		********************************/
		#main { margin-left:10px; }

/**************************************************************************************************
* Layout-defined styling of Finishweb elements
**************************************************************************************************/

/********************************
* page
********************************/
#page .fwelement { clear:none; }

	/********************************
	* leftcol
	********************************/

	/********************************
	* maincol
	********************************/
	#main .fwelement { margin:0px; }

		/********************************
		* header
		********************************/
			/* bild */
			#header-top div.fwpicture-group { margin:0px; }
			#header-top div.fwpicture-group div.fwpicture { margin:0px; }
			#header-top #bilderreihe div.fwpicture-group { }
			#header-top #bilderreihe div.fwpicture-group div.fwpicture { margin-right:4px; }

			/* hauptmenü (level 1 & 2) */
			/* level 1 */
			#header-bottom #navigation-top ul.menu1items { float: left; display: inline; list-style: none; margin: 0; padding: 0; height:24px; }
			#header-bottom #navigation-top ul.menu1items li { display: inline; margin: 0; padding: 0; }
			#header-bottom #navigation-top ul.menu1items li.active a { font-weight:bold; }
			#header-bottom #navigation-top ul.menu1items li a { float: left; display: block; width: auto; font-size: 13px; text-decoration: none; color: #666; margin: 0; padding: 0; }
			#header-bottom #navigation-top ul.menu1items li a:hover { color:#333; }
			#header-bottom #navigation-top ul.menu1items li.separator,
			#header-bottom #navigation-top ul.menu1items li.separator-last { width:10px; height:1px; display: inline; float: left; }
			/* level 2 */
			#header-bottom #navigation-bottom ul.menu2items { float: left; display: inline; list-style: none; margin: 0; padding: 0; }
			#header-bottom #navigation-bottom ul.menu2items li { display: inline; margin: 0; padding: 0; }
			#header-bottom #navigation-bottom ul.menu2items li.active a { color:#990000; }
			#header-bottom #navigation-bottom ul.menu2items li a { float: left; display: block; width: auto; font-size: 13px; text-decoration: none; color: #999; margin: 0; padding: 0; }
			#header-bottom #navigation-bottom ul.menu2items li a:hover { color:#333; }
			#header-bottom #navigation-bottom ul.menu2items li.separator,
			#header-bottom #navigation-bottom ul.menu2items li.separator-last { width:10px; height:1px; display: inline; float: left; }

		/********************************
		* main
		********************************/
 		#main .fwelement { margin-left:0px; margin-right:0px; margin-bottom:10px; padding-bottom:0px; font-size:10pt; line-height:12pt; }
		#main .fwelement p { margin:0 0 10px 0; }
		#main .fwelement th p,
		#main .fwelement td p { margin:0px; }
		#main .fwelement ul { margin-top:0px; margin-bottom:0px; }
		#main .fwelement a { color:#990000; text-decoration:none; }
		#main .fwelement a:hover { color:#990000; text-decoration:none; }
		#main .clear { font-size:0px; height:0px; line-height:0px; }

			/* titel */
			#main div.fwtitle { margin-top:10px; }
			#main div.fwtitle h1 { font-weight: bold; font-size:16px; }
			#main div.fwtitle div.picture { display:none; }
			#main div.fwtitle div.picture-left { display:none; }
			#main div.fwtitle div.picture-right { display:none; }
			#main div.fwtitle img.titleasimage {}
			#main div.fwtitle1 {}

			/* text */
			#main div.fwtext { }
			#main div.fwtext ul { margin-bottom:10px; list-style-image:url("point.gif"); }
				/* variante zentriert */
				#main div.fwtext1 { text-align:center; }

			/* bild */
			#main div.fwpicture-group {}
			#main div.fwpicture-group div.fwpicture { width:100%; margin: 0em 0em 1em 0; }
			#main div.fwpicture-group div.fwpicture div.picture { width:100%; }
			#main div.fwpicture-group div.fwpicture div.text { margin-top: 0.5em; }
				/* variante zentriert */
				#main div.fwpicture-group1 div.fwpicture1 div.picture { text-align:center; }
				#main div.fwpicture-group1 div.fwpicture1 div.text { text-align:center; }

			/* abschnitt */
			#main div.fwparagraph { display:none; }

			/* link */
			#main div.fwlink { height:20px; }
			#main div.fwlink div.image { margin: 0 10px 0 0; }

			/* linkliste */
			#main div.fwlinklist { border-top: 1px solid #990000; border-bottom: 1px solid #990000; }
			#main div.fwlinklist p.title { margin-bottom:0px; }
			#main div.fwlinklist ul.list { list-style-type: none; margin: 0; padding: 0; }
			#main div.fwlinklist ul.list li { clear:both; text-align:left; height:20px; padding-top:2px; }
			#main div.fwlinklist ul.list li a { text-decoration:none; }
			#main div.fwlinklist ul.list li a:hover { text-decoration:none; }
			#main div.fwlinklist ul.list li.item0 { background-color:#FFFFFF; }
			#main div.fwlinklist ul.list li.item1 { background-color:#E0E0E0; }

			/* tabelle */
			#main table.fwtable { border-top:1px solid #990000; border-bottom:1px solid #990000; }
			#main table.fwtable td, 
			#main table.fwtable th { height:20px; border: none; padding:1px; vertical-align:top; }
			#main table.fwtable th.f,
			#main table.fwtable td.f { text-align:left; }
			#main table.fwtable th { font-weight:normal; color:#FFFFFF; background-color: #808080;  }
			#main table.fwtable td.i1 { background-color: #E0E0E0; }
			#main table.fwtable td.i1 a { font-weight:bold; }
			#main table.fwtable td.i0 { background-color: transparent; }
			#main table.fwtable td.i0 a { font-weight:bold; }
			#main table.fwtable td.separator { height:25px; background-color: transparent; }

			/* dateiliste */
			#main div.fwfilelist div.fwnavigation { display:none; }
			#main div.fwfilelist table.fwfilelist td { text-align:left; height:20px; padding:0; }
			#main div.fwfilelist table.fwfilelist td a { text-decoration:none; }
			#main div.fwfilelist table.fwfilelist td a:hover { text-decoration:none; }
			#main div.fwfilelist table.fwfilelist td.icon { width:30px; padding-top:2px; }
			#main div.fwfilelist table.fwfilelist td.date,
			#main div.fwfilelist table.fwfilelist td.size,
			#main div.fwfilelist table.fwfilelist td.empty,
			#main div.fwfilelist table.fwfilelist td.description { display:none; }
			#main div.fwfilelist table.fwfilelist td.i0,
			#main div.fwfilelist table.fwfilelist td.i1 { background-color:#FFFFFF; }

			/* sitemap */
			#main div.fwsitemap { }
			#main div.fwsitemap div.item {}
			#main div.fwsitemap div.item a { text-decoration:none; }
			#main div.fwsitemap div.item1 { font-weight:bold; padding-left:0px; margin-top:20px; }
			#main div.fwsitemap div.item2 { padding-left:10px; }
			#main div.fwsitemap div.item3 { padding-left:20px; }
			#main div.fwsitemap div.item4 { display:none; }

			/* redirect */
			#main div.fwredirect {}

			/* galerie */
			#main div.fwgallery { }
			#main div.fwgallery a img { border: none; }
			#main div.fwgallery table.fwgallery { width:100%; clear: both; }
			#main div.fwgallery table.fwgallery td.item { text-align: center; }
			#main div.fwgallery table.fwgallery td.thumbnail { padding: 0.5em; height: 10em; vertical-align: middle; text-align: center; border: none; }

			#main div.fwgallery div.fwnavigation table.datanavigation { width:100%; border-top: 1px solid #990000; border-bottom: 1px solid #990000; background-color:#E0E0E0; }
			#main div.fwgallery div.fwnavigation table.datanavigation td { height:20px; }
			#main div.fwgallery div.fwnavigation table.datanavigation td.first { visibility:visible; }
			#main div.fwgallery div.fwnavigation table.datanavigation td.previous { visibility:visible; }
			#main div.fwgallery div.fwnavigation table.datanavigation td.next { visibility:visible; }
			#main div.fwgallery div.fwnavigation table.datanavigation td.last { visibility:visible; }
			#main div.fwgallery div.navigationitem { }

			/* mitteilungen (db, formular-zu-email) */
			div.message { font-size:13px; line-height:20px; }
			div.okmessage { }
			div.nokmessage { color:red; }

			/* formular-zu-email */
			#main div.fwformtomail { padding: 0; border: none; }
			#main div.fwformtomail span.mail-frm-success { color: #00ff00; }
			#main div.fwformtomail span.mail-frm-err { color: #ff0000; }
			#main div.fwformtomail table.mail-tbl { margin: 0; }
			#main div.fwformtomail table.mail-tbl form.mail-frm .mail-tbl-but { margin: 0; }
			#main div.fwformtomail table.mail-tbl form.mail-frm table { border-collapse:collapse; }
			#main div.fwformtomail table.mail-tbl td { height:20px; }
			#main div.fwformtomail table.mail-tbl td.mail-frm-td-lbl { width:155px; }
			#main div.fwformtomail table.mail-tbl td.mail-frm-td-val { text-align:right; }
			#main div.fwformtomail table.mail-tbl td input.mail-frm-inp { width:400px; }
			#main div.fwformtomail table.mail-tbl td textarea.mail-frm-inpa { width:400px; }
			#main div.fwformtomail table.mail-tbl td input.mail-frm-rad {}
			#main div.fwformtomail table.mail-tbl td input.mail-frm-opt {}
			#main div.fwformtomail table.mail-tbl td input.mail-frm-cap { width:75px; }

			/* gästebuch */
			#main div.gb {}
			#main div.gb a { color: #990000; text-decoration: none; }
			#main div.gb a:hover { color: #000000; text-decoration: none; }
			#main div.gb a img { border:none; }
			#main div.gb span.nokmessage { font-weight: bold; color: #200; }
			#main div.gb table.text table { margin: 15px 0; }
			#main div.gb table.text td.style-1 { font-weight: bold; }
			#main div.gb form.frm-frm td { padding-bottom: 2px; vertical-align: top; }
			#main div.gb form.frm-frm td input.frm-frm-txt { vertical-align: top; }
			#main div.gb form.frm-frm td img.captcha { margin-right: 6px; }
			#main div.gb td,
			#main div.gb p { font-size: 12px; line-height: 17px; }
			#main div.gb form.frm-frm tr {}

			/* belegungsplan */
			#main div.belegungsplan { }
			#main div.belegungsplan table.tab { width:100%; border-top:1px solid #990000; border-bottom:1px solid #990000; }
			#main div.belegungsplan table.tab td { border: none; padding:1px; height:20px; }
			#main div.belegungsplan table.tab td.h { font-weight:normal; color:#FFFFFF; background-color: #808080; }
			#main div.belegungsplan table.tab td.i1 { background-color:#E0E0E0; }
			#main div.belegungsplan input.button { width:70px; margin-top:10px; background-color:#E0E0E0; border:1px outset buttonshadow; color:#990000; } 
			#main div.belegungsplan table.text { width:100%; border-top:1px solid #990000; border-bottom:1px solid #990000; background-color:#E0E0E0; margin-top:10px; margin-bottom:10px; }
			#main div.belegungsplan table.text p { text-align:center; }
			#main div.belegungsplan form table.text { width:100%; border:none; background-color:#FFFFFF; }
			#main div.belegungsplan form table.text p { text-align:left; }
