body {
	background: #fff;
}

div#nHeader {
	height: 83px;
	border-bottom: 1px solid #26136d;
	overflow: hidden;
}

div#nHeader h1 {
	background: url(/htdoc/images/notepad/header.gif) no-repeat;
	width: 200px;
	height: 31px;
	margin: 25px 0px 0px 13px;
	float: left;
}
div#nHeader span.sepp {
	margin: 0px 8px;
}
div#nHeader span.sepp,
div#nHeader a {
	float: left;
	color: #26136d;
	text-decoration: none;
}
div#nHeader a:hover {
	text-decoration: underline;
}
div#nHeader .tools {
	float: right;
	overflow: hidden;
	margin: 35px 15px 0px 0px;
}


div#content {
	margin: 20px 10px;
}
div#content h1 {
	color: #269d00;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
div#content ul.table {
	list-style: none;
	padding: 0px;
	width: 350px;
	margin: 10px 0px;
}
div#content ul.table li {
	background: #e5d9a4;
	padding: 15px 10px 8px 13px;
	margin-bottom: 1px;
}
div#content a:visited {
	color: #387c13;
}
div#content a:hover,
div#content a:active {
	text-decoration: underline;
}
div#content a {
	color: #269d00;
	text-decoration: none;
}


div#product table {
	border: none;
}
div#product table td {
	margin: 1px;
	background: #e5d9a4;
}
div#product table td h3 {
	padding: 5px 3px;
	margin: 0px;
	background: #dac985;
	text-align: center;
}

