

/****************************************************/
/*    1.  CSS-Modul: COLORS                         */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #666666}
.neutralColorBlack  {background-color: #333}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #DA251C;}
.primColorLight {background-color: #333333;}

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
/*-- BODY -------------------------------------------*/
html {
  background:#fff;
}
body#web {
  margin:0;
  padding:0;
  border:0;	
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  position:relative;
  text-align:center;
  background:#fff;
}
/*-- wrapper for 2 column page region --*/
#pageregion1 {
  position:relative;
  margin:auto;
  margin-top:31px;
  padding:0;
  border:0;
  width:980px;
  text-align:left;
  background:url(http://www.humedica.be/common/BG_2Column.jpg) bottom left no-repeat;
}
/*-- wrapper for 3 column page region --*/
#pageregion {
  margin:auto;
  margin-top:31px;
  padding:0;
  border:0;
  width:980px;
  text-align:left;
  background:url(http://www.humedica.be/common/BG_3Column.jpg) bottom left no-repeat;
}
/*-- wrapper for 1 column page region --*/
#pageregion3 {
  position:relative;
  margin:auto;
  margin-top:31px;
  padding:0;
  border:0;
  width:980px;
  text-align:left;
  background:transparent url(http://www.humedica.be/common/BG_1Column.jpg) bottom left no-repeat;
}
/*-- wrapper for providing 2 column transparent background --*/
#layoutWrapper1 {
  position:relative;
  width:980px;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:transparent url(http://www.humedica.be/common/Content_2Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper1 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/Content_2Col_BG.png', sizingMethod='scale');
}
/*-- wrapper for providing 3 column transparent background --*/
#layoutWrapper2 {
  position:relative;
  width:980px;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:transparent url(http://www.humedica.be/common/Content_3Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper2 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/Content_3Col_BG.png', sizingMethod='scale');
}
/*-- wrapper for providing 1 column transparent background --*/
#layoutWrapper3 {
  position:relative;
  width:951px;
  height:100%;
  margin:0;
  padding:0 0 0 29px;
  overflow:hidden;
  background:transparent url(http://www.humedica.be/common/Content_1Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper3 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/Content_1Col_BG.png', sizingMethod='scale');
}

/*-- PAGE BORDERS -----------------------------------*/
#pageBorderTop {
  position:relative;
  width:100%;
  height:29px;
  background:transparent url(http://www.humedica.be/common/borderTop.gif) top left repeat-x;
}
#topNicheWrapper {
  position:relative;
  margin:0 auto;
  width:980px;
  height:29px;
  background:transparent url(http://www.humedica.be/common/borderTop.gif) top left repeat-x;
}
#topNiche {
  position:absolute;
  top:4px;
  right:47px;
  width:122px;
  height:19px;
  padding:6px 0 0 0;
  background: transparent url(http://www.humedica.be/common/niche_HG.gif) top left no-repeat;
  color:#fff;
}
#topNiche a, #topNiche a:link, #topNiche a:visited {
  padding:0 0 0 0;
  color:#fff;
  font-weight:normal;
  font-size:10px;
  text-decoration:none;
}
#topNiche a:hover, #topNiche a:active {
  color:#fff;
  font-weight:normal;
  font-size:10px;
  text-decoration:underline;
}
#topNiche a.current, #topNiche a:link.current, #topNiche a:visited.current {
  color:#fff;
  font-weight:normal;
  font-size:10px;
  text-decoration:underline;
}
#pageBorderBottom {
  position:relative;
  width:100%;
  height:13px;
  margin:0;
  padding:0;
  background:#D84A4A url(http://www.humedica.be/common/borderBottom.gif) top left repeat-x;
}

/*-- PAGE REGION TOP --------------------------------*/
#pageregionTop {
  position:relative;
  float:left;
  width:980px;
  height:193px;
}
#Logo {
  float:left;
  width:951px;  
  border:0;
  margin:0;
  padding:0 0 0 29px;
  background:transparent;
}
#translate {
  position:absolute;
  left:32px;
  bottom:51px;
  width:50px;
  height:15px;
  margin:0;
  padding:0;
}

