/* ------------------------------------ navigation ------------------------------------ */
body div#contentframe ul#page_navigation {
	width: auto;
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
}
body div#contentframe ul#page_navigation h3 {
	margin-bottom: 5px;
}
body div#contentframe ul#page_navigation li a {
	display: block;
	margin-bottom: 5px;
}

/* --------------------------------------- part --------------------------------------- */
body div#contentframe div.content_part {
	border-bottom: 0;
}
body div#contentframe div.content_part h3 {
	font-size: 1.2em;
	color: #5fa30e;
	border-bottom: 1px solid #5fa30e;
}

/* 2 rows */
body div#contentframe div.type2 {
	min-height: 150px;
}
body div#contentframe div.type2 div.row0 {
	float: right;
	width: 100px;
	max-height: 150px;
	overflow: hidden;
	margin-top: -5px;
}
body div#contentframe div.type2 div.row1 {
	float: none;
	width: auto;
	margin-right: 165px;
}

/* 3 rows */
body div#contentframe div.type3 {
	min-height: 150px;
}

/* goto top */
body div#contentframe div.content_part a.goto_top {
	display: none;
}
