* {
margin: 0;
padding: 0;
list-style: none;
background-repeat: no-repeat;
text-decoration: none;
outline: none;
}

html { height: 100%; }
body { height: 100%;  margin: 0; padding: 0; font: 12px Verdana, Arial, Helvetica, sans-serif; color: #666666; background-color: #45494d; }
img { border: 0;  }
td { vertical-align: top; }
ul { list-style: none; }
br {clear: both;}


a:link, a:active, a:visited {
	 color: #3094be;
}

a:hover{
	color:#666;
}


#website { width: 960px; margin: auto; border-left: 5px solid #3b3f42; border-right: 5px solid #3b3f42; background-color: #d9d9d9; }

#header { height: 85px; background: url(im/bgr_header.png) #f2f2f2 repeat-x top left; }
#header div#logo { margin-left: 780px; position: absolute; }


/* Begin Nav */
#nav-one { float: left; margin: 40px 0 0 15px; line-height: 17px;}
#nav-one a { margin: 0; padding-bottom: 4px; font-size: 11px; font-weight: bold; color: #222222; text-decoration: none; display: block; position: relative; }
#nav-one a:hover, #nav-one a:hover { background: url(im/bgr_mainmenu.png) repeat-x bottom left; text-decoration: none; }
#nav-one ul { margin: 0px; padding: 0px; list-style: none; }
#nav-one ul li { margin-right: 18px; padding: 0; float: left; }
#nav-one ul li:hover { background: url(im/bgr_mainmenu.png) repeat-x bottom left; }

#nav-one li ul { position: absolute; left:-9999px; background-color: #ffffff; } /* Almenü */
#nav-one li:hover ul, #nav-one li.sfhover ul { left: auto; border: 1px solid #3094be; } /* Almenu keret */
#nav-one ul li ul li { background: none; border-bottom: 1px solid #dddbc2; float: none; }
#nav-one ul li ul li:hover { background: none; }
#nav-one ul li ul li a { padding: 0 0px 3px 10px; font-weight: normal; color: #222222; text-transform: none; background: none;} /* Almenü betûi */
#nav-one ul li ul li a:hover { color: #3094be; text-decoration: underline; background: none; }
/* End Nav */

#container { width: 930px; padding: 0 15px 40px 15px; background-color: #ffffff; }

#footer { height: 50px; font-size: 9px; background: url(im/bgr_footer.png) repeat-x top left; }
#footer a { font-size: 9px; font-weight: bold; color: #666666; text-decoration: none; }
#footer a:hover { color: #333333; text-decoration: underline; }

h2.label { padding: 40px 0 10px 0; font-size: 17px; font-weight: normal; color: #3094be; border-bottom: 2px solid #d7ecf6; }

ul.transport { margin: 0; padding: 0; list-style: none; }
ul.transport li { margin: 0 0 2px 0; padding: 0; float: none; }
ul.transport li a { width: 177px; margin: 0; padding: 1px 0 2px 12px; font-size: 10px; color: #3094be; background: url(im/bgr_li_transport.png) no-repeat top left; display: block; }
ul.transport li a:hover { color: #ffffff; background: url(im/bgr_li_transport_over.png) #3094be no-repeat top left; }

/* Begin Search */
#search { margin: 0; padding: 0; }
#search .searchfield { width: 148px; padding: 4px 35px 4px 4px; font-size: 11px; border: 1px solid #e7e7e7; position: absolute; }
#search .searchfield:focus { border: 1px solid #3094be; }
#search .searchbutton { width: 21px; height: 21px; margin: 1px 0 0 165px; background: url(im/btn_search.png) no-repeat center center; border: 0; position: absolute; }
/* End Search */

/* Begin Tags */
#tags { padding: 10px; font-size: 10px; color: #555555; border: 4px solid #e7e7e7; }
#tags span { font-size: 12px; font-weight: bold; color: #000000; }
#tags a { font-size: 10px; color: #3094be; text-decoration: none; }
#tags a:hover { color: #222222; text-decoration: underline; }
/* End Tags */

#content_box{
	line-height:18px;
}

#content_box td{
	padding:4px;
}

#content_box table{
	width:510px;
}

h2{
	color:#3094be;
	margin:5px 0px 5px 0px;
	font-size:14px;
}

h3{
	color:#3094be;
	margin:5px 0px 5px 0px;
	font-size:12px;
}

h1{
	color:#3094be;
	margin:5px 0px 5px 0px;
	font-size:16px;
}

.download_box{
	padding:10px;
	background-color:#F6F6F6;
	border:1px solid #DDD;
}