/*-- CONTENT ----------------------------------------*/
/* --- 2 Column Content Wrapper --- */
#contentWrapper1 {
  float:left;
  width:715px;
  border:0;
  padding:0 3px 0 0;
  margin:0 15px 0 29px;
  background:transparent url(http://www.humedica.be/common/Content_2Col_Top.gif) top left no-repeat;
}
/* IE6 margin discrepancy */
* html #contentWrapper1 {
  margin:0 15px 0 14px;
}
/* --- 3 Column Content Wrapper --- */
#contentWrapper2 {
  float:left;
  width:535px;
  border:0;
  padding:0;
  margin:0 10px 0 14px;
  background:transparent url(http://www.humedica.be/common/Content_3Col_Top.gif) top left no-repeat;
}
/* IE6 margin discrepancy */
* html #contentWrapper2 {
  margin:0 9px 0 13px;
}
/* --- 1 Column Content Wrapper --- */
#contentWrapper3 {
  float:left;
  width:951px;
  border:0;
  padding:0;
  margin:0;
  background:transparent url(http://www.humedica.be/common/Content_1Col_Top.gif) top left no-repeat;
}
#Content1 {
  position:relative;
  float:left;
  width:672px;
  height:100%;
  margin:0;
  padding:20px 20px 20px 23px;
  overflow:visible;
}
#Content {
  position:relative;
  float:left;
  width:490px;
  height:100%;
  margin:0;
  padding:20px 17px 20px 23px;
  overflow:visible;
}
#Content3 {
  position:relative;
  float:left;
  width:872px;
  height:100%;
  margin:0;
  padding:20px 20px 20px 23px;
  background:transparent url(http://www.humedica.be/common/content_stars.gif) 804px 5px no-repeat;
  overflow:visible;
}
#Sitemap {
  position:relative;
  float:left;
  width:490px;
  height:100%;
  margin:0;
  padding:15px 17px 20px 23px;
  overflow:visible;
}
#SearchResult {
  position:relative;
  float:left;
  width:490px;
  height:100%;
  margin:0;
  padding:15px 17px 20px 23px;
  overflow:visible;
}
#creator {
  width:450px;
  padding-bottom:7px;
  color:#666666;
  font-size:10px;
}

/*-- PAGE REGION LEFT -------------------------------*/
#pageregionLeft {
  float:left;
  width:185px;
  min-height:200px;
  margin:0px;
  padding-left:18px;
  padding-top:19px;
}

/*-- PAGE REGION RIGHT ------------------------------*/
/* BG-color compensates BG-bug of IE */
#pageregionRight {
  float:left;
  width:185px;
  margin:0;
  padding:0;
}

/*-- PAGE REGION BOTTOM -----------------------------*/
#pageregionBottom {
  width:530px;
  height:92px;
  padding-top:25px;
  padding-left:260px;
  color:#666666;
  vertical-align:top;
  font-size:11px;
}
#footerLogo, #footerLogoEng {
  float:left;
  width:100px;
  padding-top:5px;
  padding-right:15px;
}
#footerLogo a, #footerLogo a:link, #footerLogo a:visited {
  float:left;
  width:95px;
  height:35px;
  background:transparent url(http://www.humedica.be/common/footer_logo_trans_ger.png) top left no-repeat; 
  text-decoration:none; 
  cursor:pointer;
}
* html #footerLogo a, * html #footerLogo a:link, * html #footerLogo a:visited {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/footer_logo_trans_ger.png', sizingMethod='crop');
}
#footerLogoEng a, #footerLogoEng a:link, #footerLogoEng a:visited {
  float:left;
  width:95px;
  height:35px;
  background:transparent url(http://www.humedica.be/common/footer_logo_trans_eng.png) top left no-repeat; 
  text-decoration:none; 
  cursor:pointer;
}
* html #footerLogoEng a, * html #footerLogoEng a:link, * html #footerLogoEng a:visited {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/footer_logo_trans_eng.png', sizingMethod='crop');
}
#pageelement_Copyright {
  float:left;
  width:415px;
  padding-top:5px;
  line-height:18px;
}
#pageelement_Copyright a, #pageelement_Copyright a:link, #pageelement_Copyright a:visited {
  color:#666666;
}
#pageelement_Copyright a:hover, #pageelement_Copyright a:active {
  color:#666666;
  text-decoration:underline;
}
#bottomNicheWrapper {
  position:relative;
  margin:0 auto;
  width:980px;
  height:13px;
  background:#D84A4A url(http://www.humedica.be/common/borderBottom.gif) top left repeat-x;
}

#pageregionTop {
  background:#fff url(http://www.humedica.be/common/belgium_header.jpg) 29px 0px no-repeat;
}
#Logo {
  width:275px;
  height:110px;
}
#Logo a, #Logo a:link, #Logo a:visited {
  display:block;
  width:275px;
  height:120px;
  text-decoration:none;
}
/*-- FLOATING ---------------------------------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
.clearfloating {
  height:1px;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:solid 1px #444;
}
td.sitemapTitle1 {
  background-color:#ddd;
  border-right:solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#444;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#444;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- NEWS -----------------------------------------*/
