/* @override 
	http://kd/css/print.css
	http://kom-test.de/kd2008p/css/basic.css
*/

/* @group Typo */
*{
	padding: 0;
	margin: 0;
	border: none;
}


body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

p{
	font-size: 11px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

a{
	border: none;
	color: black;
	text-decoration: underline;
}

img.imgRight {
	float: right;
}

h1 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

h2 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;
	padding-right: 40px;
	padding-left: 40px;
}

h3 {
	color: #4e4d4d;
	font-weight: bold;
	font-size: 11px;
	padding-right: 40px;
	padding-left: 40px;
}

ul{
	margin-bottom: 20px;
	list-style-type: square;
}

ul li {
	margin-left: 60px;
	font-size: 11px;
	margin-bottom: 1px;
}


/* @end */

/* @group layout */

div#navi {
	display: none;
}

div#signet {
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
}

div#sidebar {
	display: none;
}

div#sidebar_head {
	display: none;
}

img.titleImg {
	display: none;
}

div#footer {
	color: #000;
	text-decoration: none;
	margin-top: 22px;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

div#footer p {
	color: #999;
	font-size: 10px;
}

/* @end */

