@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	}

h1, h2	{
	color: #000;
	}

	
body{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 140%;
	background:#fff;
	}
#wrapper{
	text-align:left;
	border:none;
	clear:none;
	}
/*html>body #wrapper{
	overflow:visible;
	}*/
#head{
	float:left;
	height:100px;
	border:none;
	width:100%;
	}
#logo{
	margin: 25px 0 0 0;
	}
#metasearch, #motive, #mainNavigation, #subNavigation, #contentRight, #footer{
	display:none;
	}
#content, #contentFull{
	float:left;
	padding:0;
	}
#content h1, #contentFull h1 {
	font-size:1.4em;
	line-height:120%;
	font-weight:bold;
	color: #000;
	padding:0 0 0.5em 0;
}
#content h2, #contentFull h2 {
	font-size:1.15em;
	line-height:120%;
	color: #000;
	padding:0.5em 0 0.5em 0;
}
#content h3, #contentFull h3 {
	font-size:1.15em;
	line-height:120%;
	color: #000;
	padding:0.5em 0 0.5em 0;
}
#content h4, #contentFull h4 {
	font-size:1em;
	line-height:120%;
	color: #000;
	padding:0.5em 0 0.2em 0;
}
#content h6, #contentFull h6 {
	color: #000;
	font-variant: small-caps;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
#content p, #contentFull p{
	padding: 0 0 1em 0;
	}
.intro {
	color:#000;
	}
#content li, #contentFull li{
	list-style-type:square;
	}
#content a{
	color: #000;
	text-decoration:underline;
	}
#address{
	float:left;
	clear:both;
	width:100%;
    font-size:1em;
	color:#000;
	text-align: left;
	padding: 20px 0 10px 0;
	}
