
/****************************************************/
/*    1.  CSS-Modul: COLORS                         */
/****************************************************/

.neutralColorTrans  {background-color: transparent;}
.neutralColorWhite  {background-color: #FFF;}
.neutralColorLight  {background-color: #E8E8E8;}
.neutralColorMedium {background-color: #CCC;}
.neutralColorStrong {background-color: #666;}
.neutralColorBlack  {background-color: #333;}

.teaserColor        {background-color: #DA251C;}

.secondColorStrong  {background-color: #AAA;}
.secondColorMedium  {background-color: #DDD;}
.secondColorLight   {background-color: #EEE;}

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

/****************************************************/
/*    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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/common/Content_2Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper1 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.org.cn/common/css/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.org.cn/common/css/common/Content_3Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper2 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.org.cn/common/css/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.org.cn/common/css/common/Content_1Col_BG.png) bottom left repeat-y;
}
* html #layoutWrapper3 {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.org.cn/common/css/common/Content_1Col_BG.png', sizingMethod='scale');
}

/*-- PAGE BORDERS -----------------------------------*/
#pageBorderTop {
  position:relative;
  width:100%;
  height:29px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/borderTop.gif) top left repeat-x;
}
#topNicheWrapper {
  position:relative;
  margin:0 auto;
  width:980px;
  height:29px;
  background:transparent url(http://www.humedica.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/common/borderBottom.gif) top left repeat-x;
}

#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.org.cn/common/css/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.org.cn/common/css/common/news_hover_trans.png', sizingMethod='scale');
}
.Newsindex a:hover span.title, .Newsindex a:active span.title {
  text-decoration:none;
  color:#333;
}
.Newsindex a:hover span.desc, .Newsindex a:active span.desc {
  text-decoration:none;
  color:#333;
}
.Newsindex span.title {
  float:left;
  width:304px;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#333;
  cursor:pointer;
}
.Newsindex span.desc {
  float:right;
  width:189px;
  margin:0;
  padding:11px 0 0 0;
  font-size:11px;
  font-weight:normal;
  color:#333;
  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.org.cn/common/css/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: #666;
  font-weight:bold;
  text-decoration: none;
  font-size:11px;
}
#menu ul li a.current {
  color:#666;
  background: transparent url(http://www.humedica.org.cn/common/css/common/menu_schatten.gif)  center bottom no-repeat;
  font-weight:bold;
}
#menu ul li a:hover, #menu ul li a:active {
  color:#666;
  background: transparent url(http://www.humedica.org.cn/common/css/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 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;
}
#macronav li a, #macronav li a:link, #macronav li a:visited {
  display:block;
  padding:5px 0;
  color:#666;
  text-decoration:none;
}
#macronav li a:hover, #macronav li a:active {
  background:transparent url(http://www.humedica.org.cn/common/css/common/macronav_current_dot.gif) 0px 8px no-repeat;
  text-decoration:none;
}
#macronav li a.current, #macronav li a.current:link, #macronav li a.current:visited {
  background:transparent url(http://www.humedica.org.cn/common/css/common/macronav_current_dot.gif) 0px 8px no-repeat;
}

/* -- level 1 -- */

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

/* -- level 2 -- */

#macronav li li a, #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.org.cn/common/css/common/macronav_current_dot.gif) 16px 8px no-repeat;
  text-decoration:none;
}
#macronav li li a.current, #macronav li li a.current:link, #macronav li li a.current:visited {
  background:transparent url(http://www.humedica.org.cn/common/css/common/macronav_current_dot.gif) 16px 8px no-repeat;
}
/* -- level 3 -- */

#macronav li li li a, #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.org.cn/common/css/common/macronav_current_dot.gif) 33px 8px no-repeat;
  text-decoration:none;
}
#macronav li li li a.current, #macronav li li li a.current:link, #macronav li li li a.current:visited {
  background:transparent url(http://www.humedica.org.cn/common/css/common/macronav_current_dot.gif) 33px 8px no-repeat;
}
/* -- level 4 -- */

#macronav li li li li a, #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.org.cn/common/css/common/macronav_current_dot.gif) 49px 8px no-repeat;
  text-decoration:none;
}
#macronav li li li li a.current, #macronav li li li li a.current:link, #macronav li li li li a.current:visited {
  background:transparent url(http://www.humedica.org.cn/common/css/common/macronav_current_dot.gif) 49px 8px no-repeat;
}
/*-------------------- 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.org.cn/common/css/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:#666;
}
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.org.cn/common/css/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:#333;
  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:#666;
  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.org.cn/common/css/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.org.cn/common/css/common/news_hover_trans.png', sizingMethod='scale');
}
.Index a:hover span.title, .Index a:active span.title {
  text-decoration:none;
  color:#333;
}
.Index a:hover span.desc, .Index a:active span.desc {
  text-decoration:none;
  color:#333;
}
.Index span.title {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#333;
  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:#333;
  cursor:pointer;
}
.Index img {
  float:left;
  width:103px;
  height:68px;
  margin:8px 10px 0 0;
  border:1px solid #333333;
  padding:0;
}
.indexSSP {
  float:left;
  width:622px;
  padding:0 25px 10px;
}
.indexSSP a, .indexSSP a:link, .indexSSP a:visited {
  position:relative;
  float:left;
  display:inline;
  width:191px;
  height:165px;
  margin:0 11px 0 0;
  padding:4px 5px 5px 4px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/indexSSP_HG.gif) top left no-repeat;
  text-decoration:none;
  overflow:hidden;
}
.indexSSP a:hover, .indexSSP a:active {
  text-decoration:none;
}
.indexSSP a:hover span.title, .indexSSP a:active span.title {
  text-decoration:underline;
  color:#333;
}
.indexSSP a:hover span.desc, .indexSSP a:active span.desc {
  text-decoration:none;
  color:#333;
}
.indexSSP a.noPad, .indexSSP a.noPad:link, .indexSSP a.noPad:visited {
  margin:0;
}
.indexSSP a span.img, .indexSSP a:link span.img, .indexSSP a:visited span.img {
  display:block;
  width:191px;
  height:107px;
  padding:0;
  overflow:hidden;
}
.indexSSP a span.play, .indexSSP a:link span.play, .indexSSP a:visited span.play {
  position:absolute;
  top:4px;
  left:4px;
  width:191px;
  height:107px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/play.png) top left no-repeat;
}
* html .indexSSP a span.play, * html .indexSSP a:link span.play, * html .indexSSP a:visited span.play {
  position:static;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.humedica.org.cn/common/css/common/play.png', sizingMethod='crop');
}
.indexSSP a span.title, .indexSSP a:link span.title, .indexSSP a:visited span.title {
  display:block;
  width:191px;
  height:30px;
  padding:5px 0;
  font-size:12px;
  line-height:16px;
  font-weight:bold;
  color:#333;
  cursor:pointer;
  overflow:hidden;
}
.indexSSP a span.text, .indexSSP a:link span.text, .indexSSP a:visited span.text {
  display:block;
  width:191px;
  height:18px;
  font-weight:normal;
  font-size:10px;
  line-height:12px;
  color:#666;
  cursor:pointer;
  overflow:hidden;
}
.indexSSP a span.text img, .indexSSP a:link span.text img, .indexSSP a:visited span.text img {
  marign:0 0 -3px 0;
  padding:0 0 0 5px;
}
/****************************************************/
/*    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.org.cn/common/css/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:#333;
  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:#666;
}

/****************************************************/
/*    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.org.cn/common/css/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:#333;
}
#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:#333;
}
#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.org.cn/common/css/common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(http://www.humedica.org.cn/common/css/common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(http://www.humedica.org.cn/common/css/common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(http://www.humedica.org.cn/common/css/common/mail_link.gif);
}
/* -- ZMS FILE -------------------------------------*/
div.ZMSFile {
  padding:5px 0;
  background:transparent;
  font-size:12px;
  line-height:15px;
}
div.ZMSFile div.title {
  font-weight:bold;
}
div.ZMSFile div.description {
  padding-left:21px;
}
/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/*------- SPONSOR OBJECT ---------------------------*/
.sponsorFamily {
  position:relative;
  float:left;
  width:468px;
  margin:0 0 15px 0;
  border:1px solid #C8C8C8;
  padding:10px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/news_hover_trans.png) top left repeat;
}
.sponsorFamily span.country {
  float:left;
  width:468px;
  height:15px;
  padding:0 0 5px 0;
  font-weight:bold;
}
.sponsorFamily span.img {
  float:left;
  width:150px;
  height:100px;
  margin:0 10px 40px 0;
  border:1px solid #333333;
  padding:0;
  overflow:hidden;
}
.sponsorFamily span.desc {
  float:left;
  width:306px;
  padding:0 0 45px 0;
}
.sponsorFamily span.family {
  position:absolute;
  bottom:10px;
  left:9px;
  width:300px;
}
.sponsorFamily span.familyTotal {
  float:left;
  height:15px;
  padding:0 8px 0 0;
}
.sponsorFamily span.familyNeeded {
  float:left;
  height:15px;
}
.sponsorFamily span.buttonger {
  position:absolute;
  bottom:10px;
  right:10px;
  width:135px;
  height:34px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/sponsor_link.jpg) top left no-repeat;
}
.sponsorFamily span.buttonger a, .sponsorFamily span.buttonger a:link, .sponsorFamily span.buttonger a:visited {
  display:block;
  width:135px;
  height:34px;
  background:transparent;
  text-decoration:none;
}
.sponsorFamily span.buttonger a:hover, .sponsorFamily span.buttonger a:active {
  width:135px;
  height:34px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/sponsor_link_hover.jpg) top left no-repeat;
  text-decoration:none;
}
.sponsorFamily span.buttoneng {
  position:absolute;
  bottom:10px;
  right:10px;
  width:135px;
  height:34px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/sponsor_link_eng.jpg) top left no-repeat;
}
.sponsorFamily span.buttoneng a, .sponsorFamily span.buttoneng a:link, .sponsorFamily span.buttoneng a:visited {
  display:block;
  width:135px;
  height:34px;
  background:transparent;
  text-decoration:none;
}
.sponsorFamily span.buttoneng a:hover, .sponsorFamily span.buttoneng a:active {
  width:135px;
  height:34px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/sponsor_link_hover_eng.jpg) top left no-repeat;
  text-decoration:none;
}
/*------- 30 Year Teaser ---------------------------*/
#teaserC {
  position:relative;
  float:left;
  width:326px;
  padding:0 0 15px 0;
}
#teaserC a.logoP, #teaserC a.logoP:link, #teaserC a.logoP:visited {
  position:relative;
  float:left;
  width:83px;
  margin:0;
  border:0;
  padding:0 20px 0 0;
  text-decoration:none;
  overflow:hidden;
}
#teaserC a.logoP img, #teaserC a.logoP:link img, #teaserC a.logoP:visited img {
  border:0;
  text-decoration:none;
}
#teaserC a.logoP:hover, #teaserC a.logoP:active {
  text-decoration:none;
}
#teaserC a.title, #teaserC a.title:link, #teaserC a.title:visited {
  position:relative;
  float:left;
  width:223px;
  padding:0px 0px 5px 0;
  color:#DA251C;
  font-size:20px;
  font-weight:normal;
  cursor:pointer;
}
#teaserC a.title:hover, #teaserC a.title:hover {
  text-decoration:underline;
}
#teaserC span.desc {
  position:relative;
  float:left;
  width:223px;
  padding:0;
  font-size:11px;
  font-weight:normal;
  color:#666;
}

