html, body {
	margin: 0;
	height: 100%;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-color: #99ADA3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 15px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 0px;
	font-weight: normal;
	padding-top: 15px;
}
.text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	list-style-position: outside;
	list-style-type: square;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.textrahmen {
	padding:20px 15px 0px;
}
.sub_navi {
	padding-bottom: 14px;
	padding-left: 15px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.sub_navi ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub_navi a:link {
	color: #333333;
	text-decoration: none;
	text-transform: none;
}
.sub_navi a:visited {
	text-decoration:none;
	color: #000000;
}
.sub_navi a:hover {
	color:#336666;
	text-decoration:none;
}

.subsub_navi {
	padding-bottom: 14px;
	padding-left: 15px;
	padding-top: 20px;
	line-height: 20px;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.subsub_navi ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subsub_navi a:link {
	color: #336666;
	text-decoration: none;
	text-transform: none;
}
.subsub_navi a:visited {
	text-decoration:none;
	color: #336666;
}
.subsub_navi a:hover {
	color:#000000;
	text-decoration:none;
}
.subnavi_grey a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.subnavi_grey a:hover {
	color:#000000;
	font-weight: bold;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 980px;
    margin: 0 auto -80px;
}
.footer, .push {
	width: 980px;
    height: 80px;
	margin-left:auto;
	margin-right:auto;
}
.nav {
	width:40px;
	height: 100%;
	min-height: 100%;
	height: auto;
	background-color: #CCCCCC;
}
.footertxt {
	font-family: Helvetica, Arial, sans-serif;
	color: #CEE3C4;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.footertxt a:link {
	color: #CEE3C4;
	text-decoration: none;
}
.footertxt a:visited {
	color: #CEE3C4;
	text-decoration: none;
}
.footertxt a:hover {
	color: #FFFFFF;
}
.header_navi {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #346667;
	padding-right: 20px;
	padding-bottom: 15px;
}
body a:link {
	color: #346667;
	text-decoration:none;
}
body a:visited {
	color: #346667;
	text-decoration:none;
}
body a:hover {
	color:#000000;
}
.textsmall {
	font-size: 9px;
	line-height: 9px;
	color: #C7DFC2;
}
.image_right {
	float: right;
	margin-left: 20px;
}

