@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #FFFFFF url(../images/bg_body_01.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper {
	background: url(../images/bg_body_02.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	display: table;
}
#wrapper2 {
	background: url(../images/bg_body_03.jpg);
	width: 960px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: table;
}
#wrapper3 {
	background:url(../images/bg_body_04.jpg) no-repeat;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: table;
}
#navigation {
	width: 158px;
	height: 208px;
	margin-right: auto;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: auto;
	line-height: 20px;
	float: left;
}
#navigation A:link, #navigation A:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
   }
#navigation A:hover, #navigation A:focus {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#navigation UL {
	color: #FFF;
	margin-top: 10px;
}
#navigation_2 A:link, #navigation_2 A:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
   }
#navigation_2 A:hover, #navigation_2 A:focus {
	text-decoration: underline;
}
#content {
	width: 669px;
	height: 100%;
	min-height: 490px;
	margin-right: 51px;
	margin-left: auto;
	margin-top: 186px;
	margin-bottom: auto;
	float: right;
}
td.ueberschrift {
	font-weight: bold;
	color: #960;
}
td.copyright {
    font-size: 10px;
	color: #999;
}
td.text {
	text-align: justify;
}
#footer {
	background: url(../images/bg_footer_01.jpg) no-repeat;
	width: 750px;
	height: 56px;
	float: right;
}
#footer A:link, #footer A:visited {
   color: #FFF;
   font-size: 10px;
   text-decoration: none;
   }
#footer A:hover, #footer A:focus {
   color: #000;
   }
.clear { clear: right; }
