html, body {
	margin: 0px;
	padding: 0 10px 0 30px;
}
body {
	background-image: url(images/bgd_repx.jpg);
	background-repeat: repeat-x;
	background-color: #D8DCC1;
}
p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #629696;
}
h1, h2{
	margin-bottom: 10px;

}

#printheader{
	display: block;
	border-bottom: 2px dashed #D8DCC1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#printheader table tr td{

}
#page {
	width: 100%;
	z-index: 1;
}
#content {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 1.5em;
	color: #CC0000;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 1.2em;
	color: #629696
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1em;
	color: #629696
	margin-bottom: 10px;
}

#content p.textintro {
	font-weight: bold;
}


#keybox{
	display: none;
	position: absolute;
	height: 60px;
	width: 400px;
	left: 10px;
	bottom: 100px;
	z-index: 7;
}

#content p, #content ul li , #content ol li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.textblock{
	margin-bottom: 30px;
}
.news_itemtitle{
	font-weight: bold;
}
.moduletitle{
	font-weight: bold;
	color: #629696;
}
.search_result_pane{
	margin-left: 30px;
}

/* Aktionsbox */
.aktionsbox .abtitle{
	background-image: url(images/aktionsbox_02.gif);
	color: #005832;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 10px;
}
.abcontent {
  display:block;
}
.abcontent table{
 border-collapse: collapse;
}

.abcontent th{
  width: 150px;
  text-align: right;
  padding-left: 10px;
  color: #005832;
  font-size: 0.9em;
  border-bottom: 1px solid #BFAD59;
  vertical-align: top;
}
.abcontent td{
  padding-left: 10px;
  font-size: 0.9em;
  border-bottom: 1px solid #BFAD59;
}

#topnavi, #ci_line, #footer, #content_back, #keynavi, #keynavi_expanded, #menunav, #subnavi {
	display:none !important;
}

#marqueecontainer{
	position: relative;
	width: 100%; /*marquee width */
	height: 100%;/* marquee height */
	/*background-color: white;
	overflow: hidden;*/
	/*border: 3px solid orange;*/
	padding: 2px;
	padding-left: 4px;
}