.NewsWrapper {
  float:left;
  width:326px;
  margin:0;
  padding:10px 0 0 0;
  background:none;  
}
h1.StartTitle {
  margin:0 0 10px 0;
  color:#da251c;
  font-size:20px;
  line-height:24px;
  font-weight:normal;
}
h1.StartTitle a, h1.StartTitle a:link, h1.StartTitle a:visited {
  color:#da251c;
  text-decoration:none;
  font-weight:normal;
}
h1.StartTitle a:hover, h1.StartTitle a:active {
  text-decoration:underline;
}
h1.StartTitle img {
  margin-top:4px;
}
/* -- Aktuelles u. Projekte Berichte -- */
.Newsindex {
  float:left;
  width:326px;
}
.Newsindex ul {
  float:left;
  width:326px;
  margin:0;
  padding:0;
  list-style-type:none;
}
.Newsindex li {
  float:left;
  width:324px;
  margin:0 0 20px 0;
  padding:0;
  cursor:pointer;
}
.Newsindex a, .Newsindex a:link, .Newsindex a:visited {
  float:left;
  width:304px;
  margin:0;
  border:1px solid #DFDFDF;
  padding:8px 10px 12px 10px;
  background:none;
  text-decoration:none;
}
.Newsindex a:hover, .Newsindex a:active {
  border:1px solid #C8C8C8;
  background:transparent url(http://www.humedica.be/common/news_hover_trans.png) top left repeat;
  text-decoration:none;
}
* html .Newsindex a:hover, * html .Newsindex a:active  {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/news_hover_trans.png', sizingMethod='scale');
}
.Newsindex a:hover span.title, .Newsindex a:active span.title {
  text-decoration:none;
  color:#333333;
}
.Newsindex a:hover span.desc, .Newsindex a:active span.desc {
  text-decoration:none;
  color:#333333;
}
.Newsindex span.title {
  float:left;
  width:304px;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#333333;
  cursor:pointer;
}
.Newsindex span.desc {
  float:right;
  width:189px;
  margin:0;
  padding:11px 0 0 0;
  font-size:11px;
  font-weight:normal;
  color:#333333;
  cursor:pointer;
}
.Newsindex a img {
  float:left;
  width:103px;
  height:68px;
  margin:13px 10px 0 0;
  border:1px solid #333333;
  padding:0;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  position:absolute;
  bottom:42px;
  left:208px;
  width:699px;
  height:30px;
  background:none;
}
#menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#menu ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  line-height:130%;
  background: transparent url(http://www.humedica.be/common/menu_line.gif) top left no-repeat;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:block;
  margin-right:1px;
  padding:5px 11px 11px 11px;
  color: #666666;
  font-weight:bold;
  text-decoration: none;
  font-size:11px;
}
#menu ul li a.current {
  color:#666666;
  background: transparent url(http://www.humedica.be/common/menu_schatten.gif)  center bottom no-repeat;
  font-weight:bold;
}
#menu ul li a:hover, #menu ul li a:active {
  color:#666666;
  background: transparent url(http://www.humedica.be/common/menu_schatten.gif)  center bottom no-repeat;
  font-weight:bold;
}
#menu ul li.start {
  background:none;
}

/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  float:left;
  width:185px;
  background:transparent;
  overflow:visible;
}
#macronav a, #macronav a:link, #macronav a:visited  {
  display:block;
  padding:5px 0;
  color:#666666;
  text-decoration:none;
}
#macronav a:hover, #macronav a:active {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 0px 8px no-repeat;
  text-decoration:none;
}
#macronav .path {
  font-weight:bold;
}
#macronav .current {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 0px 8px no-repeat;
  font-weight:bold;
}
#macronav ul {
  margin:0;
  padding:0;
  list-style:none;
  overflow:visible;
}
#macronav li {
  width:185px;
  margin:0;
  padding:1px 0 0 0;
  background:transparent;
  list-style:none;
  overflow:visible;
}

/* -- level 1 -- */

#macronav li.start {
  padding-top:0px;
  background:none;
}
#macronav li a:link, #macronav li a:visited {
  width:170px;
  padding-left:15px;
  overflow:visible;
}

/* -- level 2 -- */

#macronav li li a:link, #macronav li li a:visited {
  width:154px;
  padding-left:31px;
  overflow:visible;
}
#macronav li li a:hover, #macronav li li a:active {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 16px 8px no-repeat;
  text-decoration:none;
}
#macronav li li .current {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 16px 8px no-repeat;
  font-weight:bold;
}
/* -- level 3 -- */

#macronav li li li a:link, #macronav li li li a:visited {
  width:137px;
  padding-left:48px;
  overflow:visible;
}
#macronav li li li a:hover, #macronav li li li a:active {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 33px 8px no-repeat;
  text-decoration:none;
}
#macronav li li li .current {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 33px 8px no-repeat;
  font-weight:bold;
}
/* -- level 4 -- */

#macronav li li li li a:link, #macronav li li li li a:visited {
  width:121px;
  padding-left:64px;
  overflow:visible;
}
#macronav li li li li a:hover, #macronav li li li li a:active {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 49px 8px no-repeat;
  text-decoration:none;
}
#macronav li li li li .current {
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 49px 8px no-repeat;
  font-weight:bold;
}
/*-------------------- TREEVIEW ---------------------- */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {   background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 0px 8px no-repeat; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background: transparent; }  

ul#black {
  width:180px;
  padding:5px 0 0 0;
}

ul#black li {
  width:180px;
  padding:0;
  color:#666666;
}
ul#black li span {
  display:block;
  padding:5px 0 5px 15px;
}
ul#black li li span {
  display:block;
  padding:5px 0 5px 31px;
}
ul#black li li span.hover { 
  background:transparent url(http://www.humedica.be/common/macronav_current_dot.gif) 16px 8px no-repeat;
}

/* -- METANAVIGATION -------------------------------*/
#Metanavigation {
  margin: 0px;
  text-align:center;
  margin:10px 0px;
}
#Metanavigation a {
  color:#666;
  text-decoration:none;
}
#Copyright p {
  margin-top:30px;
  color:#666;
}
#Copyright p a {
  text-decoration:none;
  color:#666;
} 
#Login {
  padding:0;
  margin-top:20px;
  border:0;
