@import url(modules.css);

html, body {
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}


/* alles umschliessende Box */
#main {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:857px;
	background-color:#ffffff;
}


/* Content hier */
#content {
	float: left;
	width: 857px;
	background-color:#ffffff;
}

/* Content Ende */

/* footer mit links */
#footer {
	float: left;
	clear: both;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	height: 16px;
	margin-top: 22px;
	padding-left: 186px;
	width: 600px;
}

#subfooter {
	float: left;
	clear: both;
	color:#333;
    margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 16px;
	padding-left: 186px;
	width: 600px;
    line-height: 17px;
}


