@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #474F63;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
}
#content {
	height: auto;
	width: 600px;
	position: absolute;
	top: 119px;
	left: 149px;
}
#content img {border: 1px solid #8F97AE;float: left;margin-right: 30px;margin-bottom: 30px;}
#content a,#content a:link,#content a:active,#content a:visited  {color: #5C6681;}
#content a:hover {
	color: #989FB2;
}
.txt_kl {
	font-size: 9px;
}
#content a.foot,#content a.foot:link, #content a.foot:hover, #content a.foot:visited, #content a.foot:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
}

