@charset "UTF-8";
/* CSS Document */

Body {
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

#baggrund { 
	width: 980px;
	height: 740px;
	background:#FFF;
	margin: 0 auto;
	}

#wrapper {
	width: 980px;
	height: 746px;
	margin: 0 auto;
	background-repeat:no-repeat;
	}

.default {background-image:url(../images/default.jpg);}
.produkter {background-image:url(../images/produkter.jpg);}
.summerjob {background-image:url(../images/blue.jpg);}
.solbaer {background-image:url(../images/solbaer.jpg);}
.solbaersaft {background-image:url(../images/solbaersaft.jpg);}
.solbaersnaps {background-image:url(../images/solbaersnaps.jpg);}


#header {
	width: 980px;
	margin-bottom: 25px;
	}
.clear {clear:both;}


#titlewrapper {
	width: 510px;
	/*height: 130px;*/
	float: right;
	}

#title {
	width: 230px;
	float:left;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#title h1 {
	color:#C06;
	font-size: 2.5em;
	margin:0px;
	}
#title p {
	font-size: 0.9em;
	text-transform:uppercase;
	margin: 0px 0px 0px 2px;
	}
	
#title h1 span {
	font-weight:normal;
	color:#000;
	}	

#title h1 a {
	color:#C06;
	text-decoration:none;
	}

#menu {
	width: 250px;
	float: right;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	border-left:solid 2px #333;
	}

#menu ul {
	margin:0px;
	padding: 0px 0px 5px 0px;
	list-style-type:none;
	}

#menu ul li {
	text-transform:uppercase;
	font-weight:bold;
	font-size: 0.9em;
	}

#menu ul li a {
	color:#C06;
	text-decoration:none;
	}

#menu ul ul {
	margin:0px;
	padding: 3px 0px 5px 10px;
	list-style-type:none;
	}
	
#menu ul li li {
	text-transform:none;
	font-weight:normal;
	font-size: 0.8em;
	}	



#content {
	width: 980px;
	}

p {font-size:
	0.85em;
	line-height:1.3em;
	}
	
.space {margin: 320px;}

#left a, #right a {color:#000;}

#left {
	width: 470px;
	float:left;
	}
	
#right {
	width: 510px;
	float:right;
	}
	
#right p {
	padding: 0px 140px 0px 0px;
	}
	
#left p, #left h2 {
	padding: 0px 25px 0px 60px;
	}
	
#left p, #right p {margin: 0px 0px 1em 0px;}

#left h2, #right h2 {
	font-size: 0.95em;
	margin: 0px 0px 0.2em 0px;
	}
	
#right ul {
	margin:0px;
	padding: 0px 0px 1em 1em;
	}

#right ul li {
	font-size: 0.9em;
	}

a img {border:none;}

.smiley {
	text-align:right;
	margin: 210px 80px 0px 0px;
	}
	


#note {
	background:#023341;
	width: 320px;
	padding:1.2em;
	margin: 20px 0px;
	}

#note h2 {
	font-size: 1.2em;
	text-align:left;
	color:#bfdef2;
	}

#note p {
	font-size: 0.9em;
	text-align:left;
	color:#bfdef2;
	padding:0;
	margin:0;
	}

#note p span {
	font-size:1em;
	text-align:right;
	font-style:italic;
	display:block;
	margin-top:1em;	
