@charset "utf-8";
/**
* @author 				Martin Backhaus
* @copyright			CarabinBackhaus Communication
* @date						2008-05-01
*
* @version				0.1b
*
* @link						http://www.wohnquartier4.de/files/template/css/master.css
* @lastmodified		2008-05-01
* @media					screen
* @site						Wohnquartier4
*/

/**
* @section				StyleSheet import
*
* Importiert alle benötigten zusätzlichen Stylesheets
*/

@import url("lib/layout.css");
@import url("lib/navigation.css");
@import url("lib/typo.css");
@import url("lib/form.css");

/**
* @section				Standard Anweisungen
*
* Deklariert alle Anweisungen die übergreifend sind (body, html, etc)
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: repeat-x url("img/bg_pattern.gif") 0em 9.375em;
	background-color: #d1d1d1;
	margin: 0;
	padding: 0;
}

/**
* @section				übergreifendeKlassen
*
* Klassen die immer wieder Verwendung finden
*/

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}
