
/* frontpage */

.frontpage {
  width: 100%; 
  position: relative;
}

.frontpage .column {
  width: 49%;
  padding: 2px;
  float: left;
}

.frontpage .separator {
  width: 100%;
  height: 10px;
  clear: both;
}

.frontpage-links {
  background: #01ACA4;
  width: 100%;
  margin: 0px 0px 0px 2px;
  position: relative;
  height: 100%;
}

.frontpage-links ul {
  margin: 0px;
  font-size: 10px;
}

.frontpage-links a {
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.frontpage-links a:link,
.frontpage-links a:visited,
.frontpage-links a:active {
  color: #FFB52E;
}

.frontpage-links a:hover {
  color: #422F33;
}

.frontpage-links a.editable:hover {
  border: 1px dashed #FF9934;
}

div.frontpage .item-first {
margin:0px; 
padding:2px;
}

div.frontpage div.frontpageitem {
display: block;
width: 100%;
 padding: 2px;
 padding-bottom:12px;
 
 
}

div.frontpage div.frontpageitem-hover {
  border:1px dashed #F5921D;
  width: 100%;
 padding: 1px;
 padding-bottom:11px;
  
}
