/* Standard css
----------------------------------------------- */
	body {
	  	margin:.25in;
	  	padding:0;
		font-size:76%;
	}

	body, h1, h2, h3, h4, ul, li, p, td, th, input, select, textarea, label {
		font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	}
	
	A 	{ color: #1471C1; text-decoration: none; }

	h1, h2, h3, p, form {
		margin: 0;
		padding: 0;
	}	

/* Layout 
----------------------------------------------- */
	#pagewrap {
		
	}

	#top {
		width:100%;
		border-top:.5pt solid #cccccc;
	}

	#middle {
		display:none;
	}
		
	#bottom {
		width:100%;
	}

	#logo {}
	
	#mainmenu {
		display:none;
	}
		
	#pageimage {
		display:none;
	}

	#pageheader{
		display:none;
	}
		
	#submenu {
		display:none;
	}
	
	#content {
		padding-left: .7in;
		padding-right: .8in;
	}

	#longbanner {
		display:none;
	}

	#banner1 {
		display:none;	
	}
	
	#banner2 {
		display:none;	
	}
	
/* Front
----------------------------------------------- */
	#front #mainmenu {
		display:none;
	}
	
	#front #pageimage {
		display:none;
	}		

	#front_left {
		display:none;
	}

	#front_right {
		display:none;
	}
	
/* Innehåll
----------------------------------------------- */
	#pageheader h1 {
		font-size: 22px;
		line-height:39px;
	}

	#content {
		font-size: 1.0em;
		line-height: 1.6em;
	}
	
	#content p {
		font-size: 1.0em;
		line-height: 1.7em;
		margin: 0.5em 0em 1.0em 0em;		
	}	
	
	#content h2 {
		font-size: 1.6em;
		margin: 1.1em 0em 0.7em 0em;
	}
	
	#content h3 {
		font-size: 1.0em;
		margin: 1.1em 0em 0.3em 0em;	
	}
	
	#content img {
		/*border:1px solid #ccc;	*/
	}

	img#productimage, img#recipeimage{
		padding:10px;
		margin-left:20px;
		margin-bottom: 15px;
	}

	#content table {
	   /*border-collapse: collapse;
	   border-spacing: 0px;*/
	}
	
	#content table td, #content table th, #content table tr {}	

	#content p.important {}

	#content p.disclaimer {
		font-size:0.9em;
	}

/* Produktgrupp 
----------------------------------------------- */
	#products {
		margin-top:25px;
		display: block;
		width:450px;
	}
	
	#products div {
		float: left;
		width:70px;
		height:80px;
		/*padding:4px;*/
		margin-right: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#products div a {
		display:block;
		width:70px;
		height:80px;		
		border: 1px solid #cccccc;
	}
	
	#products div a:hover {
		border: 1px solid #888888;
	}

	#products div img {
		border:none;
		float:none;
		margin:0px;
		padding:0px;
	}
	
	#products div p {
		text-align: center;
		font-size: 1.0em;
		line-height: 1.8em;
		color: #999999;
		margin: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
   	}	

/* Bildgrupp
----------------------------------------------- */
	div.imagegroup div {
		float: left;
		margin-right: 10px;
		margin-bottom: 12px;
		text-align: center;
	}
	
	div.imagegroup div a {
		display:block;
		padding:6px;
		border: 1px solid #cccccc;
	}
	
	div.imagegroup div a:hover {
		border: 1px solid #888888;
	}

	#content div.imagegroup img {
		border:none;
		float:none;
		margin:0;
		padding:0;
	}	

/* Recept 
----------------------------------------------- */
	form.search_recipe {}

	form.search_recipe div {}
	
	form.search_recipe label {
		font-size:0.9em;
	}	
	
	form.search_recipe select {
		font-size: 1.0em;
		width:270px;
		margin-left:30px;
		margin-top:3px;
		margin-bottom:3px;
		display:inline;
	}
	
	form.search_recipe input.text {
		font-size: 1.0em;
	}

	form.search_recipe div.buttons {
		background-color:#E7E9EB;
		border-top:1px solid #cccccc;
		height:27px;
	}

	input.button {
		font-size: 1.0em;
	}

	#basic, #advanced {}

/* Recept 
----------------------------------------------- */
	#recipe_meta {
		padding:5px 5px 6px 0px;
		margin-bottom:13px;
	}
	table#recipeingrediens td{
		padding-right:15px;
	}
	#recipe_meta span{
		padding-right:20px;
	}
	#recipe_content img {
		float:right;
	}

/* Kontaktformulär 
----------------------------------------------- */
	#contactform {}
	#contactform .long {}
	#contactform .short {}
	textarea, input, select {}	
	#contactform .button {}
	
/* Övrigt
----------------------------------------------- */
	.border {border:1px solid #cccccc;}

	.clear {}
	
	.hide {}


