.heading_keyword{
	font-size:16px;
	line-height:19px;
	padding:2px 0;	
}
.heading_keyword a {
	text-decoration:none
}
.page {padding-top:0px;}

.frame_box {padding:2px;border:1px solid #CCCCCC; margin-right:5px}

.search .search_box input.text {
width :25em;
}


.photo li {
display:inline;
float:left;
line-height:0.8em;
margin:0 12px 9px 0;
text-align:center;
}

.frame_box {
border:1px solid #CCCCCC;
padding:2px;
}

.hlist1{ width: 100%;
         overflow: hidden;
        float: left;
        display: inline;
        position:relative;
        background: url("/images/hlist.png") repeat-x center right;
        color:#ffffff;
        line-height: 0;
        }
.hlist1 ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 0px; /* LTR */
    padding: 0;
    border-right: 1px #fff solid;
  }
  .hlist1 ul li {
    border-left: 1px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .hlist1 ul li.events a {		
    background: url("events.png") center right;
	height:60px;
	width:152px;
	z-index:100;
	}              	  

	.hlist1 ul li.events a:hover {		
    background: url("events-png.png") center right;
	height:60px;
	width:152px;
	z-index:1000;
	}                      
  .hlist1 ul li.events .active {		
    background: url("events-png.png") center right;
	height:60px;
	width:152px;
	z-index:100;
	}              
  .hlist1 ul li.articles {		
    background: url("articles.png") center right;
	height:60px;
	width:152px;
	z-index:100;
	}              
  .hlist1 ul li.articles .active {		
    background: url("articles-png.png") center right;
	height:60px;
	width:152px;
	}              

  .hlist1 ul li a,
  .hlist1 ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0;
    text-decoration: none;
    width: auto;
	font-weight:bold;
  }

  .hlist1 ul li a:focus,
  .hlist1 ul li a:hover,
  .hlist1 ul li a:active  { 
  	background: url("active.png") repeat-x center right;
   	color:#fff; 
	text-decoration: none; }
	
   .articleThumbnail img {
		border:1px solid #EEEEEE;
		height:50px;
		position:static;
		width:50px;
	}	