/**
* Custom Stylesheet for FinishWeb Site www.zweitwohnung-brig.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
* 
* Path:
* [finishwebroot]/layout/[Layout]/style.css
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 25.03.2014	bz	initial & final version
* 27.05.2014	bz	updates
*/

/**************************************************************************************************
* 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: 1px;
	line-height: 2px;
	margin-top:0;
	color:#95B1D8;
	background:#95B1D8;
}

a,a:hover { color:#95B1D8; }

/**************************************************************************************************
* 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
**************************************************************************************************/

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

	/* link */
	div.fwlink { display:table; margin:100px auto 0; }
	div.fwlink a { display:block; font-size:20px; line-height:20px; font-weight:bold; text-transform:uppercase; text-decoration:none; color:#FFF; background:#6D95C9; padding:8px 20px; }
	div.fwlink a:hover { color:#6D95C9; background:#FFF; }
