.flokkalisti .title {
	font-weight: bold;
}
.clr {
	clear:both;
	height:1px;
	line-height: 1px;
}
body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
a:focus {
	color: #000 !important;
}

h1 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
p {
	margin-bottom: 20px;
}
input, textarea {
	border: 2px solid #eee;
}
#main {
	margin: 0px auto;
	width: 950px;
	text-align: left;
	border: 1px solid #eee;
}
/*MENU*/
#menu {
	float: left;
	width: 100%;
	text-align: center;
}
#menu ul {
	color: #fff;
	width: auto;
	margin: 0px auto;
}
#menu ul li {
	display: inline;
	height: 44px;
	line-height: 44px;
}
#menu a {
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul li.select a, #menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: #000;
}
#menu ul li.select a {
	text-decoration:underline;
	color: #000;
}
#menu ul .delim {
	display: inline;
	padding: 0px 20px;
	height: 44px;
	line-height: 44px;
}


/*TOP*/

#top {
	padding: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	height: 115px;
}
#top a.logo {
	
	display: block;
	position: absolute;
	left: 50px;
	top: 16px;
	width: 111px;
	height: 97px;
	
	border: 1px dotted #FFF;
	
	background: url(../img/logo.png) no-repeat;
	text-indent: -10000px;
	overflow:hidden;
	
}
#top a.logo:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
#top a.logo:active, #top a.logo:focus {
	border: 1px dotted #EEE;
}
#top #info {
	float: right;
	background: url(../img/graenn_bak.jpg) no-repeat;
	height: 111px;
	width: 714px;
	
}
#top #info .padding {
	padding: 20px;
}
#top #info * {
	color: #fff;
}
#top #info h1 {
	font-size: 30px;
	line-height: 30px;
	text-transform: none;
	font-weight: normal;
	
}
#image {
	overflow: hidden;
	height: 250px;
	position: relative;
}
#image img {
	position: absolute;
	top: -160px;
	left: -50px;
}


/*MIDDLE*/

/*LEFTMENU*/
#middle {
	float: left;
	width: 100%;
}
#middle .left {
	float: left;
	width: 25%;
	text-align: right;
	overflow:hidden;
	
	position: relative;
}
#middle .left .left_container {
	padding: 16px;
	overflow:hidden;
}
#middle .left .menu {
	height: 100%;
	text-align: left;
	zoom: 1;
}

#middle .left .menu a {
	display:block;
	line-height: 25px;
	width: 100%;
}

#middle .left .leit {
	margin-top: 50px;
	text-align:left;
}

#middle .mainbody {
	float: right;
	width: 71%;
	
	overflow:hidden;
	
}
#middle .mainbody .padding {
	padding: 16px;
	border-left: 1px dashed #000;
	min-height: 350px;
	overflow:hidden;
}
#middle .mainbody .padding .padding {
	border: 0;
}
#middle .mainbody .content {
	
}
#middle .left .menu a, h2 {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	
	font-weight: bold;
	color: #666;
	line-height: 20px;
}
.vorubox .vnr, .vorubox h4 {
	margin-top: 5px;
}
#middle .left .menu li {
	margin-bottom: 5px;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #fff;
}
#middle .left .menu ul {
	display: none;
	position: absolute;
	left: 150px;
	top: 0px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0px 10px;
	min-width: 150px;
	padding-top: 7px;
	z-index: 100;
}
#middle .left .menu ul li {
	border-bottom: 1px solid #ccc;
}
#middle .left a:hover {
	color: #000;
}

#bottom {
	color: #fff;
	text-align: center;
	font-size: 9px;
}

.header {
	clear: both;
	background: #727374 url('../img/grad-bak-bogt.gif') repeat-y;
	
	height: 50px;
	line-height: 50px;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .15px;
	color: #444;
}
h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .15px;
	margin: 10px 0px 16px 0px;
	color: #444;
}
.header h1 {
	margin-left: 30px;
	color: #FFF;
}

.underline, #middle .left .menu .underline {
	border-bottom: 1px solid #ccc;
}
.postlisti .head {
	height: 45px;
	position: relative;
}
.postlisti .head h2 {
	position: absolute;
	top: 14px;
	left: 60px;
}
.postlisti .head img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.postlisti .text {
	padding: 0px 15px;
	font-size: 90%;
}
.postlisti .skramig img {
	margin-top: 15px;
}
.postlisti {
	width: 150px;
	padding-top: 5px;
	float: left;
}

