html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(leaf.jpg) no-repeat fixed 20px 130px #fff;
	height: 100%;
	width: 100%;
	color: #445;
}
h1 {
	font: normal 20px georgia, times, serif; 
	color: #777;
	padding: 20px 0 15px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
h1 span {
	color: #aaa;
}
#nav {
	position: absolute;
	width: 210px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background: transparent;
}
#nav span.null {
	display: none;
}
#nav div {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #777;
	background: #f9f9f9;
	border-right: 7px solid #f9f9f9;
	line-height: 18px;
	letter-spacing: 1px;
}
#nav a:hover {
	color: #444;
	background: #eee;
	border-right: 7px solid #e60;
}
#nav a.akt {
	color: #555;
	background: #eee;
	border-right: 7px solid #e50;
}

h2 {
	font: normal 18px georgia, times, serif; 
	color: #777;
	margin: 0 0 20px;
	padding: 0;
}
h2 span {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
#container {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 210px;
}
#cont {
	width: 550px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	background: url(bg_right.gif) repeat-y;
	margin: 0;
	padding: 58px 0 40px 7px;
}
a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #e60;
	background: transparent;
	text-decoration: none;
}

p {
	color: #444;
	margin: 0 0 12px;
	padding: 0;
}
.tag {
	font-weight: normal;
	color: #e50;
}
img.ref {
	margin: 0 5px 0 0;
	float: none;
}

#foot {
	width: 400px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 10px 20px 30px 20px;
	background: url(bg_top.gif) no-repeat;
}
#foot a {
	color: #999;
}
#foot a:hover {
	color: #666;
}

