/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #ebeced;
}
/* Seitenfomratierung */
#container {
	background-image: url(material/background.jpg);
	background-position:  2px 0;
	background-repeat: no-repeat;
	width: 680px;
	height: 580px;
	position: absolute;
	left: 50%;
	margin-left: -340px;
	margin-top: 10px;
}
#header {
	padding: 7px 17px 19px 17px;
}
#navigation {
	background-image: url(material/footerback.gif);
	background-position: 30px 0;
	background-repeat: no-repeat;
	clear: both;
	padding: 0 17px 10px 17px;
	height: 28px;
}
#wrapper {
	padding: 8px 32px;
	height: 340px;
}
#sidebar {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 0.5em;
}
#content {
	float: right;
	width: 440px;
	padding-right: 20px;
}
#footer {
	clear: both;
	background-image: url(material/footerback.gif);
	background-position: 30px 0px;
	background-repeat: no-repeat;
	clear: both;
	padding: 0 17px 10px 17px;
	height: 28px;
	color: #fff;
}

/* Header Inhalt */
#logo {
	margin: 23px 66px 10px 20px;
	float:left;
	width: 145px;
}
* html #logo {
	margin-left: 13px;
}
#headerTxt {
	margin-top: 17px;
}
#headerTxt strong {
  color: #b2aeaf;
	font-size: 2.5em;
	font-weight: normal;
	font-style: italic;
}
#headerTxt em {
	font-size: 1.6em;
	font-style: normal;
	color: #b2aeaf;
}

/* Navigation */
#navigation ul {
	font-size: 0.9em;
	list-style: none;
	padding-left: 30px;
	padding-top: 1px;
}
#navigation li {
	text-transform: uppercase;
	float: left;
	width: auto;
	color: #fff;
	background-image: url(material/menu_trenner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 0.7em;
}
#navigation li.last {
	background-image: none;
}
#navigation li.activ {
	background-image: url(material/activ_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 0;
	}
#navigation li.activ span {
	background-image: url(material/activ_right.gif);
	background-repeat: no-repeat;
	background-position: 100% -3px;
	width: 10px;
	padding-right: 1.1em;
}
#navigation li.activ span.last {
	background-image: url(material/activ_right_last.gif);
	background-repeat: no-repeat;
	background-position: 100% -3px;
	width: 10px;
	padding-right: 1.1em;
}
#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	color: #962221;
}

/* Inhalte */
h1 {
  color: #b2aeaf;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
}
strong {
	color: #962221;
}
address {
	font-style: normal;
	margin-bottom: 1em;
}
#content img {
	border: 1px solid #666666;
}
#content img.right {
	margin: 0 0 5px 5px !important;
}
#content img.right {
	border: 1px solid #666666;
	margin: 0 5px  5px 0;
}

#content p {
	margin-bottom: 1em;
}
#content a {
	color: #962221;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
}
#content a.download {
	background-image: url(material/ic_download.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 16px;
}
#content a.newwin {
	background-image: url(material/ic_newwin.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}
#content a.mail {
	background-image: url(material/ic_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 22px;
}
.scroll {
	height: 270px;
	overflow: auto;
	padding-right: 5px;
}

/* footer */
#footer {
	text-align: center;
}
#footer p {
	padding: 6px 25px 0 25px;
	font-size: 0.83em;
}
#footer .copy {
	padding-top: 10px;
	color: #999;
}
