
.content {
border-left:4px white solid;
border-right:4px white solid;
background-color:#235023;
overflow:hidden;
clear:both;
position:relative;
z-index:0;
}

.top {
border-top:4px white solid;
height:10px;
margin:0px 14px;
background-color:#235023;
}

* html .top {
position:relative;
top:9px;
}


.tl {
position:absolute;
top:0px;
left:0px;
float:left;
background: transparent url('/fileadmin/vidaverde/menu/corner_tl.png') no-repeat top left;
width:14px;
height:14px;
}

.tr {
position:absolute;
top:0px;
right:0px;
float:right;
background: transparent url('/fileadmin/vidaverde/menu/corner_tr.png') no-repeat top right;
width:14px;
height:14px;
}

.bottom {
position:relative;
bottom:4px;

border-bottom:4px white solid;
clear:both;
height:14px;
margin:0 14px;
background-color:#235023;
}

* html .bottom {bottom:9px;}

.br {
position:relative;
bottom:-4px;
right:-14px;
float:right;
background: transparent url('/fileadmin/vidaverde/menu/corner_br.png') no-repeat bottom right;
width:14px;
height:14px;
}

.bl {
position:relative;
bottom:-4px;
left:-14px;
float:left;
background: transparent url('/fileadmin/vidaverde/menu/corner_bl.png') no-repeat bottom left;
width:14px;
height:14px;
}

