
*
{
        margin: 0;
        padding: 0;
}

body
{
    font-size: 100%;
    padding: 0px;
    text-align: center;
    position: relative;
}

#all
{
    margin: 0 auto;
    width: 1062px;
    height: 650px;
    padding: 0px;
    text-align: left;
}

#header
{
    width: 1062px;
		height: 250px;
    display: block ;
    position: relative;
    padding: 0px;
    overflow: hidden;
}

#logo {
		position: absolute;
		top: 125px;
		left: 0px;
		width: 300px;
		height: 75px;
}

#header-img {
		background: url(../images/kantine.jpg);
		position: absolute;
		top: 80px;
		left: 311px;
		width: 440px;
		height: 156px;
}

#main-menu {
		position: absolute;
		top:170px;
		left:762px;
		width:300px;
		height:30px;
}

#contentarea,
#contentarea2
{
	position: relative;
    overflow: hidden;
    padding: 0px 20px ;
    margin: 0;

}

#wrapper
{
	width:53%;
	float: left;
	position: relative;

}

#wrapper2
{
	width: 72%;
	float: left;
	position: relative;
	padding-bottom: 20px

}


#content
{
    float: left;
    width: 762px;
    min-height: 320px;
}

#menu-right
{
    float: left;
    width: 300px;
	  min-height: 440px;
	  background: #252527;
}

#main-left 
{
    float: left;
    width: 284px;
	  min-height: 440px;
	  background: #252527;
	  margin: 0 11px 0 0;
		color: #8c8d8f;
		text-align: right;
		padding: 0 8px;
}

#wowslider-container1
{
    float: left;
    width: 440px;
	  min-height: 440px;
}

.mod-articles-category-date
{
	color: #8C8D8F;
}

.mod-articles-category-date.active 
{
	color: #fff !important;
}

.mod-articles-category-title.active
{
	color: #fff !important;
}