/* Rechte Kolumne */
        
div#rightcol {
    float: right;
    width: 180px;
    }

#rightcol a {
    display: block;
    }

div.component {
    float:left;
    width: 180px;
    margin: 0 0 15px 0;
    padding: 0;
    background-color: #F9F9F9;
    }

.component a {
    display: block;
    }

div.componentheader {
    float:left;
    width: 180px;
    height: 24px;
    background: url("../img/deco/gradient_header.gif") repeat-x;
    margin-bottom: 5px;
    }
        
p.componentlabel {
    height: 12px;
    margin: 5px 0 0 12px;
    font-weight: bold;
    color: #FFFFFF;
    }
            
div.componentcontent {
    float: left;
    padding: 5px 12px 5px 12px;
    font-size: 10px;
    line-height: 13px;
    color: #333333;
    }
            
div.componentfooter {
    float: left;
    width: 180px;
    height: 21px;
    background: url("../img/deco/component_footer.gif") no-repeat;
    }
    
.componentfooter a {
    display: block;
    }
    
.componentfooter a:hover {
    text-decoration: none;
    }
    
div.componentlink, 
	div.componentfooter span.archive /* just for backwards compability */
{
	display: block;
    float: left;
    padding: 3px 0 0 12px;
    width: 168px;
    font-weight: bold;
    }
            
div.entry  {
    float: left;
    width: 156px;
    margin-bottom: 10px;
    }
	
div.component input, div.component select {
      display:block;
      margin-bottom: 5px;
	  width: 150px;
    }

/* for IE6: make select control wider */
div.component select {
      width: 156px;
}

/* undo for non-IE6: make select control wider */
div.component .entry > select {
      width: 150px;
}
    
div.actions {
    float:left;
    margin: 0 0 15px 0;
    padding: 0;
    width: 180px;
    border-top: 1px solid #CCC;
    }
    
div.action {
    float: left;
    padding: 5px 0 5px 12px;
    margin-bottom: 1px;
    background-color: #F9F9F9;
    width: 168px;
    }
    
.actions a, .actions a:hover {
    display: block;
    text-decoration: none;
    }
    
div.actionicon {
    float:left;
    margin-right: 10px;
    }
    
div.actiontext {
    float: left;
    }