@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
}

BODY {
	margin:20px;
	font-family:Arial;
	font-size:12px;
	color:black;	
}

#site {
	width:500px;
}

#menu {
	display:none;
}

#search {
	display:none;
}

#tip {
	display:none;
}

#title {
	width:100%;
	height:50px;
}

#title2 {
	width:100%;
	height:50px;
}


#rate {
}

#rate UL LI {
	list-style:none;
	float:left;
	margin:0 2px;
}

#rate SPAN {
	display:inline-block;
	margin-left:3px;
	margin-top:2px;
}

#sorting {
	display:none;
}

#recept-row-3 {
	display:none;
}

#recept-previous {
	display:none;
}

#recept-next {
	display:none;
}

#recept-pic {
	display:none;
}

#content {
	width:100%;
}

#content-pink {
	width:100%;
}

#button-home {
	display:none;
}

#button-add-recepie {
	display:none;
}

#button-info {
	display:none;
}

#button-recepies {
	display:none;
}

#greenery {
	display:none;
}

#quest {
	display:none;
}


/* CONTENT ELEMENTEN */


.content {
	line-height:180%;
}

.content .kantlijn {
	padding:20px;
}

.content BLOCKQUOTE {
	margin-left:100px;
}

.content .dotted-line {
	margin:15px 0;
	height:2px;
	background:url(../images/common/dotted-line.png) repeat-x;
}

.content P, .content H1, .content H2, .content UL, .content OL, .content TABLE {
	margin-bottom:12px;
}

.content H1 {
	font-size:17px;
	color:#79BD32;
	font-weight:bold;
}

.content H2 {
	font-size:14px;
	color:#79BD32;
	font-weight:bold;
}

.content H3 {
	margin-bottom:12px;
	diaply:block;
	width:622px;
	height:32px;
	text-indent:40px;
	background:#DFE8F0;
	margin-left:-40px;
	font-size:12px;
	font-weight:bold;
	line-height:32px;
}

.content A {
	color:#26638D;
	text-decoration:none;
}

.content UL LI {
	list-style:square;
	margin-left:30px;
}


.message {
	color:green;
	font-weight:bold;
}

