/**
* Custom Stylesheet for FinishWeb Site www.zweitwohnung-brig.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/[Layout]/style.css
*
* Authors:
* fz	Fabian Zumoberhaus, BAR Informatik AG
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 24.03.2014	fz	initial version
* 24.03.2014	bz	final 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;
	color:#000;
}

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

/* Floating */

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; font-size:0px; height:0px; line-height:0px; display:block; }
.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:980px; margin:10px auto; }

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

	/********************************
	* page
	********************************/
	#page .fwelement { clear:none; }
	
	/* Link */
	#page div.fwlink { text-align:right; font-size:15px; font-weight:bold; margin-right:25px; }
	#page div.fwlink a { color:#000; text-decoration:none; }
	#page div.fwlink a:hover { text-decoration:underline; }
	
