div.n, div.flexmodul {
	padding: 5px;
}
html * div.n {
	height:1%
} /* IE6 */
.hidden {
	display: none !important;
}
html, body {
	height:100%;
}
body {
	background: #F9F8FE url(bg.jpg) no-repeat center top;
}
body, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
img, a img {
	border:0;
}
img {
	display: block;
}
blockquote {
	padding: 0;
	margin: 0 0 0 20px;
}
ul, dl, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.c {
	clear:both;
}
.clearover {
	overflow:hidden;
} /* Firefox and all */
* html .clearover {
	height:1%;
	overflow:visible;
} /* IE */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
}
div#contentfooter {
	width:100%;
	padding: 0;
	margin: 0;
	font-size:11px;
	line-height:140%;
	font-weight:normal;
	overflow:hidden;
}
* html div#contentfooter {
	height:1%;
	overflow: visible;
}
div#contentfooter div.leftrow {
	float: left;
	width: 55%;
}
div#contentfooter div.rightrow {
	float: right;
	text-align: right;
	width: 42%;
}
.body {
	text-align:center;
	padding:0px 0px;
}
div#container {
	border:0px solid #cccccc;
}
div#container {
	width:985px;
	margin:0 auto;
	text-align:left;
}
div#wrapper {
	float:left;
	width:100%;
}
div#content {
	width:auto;
	padding-left: 16px;
	padding-right: 16px;
	border:0px solid #cccccc;
	float:left;
	overflow:hidden;
}
div#footer {
	clear:left;
	width:100%;
}
/* gutter */
div#footer .gutter {
	padding-left: 10px;
	padding-right: 10px;
}
body, p, table, td {
	font:normal 13px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
h1 {
	font:bold 18px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#aec702;
}
h2 {
	font:bold 18px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
a:link, a:visited {
	text-decoration: underline; /* fix */
	color:#008FDC;
}
a:active, a:hover {
	text-decoration:none; /* fix */
	color: #008FDC;
}
div.hr {
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
}