
/* #### BASE #### */

body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
	line-height: 140%;
	color: #000;
}

* { margin: 0; padding: 0; }
p { margin: 0px 0px 1.2em 0px; }
img { border: 0px; }
.hidden { display:none;}
.clear { clear:both; line-height: 1em; }
:focus { outline: 0; }



/* #### DIVS #### */


.navDiv {
	display:none;
}


.logoDiv {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 32px;
	left: 24px;
	background-image:url(img/logo_baettig.png);
	background-repeat:no-repeat;
}



.contentDiv {
	display:block;
	position: relative;
}



/* #### TYPO #### */


a:link, a:visited {
	color: grey;
	text-decoration: none;
}


a.maillink {
	font-style: italic;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0 1em 0;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}



/* #### NAVIGATION #### */


.navItem {
	display:none;
}