/*------- Program Point -----------------------------*/
.programPoint {
  position:relative;
  float:left;
  width:100%;
  padding:0 0 10px 0;
  clear:both;
}
.pointLeft1 {
  position:relative;
  float:left;
  width:80px;
}
.pointLeft2 {
  position:relative;
  float:left;
  width:110px;
}
.pointRight1 {
  position:relative;
  float:left;
  width:400px;
  padding-left:10px;
  text-align:left;
  line-height:15px;
}
.pointRight2 {
  position:relative;
  float:left;
  width:370px;
  padding-left:10px;
  text-align:left;
  line-height:15px;
}

textarea.bannerLink {
  width:350px;
  height:55px;
  margin:0 0 20px 0;
  overflow:auto;
}
#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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/common/button2_hover.gif) no-repeat;
  text-decoration:none;
}

/* --- 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.org.cn/common/css/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;
}
.zertifikat {
  float:left;
  width:178px;
  height:141px;
  padding:3px 3px 13px 3px;
  background: url(http://www.humedica.org.cn/common/css/common/teaser_184x147.gif) top left no-repeat;
}
.zertifikat a, .zertifikat a:link, .zertifikat a:visited {
  float:left;
  width:89px;
  text-decoration:none;
  text-align:center;
}
.zertifikat a:hover, .zertifikat a:active {
  text-decoration:none;
}
.partnerLogo {
  float:left;
  width:184px;
  height:147px;
  margin:10px 0 0 0;
  background: url(http://www.humedica.org.cn/common/css/common/teaser_184x147.gif) no-repeat;
}
.partnerLogo a, .partnerLogo a:link, .partnerLogo a:visited {
  float:left;
  width:173px;
  padding:12px 0 0 11px;
  font-size:13px;
  color:#E32118;
  font-weight:bold;
  text-decoration:none;
}
.partnerLogo a:hover, .partnerLogo a:active {
  text-decoration:underline;
}
.partnerLogo span.partner {
  float:left;
  width:150px;
  padding:15px 17px 0 17px;
  cursor:default;
}

#sms {
  float:left;
  width:178px;
  height:372px;
  padding:12px 3px;
  background:transparent url(http://www.humedica.org.cn/common/css/common/teaser_184x384.gif) top left no-repeat;
  text-align:center;
}

/*------- Kontakt Formular -------------------------*/
#details {
  position:absolute;
  top:113px;
  left:50px;
  padding:0 5px;
  background:#fff;
  z-index:50;
}
* html #details {
  top:129px;
}
#details p {
  margin:0;
  padding:0;
  font-size:10px;
}
#contactGeneral {
  float:left;
  width:457px;
  margin-top:20px;
  border:1px solid #B7B7B7;
  padding:15px;
}
/* --- so the spacing between the textabschnitt and the form in IE6 is the same as in the other browsers --- */
* html #contactGeneral {
  margin-top:5px;
}
#contactGeneral .title {
  float:left;
  width:440px;
  padding:5px 5px 0;
}
#contactGeneral label {
  float:left;
  width:400px;
  padding:0;
}
#contactGeneral span.title {
  float:left;
  width:300px;
  padding:0;
  color:#333;
  font-weight:bold;
}
#contactGeneral span.note {
  float:left;
  width:400px;
  padding:5px 0;
  color:#808080;
  font-weight:normal;
  font-size:10px;
}
#contactGeneral span.req {
  width:100px;
  padding:0 5px;
  color:#333;
  font-weight:normal;
  font-size:10px;
}
#contactGeneral .feld {
  float:left;
  width:350px;
  height:14px;
  margin:5px 5px 15px 5px;
  border:1px solid #B7B7B7;
  padding:3px 0 0 0;
  background:#fff url(http://www.humedica.org.cn/common/css/common/form_field_BG.gif) repeat-x;
  font-size:12px;
}

