@charset "utf-8";
body {
	background-color: #000000;
	margin: 0;

	padding: 0 50px 0 150px;
	background-image: url(design/verlauf_menue_links.png);
	background-position: 50px 100px;
	background-repeat: no-repeat;
}
#div_links {
	display: none; /* wird nicht mehr angezeigt */

	margin: 0px;
	float: left;
	padding-top: 100px;
	padding-left: 50px;
}
#div_links #verlauf_menue_links {
	margin: 0px;
}
#div_mitte {
	margin: 0px;
	padding: 0px;

	background-image: url(design/verlauf_menue_rechts.png);
	background-position: right 100px;
	background-repeat: no-repeat;
}
#div_mitte #div_rechts {
	display: none; /* wird nicht mehr angezeigt */

	float: right;
	padding-top: 100px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#div_mitte #div_rechts #verlauf_menue_rechts {
	margin: 0px;
}
#div_mitte #verlauf_oben {
	background-image: url(design/verlauf_1_oben.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
	margin: 0px 100px 0px 0px;
}
#div_mitte #verlauf_menue {
	background-image: url(design/verlauf_menu.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 20px;
	margin: 0px 100px 0px 0px;
}
#div_mitte #verlauf_menue #nav a img {
	border: none;

}
#div_mitte #main_layer {
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#div_mitte #main_layer #main_content p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#div_mitte #main_layer #main_content #main_heading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#div_mitte  #main_layer  #main_content  #aenderungen {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6AC509;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#div_mitte #main_layer #main_content #communities {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6AC509;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#div_mitte #main_layer #main_content #communities #back {
	float: right;
}
#div_mitte #main_layer #pic_topic_left {
	margin: 0px;
	padding: 0px;
	float: left;
}
#div_mitte #main_layer #main_content {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 65px;
	background-color: #222;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6ac509;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-color: #666666;
	background-image: url(design/verlauf_1_main.png);
	background-repeat: repeat-x;
}
#div_mitte #main_layer #main_content .heading_1 {
	color: #FFFFFF;
}
#div_mitte #main_layer #main_content .heading_2 {
	color: #6AC509;
}
#div_mitte #main_layer #main_content .thumb {
	margin: 0px;
	text-align: center;
	padding: 5px;
}
#div_mitte #main_layer #main_content .thumb img {
	border: 1px solid #666666;
}
#div_mitte #main_layer #main_content ul {
	margin: 0px;
	padding-left: 25px;
}
#div_mitte #main_layer #main_content ol {
	margin-top: 0px;
	padding-left: 25px;
}
#div_mitte #main_layer #main_content .box_rechts_1 {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #6AC509;
	background-color: #000000;
}
#div_mitte #main_layer #main_content .box_rechts_1 .box_heading_1 {
	text-align: center;
	padding-bottom: 5px;
}
#div_mitte #main_layer #main_content .box_rechts_1 ul {
	margin: 0px;
	padding-left: 15px;
}
#div_mitte #main_layer #main_content .box_links_1 {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #6AC509;
	background-color: #000000;
}
#div_mitte #main_layer #main_content .box_links_1 .box_heading_1 {
	text-align: center;
	padding-bottom: 5px;
}
#div_mitte #main_layer #main_content .box_links_1 ul {
	margin: 0px;
	padding-left: 15px;
}
#div_mitte #main_layer #main_content table {
	vertical-align: top;
	margin-top: 5px;
}
#div_mitte #main_layer #main_content table td {
	vertical-align: top;
}

#div_mitte #footer_layer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6AC509;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#div_mitte a:link {
	color: #6AC509;
	text-decoration: none;
}
#div_mitte a:visited {
	color: #6AC509;
	text-decoration: none;
}
#div_mitte a:hover {
	color: #6AC509;
	text-decoration: underline;
}
#div_mitte #main_layer #footer_layer a:visited {
	color: #6AC509;
	text-decoration: none;
}
#div_mitte #main_layer #footer_layer a {
	color: #6AC509;
	text-decoration: none;
}

#div_mitte #main_layer #footer_layer a:hover {
	color: #6AC509;
	text-decoration: underline;
}
#div_mitte #main_layer #footer_content {
	text-align: right;
	padding-left: 165px;
	float: right;
}
#div_mitte #main_layer #breadcrumb {
	margin-left: 62px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
