@charset "UTF-8";
/* CSS Document */

/*body {
	background-image: url(grafik/biofolia/bg.gif);
	background-repeat: repeat;
}*/

body{
	background-image:url(grafik/forlagsl/bg.gif);
	background-repeat:repeat;
}


#logo {
	position: absolute;
	top: 68px;
	padding-left:32px;
}

.fs_topimage {
	background-image: url(grafik/biofolia/topgrafik.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
	width: 960px;
}

.spacer_farve {
   /* background-color: #51AF4B;*/
      background-color: #2D86B6;
}
a {
	/*color: #51AF4B;*/
	  color: #2D86B6;
	
}

.level0cur  {
	/*background-color: #51AF4B;*/
	  background-color: #2D86B6;
}

.level0act  {
	/*background-color: #51AF4B;*/
	  background-color: #2D86B6;
}
.level0no a:hover {
	/*background-color: #51AF4B;*/
	background-color: #2D86B6;
	color: #FFFFFF;
}

#toptabel {
	background-color: #DCDFDF;
	height:30px;
}


.spacer {
	background-color: #FFFFFF;
}

#login, #newsletter {
	background-color: #DCDFDF;
	padding:12px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#update {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEDED;
	border-right-color: #EAEDED;
	border-bottom-color: #EAEDED;
	border-left-color: #EAEDED;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;	
}


