body {
	margin: 0;
	font-family: verdana, arial;
	background: white;
}

.header {
	width: 100%;
	height: 29px;
	background: url(http://kuvaton.com/themes/kuvaton_img/header/header_bg.gif) repeat-x;
}

.header a {
  font: bold 11px/20px arial, verdana;
  color: white;
}

.header .item1, .header .item1-active, .header .item1:hover, .header .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 4px 9px 4px 9px;
}

.paalinkki {
	background: url(http://kuvaton.com/themes/kuvaton_img/header/header_line.gif) right no-repeat;
	float: left;
}

div.section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
}

div.section a {
	background: #3386cb;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 130px;
}

div.section a:hover {
	background: #3974b0;
}

.flags {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
}

.flags img {
	margin-left: 5px;
	border: 0;
}

.login {
	float: left;
	background: url(http://kuvaton.com/themes/kuvaton_img/header/header_line.gif) left top no-repeat;
	color: white;
  font: bold 11px arial, verdana;
  padding: 2px 0px 4px 10px;
}

.login input {
	width: 70px;
	border: none;
  font: bold 11px arial, verdana;
}

.login .checkbox {
	width: 16px;
}

.login .submit {
	width: 16px;
	height: 16px;
	margin: 4px 0 -4px 0;
}

.warning {
	color: red;
	font-weight: bold;
}

.logged {
	text-align: right;
	font-size: 12px;
	padding: 2px;
}

.logged img {
	border: none;
}




/* Footer */

.footer {
  margin-top: 50px;
	background: #1a1b1d;
	color: #666666;
	font-size: 13px;
	padding: 20px;
	text-align: center;
}

.footer div {
	text-align: center;
	color: gray;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer table {
	margin: 0 auto;
}

.footer td {
	padding: 0 30px;
	line-height: 150%;
	vertical-align: top;
}

.footer a {
  font-size: 13px;
	color: #666666;
	text-decoration: none;
}