div.valkommen {
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(/images/paron.jpg) no-repeat top left;
	float: left;
	height: 300px;
	width: 660px;
}

	div.valkommen div.pratbubbla h3 {
		border: 0px;
		width: 500px;
		font-size: 20px;
	}

	div.valkommen div.pil {
		background: url(../images/design/pratbubbla_pil.gif) no-repeat 0px 140px;
		margin-top: 20px;
		padding-left: 40px;
		float: right;
		width: 500px;
	}

		div.valkommen div.pratbubbla {
			background: #f0eee8 url(../images/design/roundedCornerLeft.gif) no-repeat bottom left;
		}

			div.valkommen div.pratbubbla div.inre_pratbubbla {
				padding: 20px 20px;
				background: url(../images/design/roundedCornerRight.gif) no-repeat top right;
			}
		
				div.valkommen div.pratbubbla div.inre_pratbubbla P {
				}
			
	div.whatToDo {
		margin: 20px 80px;
	}

		div.whatToDo .content {
			height: 70px;
		}
				
		div.whatToDo div.whatToDoMiniBox {
			width: 240px;
			float: left;
			margin-right: 15px;
			margin-left: 15px;
		}
				
			div.whatToDo div.whatToDoMiniBox p {
				font-size: 11px;
				margin: 5px 10px;
			}
		
div.tellAFriend {
	margin-top: 5px;
	width: 250px;
	padding: 10px;
	float: left;
	background: orange;
}


div.actionButtons {
	clear: left;
	margin-bottom: 20px;
	float: left;
	width: 700px;
}

	div.actionButtons ul {
		margin: 0px;
	}

		div.actionButtons ul li {
			list-style-type: none;
			float: left;
			margin-left: 22px;
		}

			div.actionButtons ul li a:link, div.actionButtons ul li a:visited {
				float: left;
				width: 182px;
				height: 72px;
				padding: 10px;
				background: url(../images/buttons/frontpage_button.gif);
				text-decoration: none;
				color: #FFF;
			}
		
			div.actionButtons ul li a:link span.title, div.actionButtons ul li a:visited span.title {
				font-size: 22px;
				text-decoration: none;
			}		
		
				div.actionButtons ul li a:hover  span.title {
					color: #9dc7f2;
				}
		
			div.actionButtons ul li a:link span.text, div.actionButtons ul li a:visited span.text {
				text-decoration: none;
				color: #a9cdf2;
				font-size: 9px;
			}
		
				div.actionButtons ul li a:hover span.text {
					text-decoration: underline;
				}
			
ul.latestRecipeComments {
	margin: 10px 5px;
}

	ul.latestRecipeComments li.recipeComment {
		list-style-type: none;
		clear: left;
		border-top: 1px #a8c3e0 solid;
		float: left;
		width: 680px;
		padding: 5px;
		background: #FFF url(../images/design/latestRecipeCommentsBackground.gif) repeat-x top left;
	}

		ul.latestRecipeComments li.recipeComment div.userImage {
			float: left;
			width: 60px;
		}
	
			ul.latestRecipeComments li.recipeComment div.userImage img {
				border: 1px #85a6c9 solid;
			}
		
		ul.latestRecipeComments li.recipeComment div.comment {
				float: left;
				width: 610px;
		}
		
			ul.latestRecipeComments li.recipeComment div.comment div.userInfo {
				color: #585858;
			}
		
				ul.latestRecipeComments li.recipeComment div.comment div.userInfo a:link, ul.latestRecipeComments li.recipeComment div.comment div.userInfo a:visited {
					color: #585858;
				}
		
			ul.latestRecipeComments li.recipeComment div.comment div.commentText {
			}
		
				ul.latestRecipeComments li.recipeComment div.comment div.commentText p {
					margin: 5px 0px 0px 0px;
				}
		
					ul.latestRecipeComments li.recipeComment div.comment div.commentText p a:link, ul.latestRecipeComments li.recipeComment div.comment div.commentText p a:visited {
						color: #000;
						text-decoration: none;
					}
				
					ul.latestRecipeComments li.recipeComment div.comment div.commentText p a:hover {
						text-decoration: underline;
					}
		
		ul.latestRecipeComments li.first {
		}
}


div.actionButtons {
	clear: left;
}

	div.actionButtons ul {
		margin: 0px;
	}

		div.actionButtons ul li {
			list-style-type: none;
			float: left;
			margin-left: 22px;
		}

			div.actionButtons ul li a:link, div.actionButtons ul li a:visited {
				float: left;
				width: 182px;
				height: 72px;
				padding: 10px;
				background: url(../images/buttons/frontpage_button.gif);
				text-decoration: none;
				color: #FFF;
			}
		
			div.actionButtons ul li a:link span.title, div.actionButtons ul li a:visited span.title {
				font-size: 22px;
				text-decoration: none;
			}		
		
				div.actionButtons ul li a:hover  span.title {
					color: #9dc7f2;
				}
		
			div.actionButtons ul li a:link span.text, div.actionButtons ul li a:visited span.text {
				text-decoration: none;
				color: #a9cdf2;
				font-size: 9px;
			}
		
				div.actionButtons ul li a:hover span.text {
					text-decoration: underline;
				}