/* border-top:5px solid #ccc; */
  width:165px;
/* background-color:#EDEDED; */
}

/* -- MICRONAVIGATION ------------------------------*/
#Micronavigation {
  float:left;
  width:700px;
  padding:34px 0px 5px 235px;
  font-size:10px;
  color:#333;
}
#Micronavigation a:link,
#Micronavigation a:visited {
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}
#Micronavigation a:hover {
  color:#da251c;
  text-decoration:none;
}
#Micronavigation .microCurrent {
  color:#da251c;
}

#Micronavigation {
  padding-top:65px;
}

/* -- INDEX ----------------------------------------*/
#textColumns {
  float:left;
  width:490px;
}
#textColumns ul {
  position:relative;
  float:left;
  width:490px;
  margin:0;
  padding:0;
  list-style:none;
}
#textColumns li {
  display:inline;
  position:relative;
  float:left;
  margin:0;
  padding:0;
}
#textColumns li a, #textColumns li a:link, #textColumns li a:visited  {
  float:left;
  width:140px;
  height:15px;
  border:none;
  padding:3px 8px 3px 15px;
  color:#666666;
  font-weight:bold;
}
#textColumns li a:hover, #textColumns li a:active {
  color:#da251c;
}

.Index {
  float:left;
  width:100%;
}
.Index ul {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  list-style-type:none;
}
.Index li {
  float:left;
  width:100%;
  margin:0 0 10px 0;
  padding:0;
  cursor:pointer;
}
.Index a, .Index a:link, .Index a:visited {
  float:left;
  width:304px;
  margin:0;
  border:1px solid #DFDFDF;
  padding:8px 10px 12px 10px;
  background:none;
  text-decoration:none;
}
.Index a:hover, .Index a:active {
  border:1px solid #C8C8C8;
  background:transparent url(http://www.humedica.be/common/news_hover_trans.png) top left repeat;
  text-decoration:none;
}
* html .Index a:hover, * html .Index a:active  {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.be/common/news_hover_trans.png', sizingMethod='scale');
}
.Index a:hover span.title, .Index a:active span.title {
  text-decoration:none;
  color:#333333;
}
.Index a:hover span.desc, .Index a:active span.desc {
  text-decoration:none;
  color:#333333;
}
.Index span.title {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#333333;
  cursor:pointer;
}
.Index span.date {
  font-weight:normal;
  font-size:11px;
  cursor:pointer;
}
.Index span.desc {
  float:right;
  width:350px;
  margin:0;
  padding:6px 0 0 0;
  font-size:11px;
  font-weight:normal;
  color:#333333;
  cursor:pointer;
}
.Index img {
  float:left;
  width:103px;
  height:68px;
  margin:8px 10px 0 0;
  border:1px solid #333333;
  padding:0;
}

/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/
/* -- STANDARD -------------------------------------*/
h1, h2,  h3, h4, h5, .heading1, .heading2, .heading3, .heading4, .heading5 {
  color: #da251c;
  font-weight:normal;
}
body, p, ol, ul, li, em, sup, sub, table, tr, th, td, blockquote {
  color: #333;
  font-size:11px;
}
h1.title {
  font-size:20px;
  line-height:24px;
  margin:0;
  padding-bottom:10px;
}
h1,.heading1 {
  font-size:20px;
  line-height:24px;
}
h2,.heading2 {
  font-size:16px;
  line-height:18px;
}
h3,.heading3 {
  margin-bottom:10px;
  font-size:13px;
  line-height:16px;
  font-weight:bold;
}
h4,.heading4 {
  font-size:12px;
  line-height:14px; 
  margin-bottom:10px;
}
h5,.heading5 {
  font-weight:bold;
  font-size:12px;
  line-height:14px;
  margin:0;
  padding:0;
}

/*
#SearchResult h1.title {
  padding-top:40px;
}
#Sitemap h1.title {
  padding-top:40px;
}*/
#SearchResult p {
  margin:0;
  padding:10px 0;
}

em {
  overflow:visible;
  margin:0;
  padding:0;
}
* html em {
  height:1%;
}
p {
  line-height:15px;
  margin:0;
  padding:0 0 10px 0;
}
ol {
}
ul {
  list-style-type:square; 
}
li {
  padding:3px 0;
}
p.creator  {
}

p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px !important; font-size: xx-small;
}

a, a:link, a:visited {
  color:#da251c;
  font-weight:bold;
  text-decoration:none;
}
a, a:link img, a:visited img {
  border:0;
}
a:hover, a:active {
  text-decoration:underline;
  color:#da251c;
}
#pageregionBottom a {
  text-decoration:none;
}
code {
}
img.rssfeed {
  cursor:pointer;
}

