#wrapper {
	background:	#e2f1f6  url('/img/background-homecolors.jpg') top left repeat-y;
}
#navigationbox {
	height:				280px;
}
#main {
	background:			url('/img/homepage-april-2010.jpg') top right no-repeat;
}
#main .hr {
	background-color:	#c14f97;
	color:				#c14f97;
}
.link-category {
	color:				#d891be;
}

/*------------------------------------------------ Introboxen ----------------------------*/
#introboxes {
	width:				100%;
	height:				227px;
	font-size:			13px;
}
#left-introbox {
	float:				left;
	width:				402px;
	height:				227px;
	background-color:	#c8d41c;	
}
#right-introbox {
	float:				right;
	width:				286px;
	xheight:				227px;
	background-color:	#c8d41c;
}
.introbox-content {
	height:				139px;
	padding:			30px 55px 30px 40px;
	overflow:			hidden;
	color:				#004997;
}
.introbox-bottom {
	height:				23px;
	padding:			5px 0 0 40px;
	background-color:	#a8b600;
}
.introbox-bottom a {
	color:				white;
}
.introbox-content h1 {
	color:				#264a93;
	font-size:			13px;
	font-weight:		bold;
	margin:				0 0 10px 0;
}

/*-------------------------------------------- Main middle (=weblog + fotoraste) --------------------------------------------*/
#main-middle {
	width:				100%;
	margin:				25px 0;
}

#main-middle h1 {
	color:				#c7d41c;
	font-size:			15px;
	font-weight:		bold;
	margin:				0 0 7px 15px;
}

/*----------------------------------------------- Weblog ---------------------------------------------------*/
#left-main-middle {
	float:				left;
	width:				402px;
}
.weblog-intro {
	margin:				14px 0;
	xheight:				100px;
	padding:			0 15px;
	display: 			table;
}
.weblog-side {
	float:				left;
	width:				106px;

}
.weblog-side img {
	width:				68px;
	border:				2px solid white;
	margin:				8px;
}
.weblog-content {
	float:				left;
	width:				265px;

}
#main-middle .weblog-content h1 {
	font-size:			14px;
	font-weight:		bold;
	margin:				5px 0 0 0;
	padding:			0;
}
.weblog-content p {
	padding:			5px 0;
}
.weblog-name {
	float:				left;
	color:				#d891be;
	font-style:			italic;
	font-size:			12px;
}
.weblog-link {
	display:			block;
	float:				right;
	color:				#c7d41c;
	font-size:			12px;
}

/*------------------------------------------------------------ Fotoraster ----------------------------------------------*/
#right-main-middle {
	float:				right;
	width:				286px;
}
#fotodiv {
	background-color:	#bd4490;
}
#fotodiv-text {
	padding:			10px 10px 0 10px;;
}
#fotoraster {
	padding:			5px 5px 0 5px;
}
#fotoraster img {
	width:				67px;
	height:				54px;	
	margin:				5px 1px;
}
