@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #F7F7F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #444;
}
#linie{
	position: absolute;
	top:112px;
	width:100%;
	border-top: 2px dotted #777;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 920px;	
}
#logo{
	position: absolute;
	top: 60px;
	left:20px;
}
#navi{
	position: absolute;
	top:130px; 
	left:15px;
}
#navi li{
	line-height:16px;
}
a:link, a:visited{
	text-decoration:none;
	color:#444;
}
a:hover, a.current, strong{
	color:#f08621;
	font-weight:normal;
}
#content a:link, #content a:visited{
	color:#444;
}
#content a:hover{
	color:#f08621;
}
#content {
	position: absolute;
	top:260px;
	left:20px;
	width:700px;
	clear:left;
}
p {
	margin-bottom:12px;
}
img{border:none 0px;}