/* -- ZMS FORMAT (TEXT FORMATS) --------------------*/
p.startbox {
  float:left;
  width:326px;
  margin:0;
  padding:10px 0 0 0;
}
p.neu {
  float:left;
  width:326px;
  height:70px;
  margin:10px 0 15px 0;
  padding:12px 0 10px 0;
  background:transparent url(http://www.humedica.be/common/media_button.gif) top left no-repeat;
}
p.neu a, p.neu a:link, p.neu a:visited {
  float:left;
  width:185px;
  height:60px;
  margin:0 0 15px 0;
  padding:10px 10px 0 131px;
  text-decoration:none;
}
p.neu a:hover, p.neu a:active {
  text-decoration:none;
}
p.neu a:hover span.title, p.neu a:active span.title {
  text-decoration:underline;
}
p.neu a:hover span.desc, p.neu a:active span.desc {
  text-decoration:none;
}
p.neu span.title {
  float:left;
  width:185px;
  margin:0;
  padding:0;
  font-size:16px;
  font-weight:bold;
  color:#da251c;
  cursor:pointer;
}
p.neu span.desc {
  float:left;
  width:185px;
  margin:0;
  padding:5px 0 0 0;
  font-size:11px;
  font-weight:normal;
  color:#333333;
  cursor:pointer;
}
p.caption {
  font-style:italic;
  padding-top:0px;
  margin-top:0px;
  color:#000;
}
p.emphasis {
  padding-right:3px;
  font-style:italic;
}

p.description {
  line-height:15px;
  font-size:10px;
  font-weight:bold;
  color:#666666;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- SEARCH ---------------------------------------*/
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:10px !important; font-size: xx-small;
}
#Search {
  margin:0px 0px 10px 0px;
  border:0;
  padding:0;
}
#Search form {
  margin:0;
  border:0;
  padding:10px 10px 0px 10px;
}
#Search input#raw {
  width:134px;
  height:23px;
  margin:0;
  padding:7px 5px 0px 7px;
  background:transparent url(http://www.humedica.be/common/suche_HG.gif) top left no-repeat;
  border:none;
  vertical-align:middle;
}
#Search input#btnSearch {
  margin:0 0 0 5px;
  vertical-align:middle;
}

/* -- (Results) -- */
#searchresults {
  width:490px;
  padding:0;
}
#searchresults dd {
  margin:0 0 5px 0;
  color:#333333;
}
#searchresults dt {
  padding-top:10px;
  padding-bottom:3px;
}
/* -- (Donation Form Results) -- */
#donRes {
  float:left;
  width:185px;
  padding:0 0 15px 0;
}
#donRes dd {
  margin:0 0 5px 0;
  color:#333333;
}
#donRes dt {
  padding-top:10px;
  padding-bottom:3px;
}

/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
  html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin: 0;
  font-size:10px !important; font-size: xx-small;
}

/* -- ZMS TABLES -----------------------------------*/
div.ZMSTable {}
div.ZMSTable table tr th {}
div.ZMSTable tr.even td {}
div.ZMSTable tr.odd td {}
table tr td  {
  font-size: 10px;
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic {
  margin:0 0 4px 0;
  background-color:transparent;
  overflow:hidden;
}
div.ZMSGraphic p {
  margin:0;
  padding:0;
  font-size:10px;
  color:#666666;
}
div.ZMSGraphic.left {
  text-align:left;
}
div.ZMSGraphic.right {
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft { 
  float:left;
  margin-right:10px;
}
div.ZMSGraphic.floatright { 
  float:right;
  margin-left:10px;
}
div.ZMSGraphic.center{ 
  text-align:center;
}
div.graphic.alignleft {
  float:left;
  text-align:left;
  margin-right:7px;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin-left:7px;
}
div.ZMSGraphic div.text {
  padding:2px 0;
}
a.zoom, a.superzoom, a.download {
  display:block;
  margin-top: -21px;
}
a.zoom img.zoom {
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/zoom.gif') no-repeat;
}
a.download img.download	{
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/download.gif') no-repeat;
}
a.superzoom img.superzoom {
  width: 23px;
  height: 21px;
  background: #FFFFFF url('/misc_/zms/superzoom.gif') no-repeat;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  width:188px;
  font-size:12px !important; font-size: 12px;
}
div.ZMSTeaserContainer {
  padding:0px;
  margin-bottom:10px;
}
div.ZMSTeaserElement {
  width:188px;
  padding:0px;
}
div.ZMSTeaserElement img.title {
  border:none;
}
div.ZMSTeaserElement div.title {
  font-weight:bold;
  text-decoration:none;
  color:black;
  padding:4px 4px 2px 4px;
  display:block;
}
div.ZMSTeaserElement div.text {
  padding:0px 6px 6px 6px;
  line-height:1.3em;
}

/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  width:184px;
}
div.ZMSLinkElement {
  background-color:transparent;
  padding:2px;
}

div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}

div.ZMSLinkElement div.text {
}

