
@import url("editor.css");

html, body {
  	margin: 0;
   	padding: 0;
  	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #f0f0f0 url('bg.gif') repeat-y top center; 
	text-align: center;
	font-size: x-small;
	voice-family: "\"}\"";
   	font-size: small;
	height: 100%;
	line-height: 1.4em;
}

form {
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	height: 100%;
	margin-top: -271px;
}	

#main {
	float: left;
	width: 700px;
	min-height: 100%;
	text-align: left;
}

#header {
	height: 271px;
}

#content {
	float: left;
	display: inline;
	margin-left: 30px;
}

#footer {
	float: left;
	margin: 0 auto;
    	width: 700px;
	text-align: left;
	background: #f0f0f0 url('texture.jpg') top left;
	height: 100px;
	margin-top: -100px;
}

#footer_content {
	float: left;
	width: 400px;
	background: transparent url('footer-devider.gif') repeat-y left top;
	margin: 10px 0 10px 30px;
	padding-left: 5px;
	font-size: 85%;
	line-height: 1em;
}

#footer_content table {
	float: right;
	width: 270px;
	border-collapse: collapse;
	margin: 15px 15px 0 15px;
}

#footer_content table td {
	padding: 2px 5px 2px 0;
}

#footer_menu {
	float: right;
	width: 250px;
	margin: 10px 0 10px 0;
	padding: 15px 0 0 0;
	background: transparent url('footer-devider.gif') repeat-y left top;
	text-align: center;
}

#footer_menu #powered {
	margin-top: 5px;
}

#footer_menu select {
	color: #da3300;
}

#left_column {
	float: right;
	width: 390px;
	padding-bottom: 120px;
	overflow: hidden;
}

#right_column {
	float: right;
	width: 250px;
	padding-bottom: 120px;
	margin-left: 30px;
}

#topbg {
	background: transparent url('top-bg.jpg') no-repeat top center;
	width: 100%;
	height: 271px;
}

#navigation_bar {
	float: left;
	width: 190px;
	height: 199px;
}

#language_box {
	margin-left: 20px;
}

#logo {
	float: right;
	position: relative;
	margin-right: -22px;
	width: 530px;
	z-index: 100;
	height: 271px;
}

#menu ul {
	float: right;
	list-style: none;
	margin: 10px 0px 6px 10px;
	padding: 0;
	width: 170px;
}

#menu ul li {
	float: left;
}

a.menu_link {
	clear: both;
	float: left;
}

a img {
	border: 0;
}

#content #right_column ul.submenu li.current {
        background: #f6f8fe;
}

#search_box {
	margin-left: 20px;
}

#search_input {
	width: 100px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
        background: #0a2262;
        color: white;
		border: 1px solid white;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
        background: #133282;
		cursor: pointer;
}

input[type="text"], input[type="password"], textarea, select {
        border: 1px solid #bbb;
        font-family: Arial, sans-serif;
        padding: 1px 3px;
        background: #fbfbfb;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
        background: #ffffff;
}


.clearing {
  	height: 0;
   	clear: both;
}

#content table {
        width: 100%;
        border-collapse: collapse;
}

#content table td.sininenLaatikko, #content table td.harmaaLaatikko, #content table td.ruskeaLaatikko {
        padding: 5px 10px;
}

#content table td.harmaaLaatikko img {
	float: left;
}
