@charset "UTF-8";
body {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #06F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #06F;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#content-and-navigation {
	clear: both;
}
#navigation {
	float: left;
	width: 222px;
	margin-bottom: 20px;
}
#navigation a.l1 {
	display: block;
	background: url(../designfiles/mainmenu_bg.gif) no-repeat;
	width: 209px;
	height: 23px;
	padding: 7px 18px 0 18px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}
#navigation a.l1:hover {
	background: url(../designfiles/mainmenu_bg.gif) no-repeat;
	text-decoration: underline;
}
#navigation a.l2 {
	display: block;
	padding: 3px 10px 3px 25px;
	color: #333;
	text-decoration: none;
}
#navigation a.l2:hover {
	background: none;
	text-decoration: underline;
}
#navigation a.l3 {
	font-size: 11px;
	display: block;
	padding: 3px 10px 3px 40px;
	color: #666;
	text-decoration: none;
}
#navigation a.l3:hover {
	background: none;
	text-decoration: underline;
}
#navigation div.l2-container {
	padding: 6px 0 10px 15px;
}
#navigation div.l3-container {
	padding: 6px 0 10px 20px;
}
#content {
	float: left;
	width: 538px;
	min-height: 300px;
	background: url(../designfiles/content_bg_top.gif) no-repeat;
	margin-bottom: 20px;
	padding: 15px 20px;;
	line-height: 1.6em;
}
#content img {
	border: 1px solid #fff;
}
.partnerlogos a:hover {
	text-decoration: none !important;
	background: none;
}
#footer {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 5px;
}

/* Blogi */
#sidebar ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
}
.commentlist {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.commentlist li {
	background-color: #fafafa;
	list-style: none;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}
.commentlist li.alt {
	background-color: #eee;
}
.commentlist cite {
	font-weight: bold;
}
#comment {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	width: 500px;
}
.postmetadata {
	color: #999;
	line-height: normal;
}
.entry {
	text-align: justify;
}
.post h2 a, #sidebar h2 a, #content .navigation a {
	color: #333;
}
.post h2 a:hover, #sidebar h2 a:hover, #content .navigation a:hover {
	color: #333;
	background: none;
}