html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Verdana, Sans-serif;
 font-size: 12px; 
 background: #5C7EBE url(images/new_bg.jpg) repeat;
} 

h1, h2, h3 {
	margin-bottom: 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7B93B7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
	padding-left: 2px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

ul {
	margin-left: 3em;
    list-style-image:url(images/main_listaus_ikoni.jpg.gif);
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

blockquote p{
	margin-top: -10px;
	margin-bottom: -10px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #fff;
} 
 
#header{
 position:relative; 
 height:200px; 
 background-image: url(images/top_banner.jpg); 
 width:100%;
} 

 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 padding-top: 10px;
 background: #fff url(images/img03.gif);
 }
 
#leftcol p{
	margin-left: 2px;
 }
 
p.osoite{ 
  line-height:100%;
}

#leftcol h2{
 background: url(images/left_bg.jpg) no-repeat;
 color: #000;
}

#twocols{
 width:70%; 
 padding-top: 10px;
 float:right; 
 position:relative; 
}

#twocols h2{
	font-size: 26px;
	font-weight:normal;
}
 
#rightcol{
 width:100%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
 height:100px; 
 padding-top: 10px;
  background-image: url(images/footer_banner.jpg); 
 clear:both;
 font-family:Verdana,Sans-serif;
 font-size: 9px;
 text-align:center;
 } 
 
#footer a{
font-size: 9px;
color:#000;
}
 
#footer a:hover {
	text-decoration: underline;
	color: #549DC7;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */