/* @group general */
body {
	font-family: helvetica;
	font-size: small;
	margin: 0px;
	color: #517d90;	
}
h1 {
	font-size: 180%;
	color: #517d90;	
}
p {
	line-height: 1.5;
}
a {
	color: #000000;
}
a:hover {
	color: #517d90;
}
/* @end */
/* @group subnavigation */
#subnavigation {
	width: 20%;
	float: left;
}
#subnavigation ul {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
}
#subnavigation li {
	font-size: 110%;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
}
#subnavigation a {
	color: #517d90;
	text-decoration: none;
}
#subnavigation a:hover {
	color: #000000;
	text-decoration: none;
}
#subnavigation li.level3 {
	padding-left: 40px;
}
/* @end */
#header {
	height: 160px;
	background: url(images/gradiation_up.gif) repeat-x left bottom;
}
#contentcontainer {
	width: 980px;
}
#content {
	width: 80%;
	float: right;
}
#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	background: url(images/gradiation_down.gif) repeat-x left top;	
}
#footer a {
	color: #517d90;
}
#footercontent {
	color: #517d90;
	text-align: right;
	width: 980px;
}
#navtree {
	padding: 20px 0px 0px 0px;
}
#navtree a {
	color: #517d90;
}
#tools {
	padding: 15px 0px;
	text-align: right;
}
#tools a.print {
	color: #517d90;
	padding-left: 20px;
	background: url(images/print.gif) no-repeat left center;
}
.hide {
	display: none;
}