/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/*FIXLAYOUT*/
.page {
	width: 966px; 
	margin: 0px auto;
	border: 0px solid #000000;
  text-align: center;
	background: #496784 url(../images/page_bg.gif) repeat-y center center fixed;
}

.conti {
  text-align: left;
  width: 966px;
  margin-left:0px;
  background: #496784 url(../images/conti_bg.gif) repeat-y;

}

.header {
  height: 207px;
  width: 967px;
  display:block;
}

.header#topnavi{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
  overflow:hidden;
	height: 19px;
	width: 270px;
  margin-left: 20px;
  position: relative;
  top: 0px;
  float: right;
}

.header#top {
  height: 20px;
  width: 967px;
  background-color:#C90000;
  display:block;
}

.header#logo {
  height: 187px;
  width: 253px;
  background:url(../images/logo_bottom.gif);
  background-color: #FFFFFF;
  background-position:bottom;
  background-repeat:repeat-x;
  float:left;
}

.header#header_image {
  height: 187px;
  width: 714px;
  background-color: #496784;
  float:left;
}

.content {
  width: 967px;
}


.content#breadcrumb {
  width: 714px;
  float: left;
  margin-top:27px;
}

.content #inhalt {
  width: 714px;
  float: left;
}

.footer {
  width: 967px;
  background-color:#FFFFFF;
  clear:left;
}

.footer#schwung{
  width: 967px;
  height: 43px;
  background-color:#FFFFFF;
}

.footer#adresse{
  width: 967px;
  background-color:#FFFFFF;
  padding-top: 15px;
}

.opt_suche {
  padding-left: 50px;
	padding-top:20px;
	padding-bottom: 20px;
}

.suchoptionen {
	width:600px;
	background-color:#d9e5ef;
	clear:both;
}

