/* CSS Document */

/* General */
body, td, th, input { /* redundant rules for bad browsers  */
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            voice-family: "\"}\"";
            voice-family: inherit;
			color:#3a3a3a;
    }

	h2, h3, h4, h5, h6 {
		margin: 30px 0 0.5em 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1 {
		margin: 30px 0 0.5em 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 280%; }
	h2 { font-size: 150%; }
	h3 { font-size: 100%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

/* For the middle bottom banner on the first page, exclusively for the Estonian language */
#ee_banner_title {
	font-size: 100%;
}

img { border: 0; }

a, a:visited {
    color:#3a3a3a;
    text-decoration: none;
}

a:hover, a:active{
    color:#3a3a3a;
    text-decoration: underline;
}

body{
	margin: 0 auto;
	width:931px;
	background-color:#d6d6d6;
}

#container{
	background:#FFFFFF;
}

/* Logotype */
#top h1 span {
	position: absolute;
	left: -5000px;
}

#top h1 {
	padding: 0px;
	margin: 0px;
}

/* Topmenyn */
#topmeny {
	background:#dcd636;
	width:905px;
	padding:0px;
	margin:0px;
}

#navcontainer{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:30px;
	width:700px;
	background:#dcd636;
}

#navlist{
	padding: 0px;
	margin: 0px;
}

#navlist li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#navlist li a {
	padding: 9px 10px 9px 10px;
	text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:12px;
	float:left;
	text-decoration:none;
}

#navlist li a:link { color: #3a3a3a; }
#navlist li a:visited { color: #3a3a3a; }

#navlist li a:hover {
	text-decoration: none;
}

#navlist li a#current {
	background: #f8f7d8;
	padding: 9px 10px 9px 10px;
	float:left;
	height:12px;
}

/* Banners */
#banner_1{
	background: url(/public/images/IfoFresh/banner_1.gif) left top no-repeat;
	width:330px;
	height:120px;
	vertical-align:top;
}

#banner_1 div{
	margin:0px 16px 0px 111px; 
}

#banner_2{
	background: url(/public/images/IfoFresh/banner_2.gif) left top no-repeat;
	width:330px;
	height:120px;
	vertical-align:top;
}

#banner_2 div{
	margin:0px 105px 0px 16px;
}

#banner_3{
	background: url(/public/images/IfoFresh/banner_3.gif) left top no-repeat;
	width:237px;
	height:120px;
	vertical-align:top;
}

#banner_3 div{
	margin:0px 15px 0px 16px;
}

/* RTE */
#rte{
	vertical-align:top;
}

#rte div{
	margin:0px 0px 25px 25px;
	width:490px;
}

#rte_bilder{
	vertical-align:top;
	padding: 25px;
}

#rte_bilder div{
	padding-bottom: 10px;
	width:125px;
}

/* Footern */
#footer{
	padding:12px 0px 22px 7px;
}



/* Mikbac tillägg för Butiklista */
#fresh_butiker h4
{
	margin: 30px 0px 0px 0px;
	font-size: 120%;
	color: #444444;
}

#fresh_butiker p
{
	margin: 10px 0px 0px 10px;
}

#fresh_butiker p:first-line
{
	font-size: 100%;
	font-weight: bold;
}



