* {margin:0;padding:0;} 

html, body {
	height: 100%;
	background: #fff;
	color: #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
}

a {
	color:#5689C7;
	text-decoration: none;
	}
a:hover {
	color:#85D819;
	text-decoration: underline;
	}

#wrap {
	min-height: 100%;
	width: 100%; 
	margin: auto;
	background: #fff;
	}

#main {
	overflow:auto;
	padding-bottom: 60px;
	}  /* must be same height as the footer */

#head, #preload, #breadcrumb, #headnews, #spacer, #spacer1, #right1, #right2, #footer, #menue{
	display: none;
	}

#content {
	width: 90%;
	float: left;
	padding: 20px;
	text-align: justify;
	}

#content h1 {
	font-family: Times New Roman,Times,serif;
	font-size: 22px;
	font-weight:normal;
	padding-bottom: 15px;
	color: #000;
	}

#content h2 {
	font-family: Times New Roman,Times,serif;
	font-size: 17px;
	font-weight:normal;
	padding-bottom: 10px;
	color: #000;
	}

#content h3 {
	font-size: 18px;
	font-weight:normal;
	padding-top: 5px;
	color: #000;
	}

#content ul{
	margin-left: 20px;
	text-align: justify;
	}

#content_sub {
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #ccc;
	}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