div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; 
  margin-left:20px;
}
li.LinkElementExternal {
	list-style-image:url(http://www.humedica.be/common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(http://www.humedica.be/common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(http://www.humedica.be/common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(http://www.humedica.be/common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* --- Download --- */
.download {
  position:relative;
  width:100%;
  padding:10px 0;
}
.download p {
  margin:0;
  padding:0 0 0 18px;
}


/*------- Special Info Area -------------------------*/
.spenden {
  float:left;
  width:184px;
  height:184px;
  padding-bottom:10px;
}
.spenden a, .spenden a:link, .spenden a:visited {
  float:left;
  width:184px;
  height:184px;
  background: url(http://www.humedica.be/common/teaser_184x184.gif) no-repeat;
  text-decoration:none;
  cursor:pointer;
}
.spenden a:hover, .spenden a:active {
  text-decoration:none;
}
.spenden a span.title, .spenden a:link span.title, .spenden a:visited span.title {
  float:left;
  width:173px;
  padding:12px 0 0 11px;
  font-size:13px;
  color:#E32118;
  font-weight:bold;
}
.spenden a span.desc, .spenden a:link span.desc, .spenden a:visited span.desc, 
.spenden a span.descEng1, .spenden a:link span.descEng1, .spenden a:visited span.descEng1, 
.spenden a span.descEng2, .spenden a:link span.descEng2, .spenden a:visited span.descEng2 {
  float:left;
  width:123px;
  margin:10px 0 5px 0;
  font-size:10px;
  font-weight:normal;
  color:#333333;
}
.spenden a span.descEng1, .spenden a:link span.descEng1, .spenden a:visited span.descEng1 {
  width:100px;
  margin:2px 0;
}
.spenden a span.descEng2, .spenden a:link span.descEng2, .spenden a:visited span.descEng2 {
  width:168px;
  margin:2px 0;
}
.spenden a img, .spenden a:link img, .spenden a:visited img {
  float:left;
  margin:10px 3px 0 3px;
  border:0;
}
.spenden a span.note, .spenden a:link span.note, .spenden a:visited span.note {
  float:left;
  width:170px;
  margin-bottom:5px;
  padding:3px 0 3px 11px;
  font-size:8px;
  color:#666666;
  font-weight:normal;
}
.spenden a:hover span.title, .spenden a:active span.title {
  text-decoration:underline;
}








.spendenS {
  float:left;
  width:184px;
  height:114px;
  padding-bottom:10px;
}
.spendenS a, .spendenS a:link, .spendenS a:visited {
  float:left;
  width:184px;
  height:114px;
  background: url(http://www.humedica.be/common/teaser_184x114.gif) no-repeat;
  text-decoration:none;
  cursor:pointer;
}
.spendenS a:hover, .spendenS a:active {
  text-decoration:none;
}
.spendenS a span.title, .spendenS a:link span.title, .spendenS a:visited span.title {
  float:left;
  width:173px;
  padding:12px 0 0 11px;
  font-size:13px;
  color:#E32118;
  font-weight:bold;
}
.spendenS a span.desc, .spendenS a:link span.desc, .spendenS a:visited span.desc {
  float:left;
  width:123px;
  margin:10px 0 5px 0;
  font-size:10px;
  font-weight:normal;
  color:#333333;
}
.spendenS a img, .spendenS a:link img, .spendenS a:visited img {
  float:left;
  margin:10px 3px 0 3px;
  border:0;
}
.spendenS a span.note, .spendenS a:link span.note, .spendenS a:visited span.note {
  float:left;
  width:170px;
  margin-bottom:5px;
  padding:3px 0 3px 11px;
  font-size:8px;
  color:#666666;
  font-weight:normal;
}
.spendenS a:hover span.title, .spendenS a:active span.title {
  text-decoration:underline;
}
.spenden {
  height:215px;
}
.spenden a, .spenden a:link, .spenden a:visited {
  height:215px;
}

/* .spenden { */
/*  height:259px; */
/*  background: url(http://www.humedica.be/common/teaser_top_BG.jpg) top left no-repeat; */
/* } */
/* .spenden a, .spenden a:link, .spenden a:visited { */
/*   height:190px; */
/* } */
/* .spenden .paypal { */
/*   float:left; */
/*   width:184px; */
/*   padding:10px 0 0 0; */
/*   text-align:center; */
/* } */

.volunteer {
  float:left;
  width:184px;
  height:100px;
  padding-bottom:10px;
}
.volunteer a, .volunteer a:link, .volunteer a:visited {
  float:left;
  width:184px;
  height:100px;
  background: url(http://www.humedica.be/common/teaser_volunteer.gif) no-repeat;
  text-decoration:none;
  cursor:pointer;
}
.volunteer a:hover, .volunteer a:active {
  text-decoration:none;
}
.volunteer a span.title, .volunteer a:link span.title, .volunteer a:visited span.title {
  float:left;
  width:173px;
  padding:12px 0 0 11px;
  font-size:13px;
  color:#E32118;
  font-weight:bold;
}
.volunteer a span.desc, .volunteer a:link span.desc, .volunteer a:visited  span.desc {
  float:left;
  width:159px;
  padding:10px 5px 0 11px;
  color:#333333;
  font-weight:normal;
}
.volunteer a span.more, .volunteer a:link span.more, .volunteer a:visited  span.more {
  float:left;
  width:159px;
  padding:5px 5px 0 11px;
  color:#666666;
  text-decoration:underline;
}
.volunteer a:hover span.title, .volunteer a:active span.title {
  text-decoration:underline;
}
#buttonWrapper {
  float:right;
  width:218px;
  margin:0;
  padding:0;
}
#button1 {
  float:left;
  width:208px;
  height:73px;
  margin:0 0 4px 0;
  padding:0;
  background:transparent url(http://www.humedica.be/common/button1_all.jpg) no-repeat;
}
#button1 a, #button1 a:link, #button1 a:visited {
  float:left;
  width:208px;
  height:73px;
  margin:0;
  padding:0;
  background:transparent;
  text-decoration:none;
}
#button1 a:hover, #button1 a:active {
  float:left;
  margin:0;
  padding:0;
  background:transparent url(http://www.humedica.be/common/button1_hover.gif) no-repeat;
  text-decoration:none;
}
#button2 {
  float:left;
  width:208px;
  height:73px;
  margin:0;
  padding:0 10px 0 0;
  background:transparent url(http://www.humedica.be/common/button2_all.jpg) no-repeat;
}
#button2 a, #button2 a:link, #button2 a:visited {
  float:left;
  width:208px;
  height:73px;
  margin:0;
  padding:0;
  background:transparent;
  text-decoration:none;
}
#button2 a:hover, #button2 a:active {
  float:left;
  margin:0;
  padding:0;
  background:transparent url(http://www.humedica.be/common/button2_hover.gif) no-repeat;
  text-decoration:none;
}

/* --- SOCIAL MEDIA LINKS --- */
#SM {
  float:left;
  position:relative;
  width:218px;
  height:52px;
  margin:20px 0 13px 0;
  background:transparent url(http://www.humedica.be/common/teaser_184x41.png) bottom left no-repeat;
}

#SM a, #SM a:link, #SM a:visited {
  position:relative;
  float:left;
  display:inline;
  width:152px;
  height:44px;
  padding:0px 14px 0 0;
  overflow:hidden;
}
#SM a.first, #SM a.first:link, #SM a.first:visited {
  padding-left:10px;
}

