/* ------------------------------------------------------------------------------------
 * content.css :: CONTENT - Set the part navigation (index) to left site and draw a
 * border in bottom of each content row.
 *
 * Skin: default
 * Author: Bastian Schröder <bs@chemanet.de>
 * Version: 2007-11-26
 * ------------------------------------------------------------------------------------ */

body div#contentframe div.abstract {
	margin: 5px 0 25px 0;
}

/* ------------------------------------ navigation ------------------------------------ */
body div#contentframe ul#page_navigation {
	width: 185px;
	margin: 0 0 25px auto;
	padding: 10px 10px 10px 25px;
	border: 1px solid #b2b2b2;
}
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 {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #b2b2b2;
}
body div#contentframe div.content_part h3 {
	margin-bottom: 5px;
}

/* 2 rows */
body div#contentframe div.type2 div.row0 {
	float: left;
	width: 50%;
}
body div#contentframe div.type2 div.row1 {
	float: right;
	width: 49%;
}

/* 3 rows */
body div#contentframe div.type3 div.row0 {
	float: left;
	width: 32%;
}
body div#contentframe div.type3 div.row1 {
	float: left;
	width: 34%;
	margin-left: 1%;
}
body div#contentframe div.type3 div.row2 {
	float: right;
	width: 32%;
}

/* goto top */
body div#contentframe div.content_part a.goto_top {
	display: block;
	clear: right;
	width: 7px;
	height: 16px;
	margin: 0 0 5px auto;
	background: url(../img/top.png) no-repeat 0 10px;
}
body div#contentframe div.content_part a.goto_top span {
	display: none;
}