/* ------------------------------------ navigation ------------------------------------ */
body div#contentframe ul#page_navigation {
	float: right;
	margin: 0 0 10px 10px;
}

/* --------------------------------------- part --------------------------------------- */
body div#contentframe div.content_part {
	margin: 0;
	padding-bottom: 25px;
	border-bottom: 0;
}

/* 2 rows */
body div#contentframe div.type2 h3 {
	display: none;
}
body div#contentframe div.type2 div.row1 {
	width: 48%;
	padding-left: 1%;
	border-left: 1px solid #e6e6e6;
}
body div#contentframe div.type2 div h3 {
	display: block;
}

/* goto top */
body div#contentframe div.content_part a.goto_top {
	background: 0;
}
