/* CSS Document */

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../fileadmin/images/background.gif) repeat-y 50% 0;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font: bold 14px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
}

p {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
	line-height: 140%;
}

a {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
	text-decoration: underline;
	line-height: 140%;
}
a:hover {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #cc3333;
	line-height: 140%;
}

#outer-wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 840px;
	height: 100%;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 840px;
	height: 100px;
	background: #cc3333;
}

#titel {
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 30px;
	font: bold 24px Verdana, Arial,Helvetica,sana-serif;
	color: #ffffff;
	background: #cc3333;	
}

#content-wrapper {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 640px;
}

#rootline  {
	padding: 10px 0 0 30px ;
	font: normal 9px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#rootline a {
	text-decoration: underline;
	font: normal 9px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#content {
	position: relative;
	top: 5px;
}

#copyright {
	padding: 20px 0 20px 30px;
	clear: both;
	font: normal 10px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#left {
   position: absolute;
   z-index: 0;
	top: 0px;
	left: 0;
	background: #f0ebeb;
	width: 210px;

}

#menulinks {
   position: absolute;
   z-index: 0;
   top: 100px;
   left: 0;
		border-top: solid 1px #FFF;
}
#menulinks a {
	display: block;
	line-height: 1em;
}
#menulinks img {

}
#inhalt {
   padding: 0px 30px 0 30px;
   clear: both;
   font: normal 11px Verdana, Arial,Helvetica,sana-serif;
   color: #333333;
}	

p.bodytext {
margin: 0;
padding: 0;

}

.tx-indexedsearch-browsebox {
	list-style: none;
}
.tx-indexedsearch-browsebox li {
	display: inline-block;
	margin-right: 5px;
}
.tx-indexedsearch-browselist-currentPage {
	font-weight: bold;
}
.tx-indexedsearch-res {
	padding-left: 22px;
}
.tx-indexedsearch-res h3 {
	margin: 15px 0 0;
}
.tx-indexedsearch-icon {
	margin-left: -22px;
	vertical-align: top;
}
.tx-indexedsearch-description {
	margin: 5px 0;
}
.tx-indexedsearch-redMarkup {
	color: red;
}
.tx-indexedsearch-info {
	width: 580px;
	margin-bottom: 10px;
}
.tx-indexedsearch-info dt {
	float: left;
	display: inline-block;
}
.tx-indexedsearch-info dd {
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-right: 20px;
}
.tx-indexedsearch-res,
dt.tx-indexedsearch-text-item-path {
	clear: both;
	margin-bottom: 15px;
}