.o_l {
	background-color:#d9e5ef;
	width: 300px;
	float:left;
	height: 16px;
	background-image:url(../images/subnavi_ol.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.o_r {
	background-color:#d9e5ef;
	float: left;
	height: 16px;
	width: 300px;
	background-image:url(../images/subnavi_or.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.u_l {
	background-color:#d9e5ef;
	width: 300px;
	float:left;
	height: 16px;
	background-image:url(../images/subnavi_ul.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.u_r {
	background-color:#d9e5ef;
	float: left;
	height: 16px;
	width: 300px;
	background-image:url(../images/subnavi_ur.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}



/*
.suchoptionen {
	width:600px;
	background-color:#d9e5ef;
}
*/

.suchabrundung {
	width:600px;
	background-color:#d9e5ef;
}

.such_ol {
	float:left;
	width:50px;
	background-image:url(../images/subnavi_ol.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.such_or {
	float:right;
	width:50px;
	background-image:url(../images/subnavi_or.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.such_ul {
	float:left;
	width:50px;
	background-image:url(../images/subnavi_ul.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.such_ur {
	float:right;
	width:50px;
	background-image:url(../images/subnavi_ur.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/* SCHRIFTBILD*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c90000;
	margin: 0;
	padding: 40px 0px 15px 0px;
}

.contentitem {
  margin-left: 50px;
}

.textbox {
  width: 400px;
  float: left;
  padding-bottom: 40px;
}

.textbox img {
  margin-right: 10px;
  float: left;
  border: 0px;
}

.textbox a img {
  margin-right: 10px;
  float: left;
  border: 1px;
  border-color: #b3cbdf;
  border-style: solid;
}


.textbox a img:HOVER {
  border: 1px;
  border-color: #336699;
  border-style: solid;
}

.blog img {
  margin-right: 10px;
  float: left;
}

li {
	list-style-type: disc;
	list-style-image: url(../images/liste.gif);
	list-style-position: outside;
  padding-bottom: 3px;
}

h2, h2 a, h2 a:HOVER  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #c90000;
	margin: 0;
  text-decoration: none;
}

.schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #373737;
	margin: 0;
}

a  {
  color: #373737;
  text-decoration: underline;
}

a:HOVER  {
  color: #c90000;
  text-decoration: underline;
}

.componentheading {
	display:none;
}

.suchergebnis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c90000;
	font-weight:bold;
	margin: 0;
}

a.suchergebnis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c90000;
	font-weight:bold;
	margin: 0;
}

.highlight {
	background-color:#DDDDDD;
}

.bild {
	margin:10px;
	float:left;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/* BREADCRUMB */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #c90000;
	padding: 0px 0px 0px 50px;
	margin: 0;
}

.breadcrumb_home {
  text-decoration: none;
  color: #336699;
  padding-right: 4px;
}

.breadcrumb_home:HOVER {
  text-decoration: none;
  color: #c90000;
  padding-right: 4px;
}

.breadcrumb_inactive {
  text-decoration: none;
  color: #336699;
  background-image: url(../images/breadcrumb_inactive.gif); 
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 19px;
  padding-right: 4px;
}

.breadcrumb_inactive:HOVER {
  text-decoration: none;
  color: #c90000;
  background-image: url(../images/breadcrumb_active.gif); 
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 19px;
  padding-right: 4px;
}

.breadcrumb_active {
  color: #c90000;
  background-image: url(../images/breadcrumb_active.gif); 
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 19px;
  padding-right: 20px;
}

/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/* ADRESSE */
.contentpaneopen_adresse {
  width: 967px;
}

.textbox_adresse {
  margin:0;
  padding:0;
}

.div1_adresse {
  float: left;
  padding-left: 25px;
}

.div2_adresse {
  float: left;
  padding-left: 70px;
}

.div3_adresse {
  float: left;
  padding-left: 70px;
}

.div4_adresse {
  float: left;
  padding-left: 70px;
  padding-bottom: 20px;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/*TOP-NAVIGATION*/
a.mainlevel-nav {
  padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
  text-decoration: none;
}

a.mainlevel-nav:HOVER {
      text-decoration: none;
	color: #ffffff;
}

a.mainlevel-nav#active_menu-nav {
  
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/*NAVIGATION*/
a.mainlevel {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
  width: 210px;
  float: left;
  display: block;
  background-color: #336699;
  padding-left: 10px;
  margin-bottom: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
	background-image: url(../images/navi_rund.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

a.mainlevel:HOVER {
	color:#336699;
	text-decoration:none;
	background-image: url(../images/navi_rund2.gif);
	background-repeat:no-repeat;
	background-position:left top;
  background-color: #ffffff;
}

a.mainlevel#active_menu {
	color:#336699;
	background-image: url(../images/navi_rund2.gif);
	background-repeat:no-repeat;
	background-position:left top;
  background-color: #ffffff;
}

a.sublevel {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
  width: 210px;  float: left;
	color:#404040;
	text-decoration:none;
  padding-left: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  line-height: 16px;
}

a.sublevel:HOVER {
  color:#ffffff;
	text-decoration:none;
}

a.sublevel#active_menu {
  color:#ffffff;

}

.content#navigation {
  width: 253px;
  float: left;
}


.nav_box {
  width: 220px;
  margin-left: 33px;
  margin-top: 24px;
  margin-bottom: 56px;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/*SUCHE*/
.inputbox#mod_search_searchword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #c90000;
  width: 100px;
  border: 0px;
  margin-top:0;
  padding-left: 10px;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/*SEITENSPLIT*/
.toclink {
	color: #373737;
  text-decoration: none;
  max-width: 200px;
  padding-left: 20px;
  display: block;
}

.toclink:HOVER {
	color: #c90000;
  text-decoration: none;
}

.toclink#active {
 	color: #c90000;
  text-decoration: none;
}

.nav_box_split {
 width: 220px;
  float: right;
  background-color: #d9e5ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
  margin-bottom:20px;
}

.print_box {
  width: 220px;
  float: right;
  background-color: #d9e5ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
  margin-bottom:20px;
}

.printb {
 width: 150px;
 padding-left: 20px;
}

.ecke_o_l {
  padding-bottom: 4px;
  height: 16px;
  background-image: url(../images/ecke_oben_links.gif); 
  background-repeat: no-repeat;
  background-position: top left;
}

.ecke_u_l {
  padding-top: 4px;
  height: 16px;
  background-image: url(../images/ecke_unten_links.gif); 
  background-repeat: no-repeat;
  background-position: bottom left;
}


.printb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
  text-decoration: none;
}

.printb a:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c90000;
  text-decoration: none;
}

.toolbox {
  margin-top: -35px;
  width: 220px;
  float: right;
}

.pagenavcounter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
  padding-bottom: 10px;
}

.pagenavbar, .pagenavbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
  padding-top: 20px;
  text-decoration: none;
}

.pagenavbar a:HOVER {
	color: #c90000;
}

.pagenavbar#prev {
  margin-right: 20px;
}






#dm_cats {
  margin-left: 50px;
  padding-right: 50px;
}

#dm_docs {
  margin-left: 50px;
  padding-right: 50px;
}

.dm_cat {
  margin-left: 50px;
  margin-right: 50px;
}

.dm_name {

}


.dm_description {
  background-color: #ffffff !important;
}

.textbox input, select, textarea {
  border: 0;
  background-color: #d9e5ef;
  padding-left: 5px;
  margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  cursor:pointer;
}

.jce_file {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  color: 373737;
  line-height: 20px; 
}

a.jce_file img, a.jce_file img:HOVER {
  border:0;
}

.jce_fm_date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  color: 373737;
  line-height: 20px; 
}

.jce_fm_size {

}

.jcebox {

}

.textbox select {
padding-left: 0px;
}

.textbox input:HOVER, textarea:HOVER, select:HOVER {
  background-color: #e8f5ff;
}

.jce_tooltip {
border:0;
}
jce_caption {
  margin: 0;
  padding-left: 40;
    background-color: #d9e5ef;
}
.jce_caption_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
  line-height: 14px;
  padding: 3px;
  background-color: #d9e5ef;
  color: 373737;
}

.blog {
  float: left;
}

.top_navi{
position:absolute;top:20px; padding:0; margin:0;width:100px;margin-left:698px;
}

.top_lang{
position:absolute;top:0px; padding:0; margin:0;width:60px;margin-left:900px;
}

.top_search {
position:absolute;top:18px; padding:0; margin:0;width:110px;margin-left:847px;
}

.moduletable_hsd {
  background-image: url(../images/ecke_oben_links.gif); 
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #d9e5ef;
  float: right;
  width: 220px;
  margin-top: -32px;
  margin-bottom: 50px;
}
.sepe{
  height:1px;
  margin-top: 0px;
  margin-left:20px;
  margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b1b1b;
}

.componentheading_blog {
padding-left: 50px;
padding-right: 200px;
}

.contentitem_blog, .pagenav_blog {
  padding-left: 50px;
  padding-right: 200px;
  padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
  color: #404040;
}

.createdate_date {
color: #c90000;
}

.contentitem_blog a {
  color: #c90000;
  font-weight: bold;
 text-decoration: none; 
}

 .pagenav_blog a {
 text-decoration: none; 
 }

h3 {
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  color: #336699;
	font-size: 20px;
  font-weight: normal;
  width: 150px;
  padding-left:20px;
  padding-top:17px;
  margin: 0;
}

.mainlevel_nnavi, .mainlevel_nnavi:HOVER {
  background-image: url(../images/breadcrumb_active.gif); 
  background-repeat: no-repeat;
  background-position: 0px 6px;
  margin-left: 20px;
  padding-left: 19px;
  padding-right: 20px;
  font-weight: normal;
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
  color: #c90000;
}

.dn-whole {
  padding-bottom: 15px;
  padding-left: 20px;
}

.dn-title, .dn-title a:HOVER {
	font-weight: bold;
  text-decoration: none;
  color: #c90000;
}

.dn-date {
  color: #c90000;

}

.dn-introtext {

}


.dn-read_more,.dn-read_more a:HOVER {
  color: #c90000;
  text-decoration: none;
display: block;
}

.dn-each {
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
  color: #404040;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b1b1b;
}

.contentpagetitle {
/*  background: #ff0;*/
}

.contentitem {
}

/* SITEMAP */
.sitemap {
  padding-left:   30px;
}

.sitemap h1{
  padding-left: 19px;
}


.sitemap a {
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #373737;
}

.sitemap a:HOVER {
  text-decoration: none;
 	color: #c90000;
  
}

.sitemap ul, .sitemap ul a {
  text-decoration: none;
	font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c90000;

}


ul .level_0 {
	font-weight: bold;
}

.level_1 li a, .level_1 li {
	font-weight: normal;
  margin-top:1px;
	color: #373737;


}

.level_2 li {
  font-style: italic;

	font-weight: normal;
	display		: block;
}