/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @the-jil
*/
* {
	margin: 0;
	padding: 0;
}

body {	

	background-image:url(http://www.theorganiccompany.dk/files/tocpagebackgrd.jpg);
	background-position:top left;
    background-repeat: repeat;
	/*background: #fff;*/
	font:  11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: rgba(222,0,0,0.9); }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #f00; background: #6dcafe; } 

a img { border: none; }

/*fjerner bjælke under billede links*/
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }
/*fjerner bjælke under billede links*/


#menu {
    width: 205px;
    top: 0px;
    left: 25px;
    background-color: black;
    filter:alpha(opacity=93);
	-moz-opacity:0.93;
	-khtml-opacity: 0.93;
	opacity: 0.93;
	position: absolute;
	
	
	
}

#menu ul {
	list-style: none;  
	margin: 0 0 12px 0;	/*afstanden mellem hovedmenupunkterne*/
	
	}

#menu ul li.section-title {font-size: 12px; color: white;
	text-transform: none;
	font-weight: bold;
	
}

	
}
#menu ul li.section-title {
}

#menu ul li a { line-height: 1.4em; color: #afaeb3; padding: 1px; }
#menu ul li a:link { text-decoration: none; background: none; }
#menu ul li a:active { text-decoration: none; background: red; }
#menu ul li a:visited { text-decoration: none; background: none; }
#menu ul li a:hover { text-decoration: none; color: #f00; background: #6dcafe; font-weight: 500;
}

#menu ul li.active a { text-decoration: none; color: #f00;  }

#menu .container #ibot a { background: solid; }


#content {
    
    height: 100%;
    margin: 0 0 0 300px;
    top: 0px;
    
}

.footer {
		bottom:-9px;
		height:18px;
		left: -15px;
		margin-bottom:-18px;
		overflow:visible;
		padding-bottom:0;
		position:relative;
		width:205px;
		
		}

.container {
    padding: 20px 13px 0px 015px;
    
}


#content p { 
		width: 600px; 
		margin-bottom: 9px;
		line-height: 1.4em;
		
		 }

p {
    margin: 0 0 9px 0;
    
	}

/* links på menuen i bunden */

#bundlinks a { line-height: 1em; color: #afaeb3; padding: 1px; }
#bundlinks a:link { text-decoration: none; background: none; }
#bundlinks a:active { text-decoration: none; background: red; }
#bundlinks a:visited { text-decoration: none; background: none; }
#bundlinks a:hover { text-decoration: none; color: #f00; background: #6dcafe;
	}

/* Overskrifter */

h1 {font-size: 17px;
	color:#0099FF;
	width: 620px;
	margin-bottom: 0px;
	
	}
/* txt forsiden */
h2 {
	font-size: 15px;
	color: #39474b;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.1px;
	
	}
	
/* blue txt forsiden */
h3 { 
	font-size: 15px;
	color: #2e96fe;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.1px;
	
	}

h4 { font-size: 11px; 

	}

/* small txt under menu */
h5 { font-size: 9px; 
	 color: white;
	 
	 }
	 
/* den engelske text.. */

h6 { 
	
	
	color: #627a7f;
	margin-top: -8px;
	margin-bottom:9px;
	width: 600px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.4em;
	
	}
	

#img-container	{ margin: 9px; padding: 0; width: 643px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#forside {
	color: #ccc;
	font-size: 16px;
	
}


#iframed { 
	min-height: 6000px; width: 960px; overflow: hidden;
	top: 3px;
}

/*linie før den engelske tekst*/
#hr {
  	width: 62	0px;
  	color: #bbb;
	background-color: #bbb;
	height: 1px;
	margin-bottom: 7px;
	border-width: 0;
	
}

/* forhandlersiden linie */


#hr_forh {
	border: 0;
  	width: 495px;
  	color: #5b5b5b;
	background-color: #5b5b5b;
	height: 1px;
}


#hrnews{
	border: 0;
  	width: 660px;
  	color: #5b5b5b;
	background-color: #5b5b5b;
	height: 1px;
}


#forhandleroplysninger {
	position: absolute;
	top: 65px;	
	}



#produkt_list {
	position: absolute;
	top: 0px;
	left: 
	300px;
	
	}

#facebookfan {
	position: fixed; 
	left: 725px;
	top: 515px;
	
}

#secondrow {
	position: absolute;
	top: 5px;
	left: 700px;
}

#googlemap {
	position: absolute;
	top:  200px;
}

#googlemap_kontakt {
	position: absolute;
	left: 719px;
	top:  30px;
	z-index: 1;
}

#kontaktinfo {
	position: fixed;
	top: 177px;
	right:  200px;
	width: 10px;
}

/* grå kasse til news, produkter mm. */

#container1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:645px;
	color:  white;
	background: black;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-color: gray;
	
}

/* sort kasse specielt til kontaktsiden*/

#container2 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:645px;
	height: 250px;
	color:  white;
	background: black;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-color: gray;
	position: absolute;
	
	
}

/* Sorte kasser til produkttekster mm. */

#container3 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:645px;
	color:  white;
	background: black;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-color: gray;
	height: auto;
	
	
	}

/* hvid kasse specielt til kontaktsiden mm. */

#container4 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:645px;
	height: auto;
	color: #323232;
	background: white;
	position: absolute;
	top: 285px;
		
	}
	
		/* Sorte kasser til forsiden. (toP) */

#container5 {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	width:645px;
	color:  white;
	background: black;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-color: gray;
	height: 145px;
	
	
	}

/* Sorte kasser til forsiden. (bund) */

#container7 {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	width:645px;
	color:  #627a7f;
	background: white;
	border-color: gray;
	height: auto;
	
	
	}

	
#hvidkasse {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:645px;
	color:  black;
	background: white;
	}
	
	/* hvid kasser til forsiden.  */	

#hvidkassefront {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width:645px;
	color:  black;
	background: white;
	
	}

#sortkassefront {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width:645px;
	color:  white;
	background: black;
	height: auto;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-color: gray;
	height: auto;

	}


	
	
#spalte2_contact {
	position: absolute;
	top: 50px;
	left:350px;
	

	
	}

#spalte1_contact {
	position: absolute;
	top: 50px;
	
	
	}
#likebox-frame{
 border:1px solid #F0F9F4;
 width:645px;
 z-index:10;
 height: 553px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 background: white;
}

#likebox-frame iframe{
  left: -5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

	 
.content {
padding: 10px;
margin-bottom: 0px;
	}
	
.content1 {
padding: 10px;
margin-bottom: 15px;
	}



	

