
.print_header {
	display: none;
}

/* Content */
h1 {
	color:#000000;
	margin:18px 0 0 27px;
	padding:0;
	font-weight:normal;
	font-size:26px;
}

h2 {
	color:#666666;
	margin:18px 0 0 27px;
	padding:0;
	font-weight:normal;
	font-size:18px;
}
h3 {
	color:#000000;
	margin:18px 0 0 27px;
	padding:0;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
h6 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

hr {
	height: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
.achtung {
	font-weight: bold;
	color: #CC0000;
}

.content_container table {
	border-collapse:collapse;
}
.content_container th {
	font-size: 12px;
	padding: 4px;
}
.content_container td {
	padding: 4px;
}
.content_container .noborder td {
	border: 0px;
}

ul.sitemap a:link, ul.sitemap a:visited, ul.sitemap a:active {
	text-decoration: none;
}
ul.sitemap {
	list-style-image:url(/_images/sitemap_level1.gif);
	margin: 0px 0px 0px 20px;
	color: #666666;
}
ul.sitemap li {
	padding: 0px 0px 8px 5px;
	margin: 8px 0px 0px 5px;
}
ul.sitemap ul {
	list-style-image:url(/_images/sitemap_level2.gif);
	margin-top: 3px;
	margin-bottom: 6px;
}
ul.sitemap ul li {
	padding: 0px 0px 5px 5px;
}

ul.normlist {
	list-style-image:url(/_images/sitemap_level1.gif);
	margin: 0px 0px 0px 20px;
}
ul.normlist li {
	padding: 0px 0px 8px 5px;
	margin: 8px 0px 0px 5px;
}
ul.normlist ul {
	list-style-image:url(/_images/sitemap_level2.gif);
	margin-top: 3px;
	margin-bottom: 6px;
}
ul.normlist ul li {
	padding: 0px 0px 5px 5px;
}


#content div.content_img a{
	display:block;
}

#content div.content_img a:hover {
	filter:Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

div.img_floating_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left:25px;
}
div.img_floating_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


#content div.no_crop {
	position: relative;
}
#content div.no_crop a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}
#content div.no_crop a:hover {
	filter:Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#content_container table, .content_container table {
	border-collapse: collapse;
	/*border: 1px solid #ccc;*/
}
#content_container th, #content_container thead td, .content_container table tbody tr th, .content_container table thead tr td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #ccc;
	/*border-right: 1px solid #fff;*/
	background-color: #ccc;
	color: #ffffff;
	text-align: center;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	/*border: 1px solid #ccc;*/
}
#content_container .noborder td {
	border: 0px;
}