/*------- Contact Form -----------*/
div#contactDetail {
  float:left;
  width:100%;
  margin:0;
  padding:0px;
}
div#contactDetail div {
  display:block;
  float:left;
  width:240px;
  padding:0;
  margin:0;
}
div#contactDetail label {
  float:left;
  width:180px;
  height:15px;
  margin:7px 0 0 0;
}
div#contactDetail input {
  float:left;
  width:180px;
  height:16px;
  margin:2px 0px;
  border:1px solid #B7B7B7;
  padding:2px 5px;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:12px;
}
div#contactDetail select {
  float:left;
  width:304px;
  height:20px;
  margin:2px 0px;
  border:1px solid #B7B7B7;
  background:#fff;
}

div#contactDetail textarea {
  float:left;
  width:340px;
  margin:3px 0px;
  border:1px solid #B7B7B7;
  padding:2px;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:12px;
}
div#contactDetail input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 0px;
  border:1px solid #B7B7B7;
  padding:2px 0;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
}
div#contactDetail .line {
  float:left;
  width:100%;
  height:5px;
  margin:20px 0px 10px 0px;
  background:transparent url(http://www.humedica.be/common/form_line_BG.gif) repeat-x;
}
div#contactDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px;
  color:#da251c;
}
  
div#contactFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px;
  color:#da251c;
}
div#spendenFormular {
  float:left;
  width:100%;
  margin:0;
  padding:0px;
}
div#spendenFormular div {
  display:block;
  float:left;
  width:216px;
  padding:0 12px 0 0;
  margin:0;
}
div#spendenFormular span.radioOther {
  position:relative;
  float:left;
  width:216px;
  margin:0;
  padding:0 0 5px 0;
}
div#spendenFormular div.formRight {
  display:block;
  float:left;
  width:216px;
  padding:0;
  margin:0;
}
div#spendenFormular div#packMe {
  display:none;
  width:650px;
}
div#spendenFormular div#packMe select {
  width:120px;
  margin:0 8px 2px 0;
  margin-top:-3px;
}
* html div#spendenFormular div#packMe select {
  margin-top:-5px;
}

