body, td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

body {
	background-color: white;
}

.content {
	background-color: white;
}

#main_container {
	text-align: center;
	margin-top: 11px;
	width: 100%;
}

#header_row {
	background-color: white;
	height: 63px;
	background-repeat: no-repeat;
	background-position: top;
}

#img_holder {
	margin: 0px;
	height: 63px;
}

#content_row {
	border-top: 1px solid #ECBF62;
	min-height: 500px;
}

* html #content_row {
	height: 500px;
}

#content_col {
	width: 796px;
	vertical-align: top;
}

#content {
	margin-top: 20px;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 20px;
	color: black;
}

#bottom_row {
	background-clor: white;
	background-image: url('bottom_line.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 19px;
}

#footer_row {
	margin: auto;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* content elemnts and tags */
a {
	color: black;
	text-decoration: underline;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 40px;
	color: black;
	background-color: #F3F3F5;
	padding: 2px;
	width: 100%;
}

h2, h3, h4 {
	font-size: 100%;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 7px;
	color: black;
}

/* Navigation */

#navi_col {
	vertical-align: top;
	width: 180px;
}

#navi_holder {
	overflow: hidden;
	margin-top: 20px;
}

#navi_holder a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	color: #B8BBC2;;
}

/* Seiten-Navigation */

#navi_holder .nav0 {
	padding-left: 32px;
}

#navi_holder .nav1 {
	padding-left: 52px;
}

#navi_holder .nav2 {
	padding-left: 72px;
}

#navi_holder .nav3 {
	display: none;
}

#navi_holder .nav4 {
	display: none;
}

##navi_holder .nav5 {
	display: none;
}

#navi_holder a:hover {
	background-color: #F3F3F5;
	color: black;
}

#navi_holder .closed {
	color: #B8BBC2;
}

#navi_holder .open, #side_navigation .active {
	background-color: #F3F3F5;
	color: black;
}
