/* inline iframes like AGB, anti-spam policy etc */

body {
	background-color: #fff;
	max-width: 800px;
	margin: auto;
}


#content {
	padding: 2px;
	background-color: #fff;
	background-image: none; /* reset for the frbit style */
}

#content p,
#content li {
	line-height:20px;
	font-size: 12px;
	margin: 5px 0;
}

#content h1 {
	font-size:28px;
	width: 99%;
}

#content h2 {
	font-size:22px;
}

#content h2,
#content h3 {
	margin-top: 36px;
}

#content a {
	color:#666;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {
	color: #000;
}


/* table of contents - doubled in the pricelist and the wiki as well need to find a solution here ...  */

#toc {
	float:right;
	width: 180px;
	margin: 20px 0 0 20px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#toc ul {
}

#toc ul li {
	list-style-type: none;
	line-height: 16px;
	font-size: 10px;
}

#toc ul li a {
	color: #333;
	text-decoration: none;
}

#toc ul li a:hover {
	text-decoration: underline;
}

#toc ul li ul{
	margin-left: 10px;
}



#toc h4{
	margin:0px;
	color:#666;
}

#content a.printbutton {
	position: absolute;
	top:8px;
	text-decoration:none;
	font-size:10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#content p.small {
	font-size: 10px;
}