body, ul, li {
	margin: 0;
	padding: 0;
	}




body {
	font-family: arial, verdana, sans serif;
	margin:auto;
	text-align: center;
	background: #eeeeee;
	font-size: 12px;
	}



#container {
	margin: auto;
	background: #ffffff;
	width: 900px;
	}

#navigation {
	text-align: left;
	float: left;
	width: 200px;
	padding: 25px 20px 20px 20px;
	}

#navigation a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-left: 14px;
	background-image: url(pic/nav_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}

#navigation a:hover {
	color: #aaaaaa;
	text-decoration: underline;
	background-image: url(pic/nav_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}

#navigation a.akt {
	color: #000000;
	text-decoration: none;
	background-image: url(pic/nav_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}

#navigation ul {
	list-style:none;
	}

#navigation li {
	line-height: 22px;
	}

#head1 {
	padding: 4px 20px 4px 20px;
	text-align: right;
	}

#content {
	text-align: left;
	margin-left: 240px;
	padding: 15px;
	line-height: 16px;
	}

h1 {
	font-size: 16px;
	color:#666666;
	
	}
	
h2 {
	font-size: 13px;
	color:#666666;
	margin: 15px 0px 0px 0px;
	}

#col_right {
	float:right;
	width: 136px;	
	background: #eeeeee;
	padding: 5px 7px 11px 7px;
	margin: 8px 0px 8px 8px;
	font-size: 11px;
	line-height: 13px;
	color:#666666;
	}

a {
	color:darkgreen;
	}

a:hover {
	color: #aaaaaa;
	}

li.small  {
	margin-left:10px;
	margin-bottom:-3px;
	line-height: 13px;
	}

li.small a {
	font-weight:normal;
	font-size:11px;
	}

a.head {
	color: #333333;
	text-decoration: none;
	}
	
a.head:hover {
	color: #aaaaaa;
	text-decoration: underline;
	}