@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:0;
	padding:0;
	background:url(../imgs/bck.jpg) #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#868585;
}
a{
	color:#868585;
	text-decoration:none
}
a:hover{
	color:#dd0003;
	text-decoration:underline
}

#container{
	width:664px;
	text-align:left;
	margin:0 auto;
	background:#ebebeb;
}
#left{
	width:335px;
	float:left;
	text-align:left;
	border-right:1px solid #999999;
}
#right{
	width:328px;
	float:right;
	text-align:left;
}
#clear{
	clear:both;
}
p{
	margin:0;
	padding:0;
}
#tootelingid{
	text-align:center;
	clear:left;
	width:335px;
	float:left;
}
#tootelingid_right{
	text-align:center;
	clear:right;
	width:328px;
	float:left;
}
#logod{
	margin-left:20px;
}
#jalus_vasak{
	padding:8px 0 0 26px;
	float:left;
	width:414px;
	background:#ebebeb;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
	height:20px;
	color:#505050;
	
}
#jalus_vasak a{
	color:#dd0003;
}
#jalus_parem{
	padding:8px 10px 0 0;
	float:right;
	width:214px;
	background:#00FF00;
	background:#ebebeb;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
	height:20px;
	color:#505050;
	text-align:center;
}
h1, .h1{
	color:#dd0003;
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
	padding-left:15px;
	line-height:40px;
	background:#d7d7d7;
	margin:0;
}
h2, .h2{
	color:#868585;
	font-weight:bold;
	font-size:1.2em;
	margin:0;
}
h2 a, .h2 a{
	color:#868585;
	text-decoration:underline;
}
h2 a:hover, .h2 a:hover{
	color:#dd0003;
	text-decoration:none;
}
/*pagenav*/
ul.pagenav{
	margin:0 0 5px 20px;
	padding:0;
}
ul.pagenav li{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
	line-height:16px;
	font-weight:bold;
}
ul.pagenav a{
	padding-left:10px;
	color:#000;
	text-decoration:none
}
ul.pagenav a:hover,
ul.pagenav a.active{
	color:#dd0003;
}
.lipp{
	vertical-align:middle;
}