/* FOLDOUT */
.foldout{
	margin-top: 20px;
	width: 440px;
	background: url(../images/foldout_bottom.jpg) bottom left no-repeat;
	padding-bottom: 12px;
}
#fold .foldout ul, .foldout li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: inherit;
}
#fold .foldout li{ 
	display: block;
	width: 440px;
	float: left;
}
#fold .blue #content-right .cr-body .foldout li a, .green #content-right .cr-body .foldout li a, .orange #content-right .cr-body .foldout li a, .pink #content-right .cr-body .foldout li a {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.foldout .titel{
	height: 26px;
	padding: 9px 0 0 10px;
	background: url(../images/foldout_top.jpg) no-repeat;
}
.foldout h4{
	font-size: 12px;
	width: 115px;
	height: 19px;
	margin: 0;
	padding: 0;
}
.foldout ul li h5{
	height: 26px;
	background: url(../images/foldout_item.jpg) top right no-repeat;
	font-size: 11px;
	padding: 9px 0 0 10px;
	margin: 0;
	font-weight: normal;
	color: #848484;
}
.foldout ul li.last h5{
	height: 16px;
}
.foldout ul li div {
	width: 420px;
	display: none;
	padding: 0 10px 10px 10px;
	background: url(../images/foldout_tekst.jpg) top right repeat-y;
	color: #848484;
}
#fold .foldout p {
	margin: 0;
	padding: 0;
}
.foldout ul li.last div {
	padding: 10px 10px 0px 10px;
}