body {
	background-color: #ebf2db;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}
a:link, a:visited, a:active {
	color: #597565;
}
a:hover {
	color: #7aa08a;
	text-decoration: none;
}

/* Stuktur */
#superdiv {
	position: relative;
	min-height: 100%;
	background-image: url(header_back.gif);
	background-repeat: repeat-x;
}
* html #superdiv {
	height: 100%;
}
#header_left {
	float: left;
	height: 153px;
	width: 295px;
}
#header_right {
	float: left;
	height: 153px;
	width: 665px;
}
#main {
	clear: both;
	width: 960px;
}
#links_container {
	float: left;
	width: 246px;
	margin-left: 33px;
	display: inline;
	margin-bottom: 120px;
}
#bild {
}
#content_container {
	width: 664px;
	float: left;
	margin-right: 17px;
	display: inline;
}

/* Navi */
#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	float: left;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
}
#nav a:hover, #nav a.aktiv:link, #nav a.aktiv:active, #nav a.aktiv:visited {
	background-color: #cadaa6;
	color: #597565;
}

/* Subnavi */
#subnav a:link, #subnav a:active, #subnav a:visited {
	display: block;
	padding: 6px 5px 6px 6px;
	text-decoration: none;
	border-bottom: 1px solid #b8b76b;
}
#subnav a:hover {
	background-color: f5f8ee;
}
#subnav a.aktiv:link, #subnav a.aktiv:active, #subnav a.aktiv:visited {
	background-color: #ffffff;
}

/* SubSubnavi */
#subsubnavi {
	padding-bottom: 22px;
	background-color: #ffffff;
	border-bottom: 1px solid #b8b76b;
}
#subsubnavi a:link, #subsubnavi a:active, #subsubnavi a:visited {
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #b8b76b;
	border: none;
}
#subsubnavi a:hover, #subsubnavi a.aktiv:link, #subsubnavi a.aktiv:active, #subsubnavi a.aktiv:visited {
	color: #a5a455;
	background-color: #f5f8ee;
}

/* Content */
#content {
	padding: 40px 34px;
}
#content .content_img img {
	border-color: #999999;
}
#content img.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_container table, .content_container table {
	border-collapse: collapse;
}
#content_container th, .content_container table tbody tr th {
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	border: 1px solid #cadaa6;
	background-color: #cadaa6;
	color: #ffffff;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #cadaa6;
}
#content_container .noborder td {
	border: 0px;
}

/* ========= Footer ========== */
#footer {
	position: absolute;
	left: 33px;
	bottom: 0px;
	width: 246px;
	background-color: #dbe8bf;
}
#footer a:link, #footer a:active, #footer a:visited {
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #80977c;
	padding: 3px 0px;
}
#footer a:hover {
	color: #3f5c4b;
}

