/* @override http://www.becker-bau.com/cms/css/styles.css */

html, body {
	height: 100%;
}
body{
	color: #FFF;
	font: 75%/160% Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	background-color: #f4f2ec;
}
h1{

	font-size: 2.3em;
	font-weight: normal;
	line-height: 110%;
	color: #0055bb;
	margin: 0.7em 0 0 0;
}
h2{
	font-size: 2em;
	line-height: 110%;
	font-weight: normal;
	color: #0055bb;
	margin: 0.2px 0 0.5em 0;
}
h3{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 120%;
	color: #0055bb;
	margin: 0.2em 0 0.3em 0;
}
h4{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
	color: #999;
	margin: 0.2em 0 1em 0;
}
a{
	color: #0055bb;
	text-decoration: none;
}
a.amb{
	color: #008877;
	font-weight: bold;
}
a img{
	border: none;
}
a:hover{
	text-decoration: underline;
}
p{
	margin: 0.3em 0 1.1em;
}
ul{
	list-style-type: square;
	margin: 2em 0;
	padding: 0 2em;
}

li{
	padding: 0.1em 0;
}
.bigquote{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 160%;
	color: #0055bb;
}
.clear{
	clear:both;
	float:none;
}
#content-container ul{
	list-style-type: square;
}
#content-container ul li{

}
.imageOver{
	background:url(../_gfx/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
