/*
DOMAIN:		www.webmakers.dk
DESC:		Stylesheet used to all site specific markup and to override default framework styles
AUTHOR:		Webmakers - MQ | Webmakers - BR - for Farmer Service
RELEASE:	02.07.2007 | 29.01.2008
NOTES:		Stylesheet for Farmer Service
*/

body {
	font-family: arial, verdana, sans-serif;
/*	background: url('../gfx/bg.gif'); */
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: 15px;
}

a {
	text-decoration: none;
	color: #1F9759;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
.error {
	color: #FF0000;
}

#container {
	position: relative;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	/*_padding-left: 1px; /* for ie 6 */
	/*border: 1px solid #fff;*/ /* for development */
}

#header {
	height: 93px;
	width: 760px;
	background-color: #FFFFFF;

}
#header #logo a{
	display:none;
  }

#logo-print{
	position: relative;
	left: 5px;
	top: 15px;
	float:left;
}
  
#adresse{
	position: relative;
	left: 30px;
	top: 5px;
	width: 300px;
	height: 93px;
	line-height: 1.2em;
	float: left;
}

#left {
	float: left;
}

#right {
	margin: 0px 0px 0px 50px;
}

#header-icons {
	display: none;
}
  
#divider {
	position: relative;
	top: 5px;
	width: 760px; 
	height: 1px;
	border-top: 1px solid #A1A1A1;
	background-color: #E8E7E7;
  }
  
/* main menu styles */

/* footer styles */
#footer {
	background: #2b2b2b;
	width: 760px;
	height: 1px;
	clear: both;
	color: #4B494A;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
/*	border-top: 1px solid #ffffff; */
}

#content {
	width: 553px;
	background-color: #FFFFFF;
	float:left;
}

#frontpage {

}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #909090;
	margin: 32px 35px 0px 35px;
}

p {
  margin: 0px 35px 0px 35px;
  line-height: 1.4em;
  color: #000000;
}

h1#logo {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #909090;
}

#menu {
	display: none;
}

#menuspace {
	display: none;
}

.menu-divider {
	position: relative;
	left: 35px;
}

/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
/*
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
*/
/* SKIN */

.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	line-height:0.76em;
	/* margin-bottom:1.5em; */
	/* width: 9.45em; */
	width: 17.25em;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	/* width: 9.45em; */
	width: 17.25em;
}
.nav li {
	background:#548754;
	background-image: url("../gfx/bullet.gif");
	background-repeat: no-repeat;
	background-position: 13px 6px;
	float: left;
	list-style:none;
	position:relative;
	/* width: 9.45em; */
	width: 17.25em;
	z-index:999;
}
.nav a {
	color: #ffffff;
	display:block;
	padding: .45em 0 .45em 3em;
	text-decoration:none;
/*	width:7.45em; */
	width:14.25em;
}
.nav li ul {
	top:-999em;
	position:absolute;
	/* width:9.45em; */
	width:17.25em;
}
.nav li:hover,
.nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#88AB88;
	background-image: url("../gfx/bullet-hover.gif");
	background-repeat: no-repeat;
	background-position: 13px 6px;
	text-decoration: none;
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	/* left:9.45em; */
	left:17.25em;
	top:0px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	/* left:9.45em; */
	left:17.25em;
	top:0px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	/* left:9.45em; */
	left:17.25em;
	top:0px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#548754;
	background-image: url("../gfx/bullet.gif");
	background-repeat: no-repeat;
	background-position: 13px 6px;
	/* width:9.45em; */
	width:17.25em;
}
.nav li li li {
	background:#548754;
	background-image: url("../gfx/bullet.gif");
	background-repeat: no-repeat;
	background-position: 13px 6px;
}
.nav li li a {
	padding-right:0;
	/* width:7.45em; */
	width:14.25em;
}

/**************************************/