div#spendenFormular label {
  float:left;
  width:180px;
  height:15px;
  margin:7px 0 0 0;
}
div#spendenFormular label.radioLabel {
  position:relative;
  float:left;
  width:216px;
  margin:0;
  padding:5px 0;
  cursor:pointer;
}
div#spendenFormular label.response {
  width:300px;
}
div#spendenFormular input {
  float:left;
  width:204px;
  height:14px;
  margin:2px 0px;
  border:1px solid #B7B7B7;
  padding:2px 5px;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:11px;
  line-height:14px;
}
div#spendenFormular select {
  float:left;
  width:214px;
  height:18px;
  margin:2px 0px;
  border:1px solid #B7B7B7;
  background:#fff;
  font-size:11px;
  line-height:14px;
}
div#spendenFormular a.contactCard, div#spendenFormular a.contactCard:link, div#spendenFormular a.contactCard:visited {
  float:left;
  text-decoration:none;
  border:0;
}
div#spendenFormular a.contactCard:hover, div#spendenFormular a.contactCard:active{
  text-decoration:none;
  border:0;
}
div#spendenFormular a.contactCard img, div#spendenFormular a.contactCard:link img, div#spendenFormular a.contactCard:visited img {
  border:0;
}
div#spendenFormular input.checkbox {
  width:14px;
  margin:10px 8px 0 8px;
  border:1px solid #B7B7B7;
}
div#spendenFormular input.checkbox2 {
  width:14px;
  margin:10px 4px 0 0;
  border:1px solid #B7B7B7;
}
div#spendenFormular input.radio {
  width:14px;
  margin:0 8px 0 0;
  border:0;
  background:#fff;
}
div#spendenFormular input.response {
  width:20px;
  margin:2px 5px 2px 5px;
}
div#spendenFormular textarea {
  float:left;
  width:438px;
  margin:3px 0px;
  border:1px solid #B7B7B7;
  padding:2px;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:12px;
}
div#spendenFormular input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 0px;
  border:1px solid #B7B7B7;
  padding:2px 0;
  background:#FFFFFF url(http://www.humedica.be/common/form_field_BG.gif) repeat-x;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
}
div#spendenFormular .line {
  float:left;
  width:100%;
  height:5px;
  margin:20px 0px 10px 0px;
  padding:0;
  background:transparent url(http://www.humedica.be/common/form_line_BG.gif) repeat-x;
}
div#spendenDanke {
  float:left;
  width:642px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px;
  color:#da251c;
}
div#spendenDanke2 {
  float:left;
  width:490px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px 0;
  color:#da251c;
} 
div#spendenFehler {
  float:left;
  width:642px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px;
  color:#da251c;
}
div#spendenFehler2 {
  float:left;
  width:490px;
  margin:10px 0;
  border-top:1px solid #B7B7B7;
  border-bottom:1px solid #B7B7B7;
  padding:15px 0;
  color:#da251c;
}
/*------- newsletter Formularen -----------*/
div#spendenFormular div.wide {
  width:490px;
  padding:0 0 10px 0;
}
div#spendenFormular div.wide label {
  width:110px;
}
div#spendenFormular div.wide select {
  width:120px;
  margin:2px 15px 0 0px;
}

div#spendenFormular div.wide input {
  width:360px;
}
div#spendenFormular div.wide input.btn {
  float:right;
  width:71px;
  margin:3px 8px 10px 0px;
}
/* --- Newsletter CSS --- */
.nl_subForm {border:solid 1px #888888; padding:10px; background:#FDF6F6;}
.nl_subForm form {margin:0;}
.nl_subForm label {float:left; width:110px; font-size:12px; padding:3px 0 0 0;}
.nl_subForm select {float:left; margin:0;}
.nl_subForm input {float:left; width:300px; margin:0;}
.nl_subForm input.inBtn {float:left; width:100px; height:24px; margin:0 0 0 110px;}

table#bodyTable tr td {font-family: Arial, Helvetica, sans-serif; color:#666666; font-size: 11px; line-height: 15px; letter-spacing:0px;}

h1.nl {margin:0; padding:0; color:#DA251C; font-size:16px; line-height:20px;}
h2.nl, h2.nl a, h2.nl a:link, h2 a:visited {color:#666666; font-size: 12px; font-weight:bold;}
a, a:link, a:visited {color: #666666; font-weight:bold; text-decoration: none; letter-spacing:0px;}
a.two, a:link .two, a:visited .two {font-weight:normal; color:#DA251C;}
a:hover, a:active {text-decoration: underline;}
td.nlContainer {padding:3px 10px 10px 10px;}
td.nlContent {border:2px solid #CCCCCC; padding:4px 10px 10px 10px;}
td.seeEmailLink {padding:20px 0 0 110px;}
td.headerImage {padding:5px 0 10px 0;}
td.indexLinks {padding:0 0 12px 0;}
td.indexLinks span {color:#DA251C; font-weight:bold;}
td.indexLinks a, td.indexLinks a:link, td.indexLinks a:visited {font-size:12px; color: #FFFFFF; font-weight:bold;}
td.greeting {padding:10px 0;}
td.greeting p {}
td.teaserLine {padding:10px 0;}
td.teaserLine hr {margin:0; border:0; border-bottom:1px solid #E9E9E9;}
td.teaserTwo {padding:10px; background:#FBE9E8;}
td.teaserBlack {border:3px solid #000000; padding:7px;}
td.teaserImage {padding:0 10px 0 0;}
td.category {padding:0 0 10px 0; color:#999999;}
td.teaserTop {padding:0 0 3px 0;}
td.teaserLineTwo {padding:5px 0 0 0;}
td.teaserText {vertical-align:top;}
td.teaserText h2, td.teaserTextBlue h2 {margin:0;}
td.teaserText p, td.teaserTextBlue p {margin:11px 0;}
td.donLine {border-right:1px solid #CCCCCC; padding:0 10px 0 0;}
td.donLinks {padding:5px 0 0 7px; vertical-align:middle; text-align:center;}
td.copyright {padding:5px 110px 5px 100px; font-size:9px;}
td.copyright table tr td {padding:0 0 10px 10px; vertical-align:top;}
td.copyright table tr td p {margin:0; padding:0 0 0 0; font-size:9px; line-height:11px;}
td.copyright table tr td.teaserLine {padding:0 0 10px 0;}
td.copyright table tr td.teaserLine hr {margin:0 3px 0 8px; border:0; border-bottom:1px solid #CCCCCC;}

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/

/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/
.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
} 


