@CHARSET "UTF-8";


/* ------------------------------------ STYLESHEET FÜR ALLE BOXEN ----------------------------------- */
div.box,
div.image-box, 
div.navigation-box
{
    margin: 0px 2px 8px;
    padding: 0px;
}
/* -------------------------------------------------------------------------------------------------- */




/* -------------------------------------- STYLESHEET IMAGE-BOX -------------------------------------- */
div.image-box
{
    margin: 0px 3px 7px;
    width: 363px;
    height: 105px;
} 	
/* -------------------------------------------------------------------------------------------------- */




/* ----------------------------------------- STYLESHEET BOX ----------------------------------------- */
div.box-body-left{
    background: url(../images/box/border-both-side.gif) repeat-y left;
}

div.box-body-right{
    background: url(../images/box/border-both-side.gif) repeat-y right;	
}

div.box-body{
    background: url(../images/box/background.gif) repeat-x;   
	margin: 0px 3px;
	padding: 5px 14px;	
}

div.box-top{
	background: url(../images/box/border-top.gif) repeat-x;
	height: 12px;
	margin: 0px 12px;
}

div.box-top-left{
	background: url(../images/box/corner-left-top.gif) no-repeat;    
	width: 12px;
	height: 12px;
	float: left;
}

div.box-top-right{
	background: url(../images/box/corner-right-top.gif) no-repeat;    
    width: 12px;
    height: 12px;
	float: right;
}

div.box-bottom{
    height: 12px;
	background: url(../images/box/border-bottom.gif) repeat-x bottom; 
	margin: 0px 12px;
}

div.box-bottom-left{
    background: url(../images/box/corner-left-bottom.gif) no-repeat;    
    width: 12px;
    height: 12px;
    float: left;
}

div.box-bottom-right{
    background: url(../images/box/corner-right-bottom.gif) no-repeat;    
    width: 12px;
    height: 12px;
    float: right;
}
/* -------------------------------------------------------------------------------------------------- */




/* -------------------------------------- STYLESHEET INHALT BOX ------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */




/* ------------------------------------ STYLESHEET NAVIGATION-BOX ----------------------------------- */
.navigation-box .box-body-background{
        
}
/* -------------------------------------------------------------------------------------------------- */




/* -------------------------------- STYLESHEET INHALT NAVIGATION-BOX -------------------------------- */
.menu-feed-content{
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;    
    min-height: 10px;
    clear: left;
    text-align:left;
    list-style-type:none;
}

.menu-feed-content > li{
    float: left;
    width: 25%;
    color: red;
}
/* -------------------------------------------------------------------------------------------------- */