#contactGeneral .nachricht {
  float:left;
  width:350px;
  margin:5px;
  border:1px solid #B7B7B7;
  padding:3px;
  background:#fff url(http://www.humedica.org.cn/common/css/common/form_field_BG.gif) repeat-x;
}
#contactGeneral .button {
  float:left;
  width:85px;
  margin:10px 0 0 5px;
  border:1px solid #B7B7B7;
  padding:1px 0;
  background:#fff url(http://www.humedica.org.cn/common/css/common/form_field_BG.gif) repeat-x;
  text-align:center;
}

/*------- spenden Formular -----------*/
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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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.org.cn/common/css/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;}
#bodyTable a, #bodyTable a:link, #bodyTable a:visited {color: #666666; font-weight:bold; text-decoration: none; letter-spacing:0px;}
#bodyTable .greeting a, #bodyTable .greeting a:link, #bodyTable .greeting a:visited {color: #DA251C;}
#bodyTable td.copyright a.two, #bodyTable td.copyright a.two:link, #bodyTable td.copyright a.two:visited {font-weight:normal; color:#DA251C;}
#bodyTable a:hover, #bodyTable 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: #666; }
.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;
} 

/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/LICENSE
 *
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 * @version     SVN: $Id: shadowbox.css 20M 2009-04-23 13:08:21Z (local) $
 */

/*_____________________________________________  container, overlay, & wrapper  */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 9999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */

#sb-wrapper {
  background:#2F100F;
  position:relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  background-color: #2F100F; /* should match loading image background color */
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
  font-size: 16px;
  padding: 5px 0 5px 5px;
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 20px;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(http://www.humedica.org.cn/common/close.png);
  background-repeat: no-repeat;
}
#sb-nav-next {
  background-image: url(http://www.humedica.org.cn/common/next.png);
  background-repeat: no-repeat;
}
#sb-nav-previous {
  background-image: url(http://www.humedica.org.cn/common/previous.png);
  background-repeat: no-repeat;
}
#sb-nav-play {
  background-image: url(http://www.humedica.org.cn/common/play.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(http://www.humedica.org.cn/common/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

