﻿body
{
	background-color:#606372;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:small;
}

#container
{
	background-color: #4f5055;
	width:624px;
	padding-top:0px;
	margin:0 auto;
	text-align:center;
}

#sisu
{
	text-align:left;
	padding:6px;
	padding-top:0px;
}

A:link {
	color: rgb(0,0,0); text-decoration: none;
}
A:active {
	color: rgb(0,0,0); text-decoration: none;
}
A:visited {
	color: rgb(0,0,0); text-decoration: none;
}
A:hover {
	color: rgb(0,0,0); text-decoration: underline;
}

#ads.google{
	float:right;
	text-align:right;
	margin-left:20px;
}

#ads.amazon{
	float:right;
	text-align:right;
	margin-left:20px;
	width:190px;
	height:190px;
	background-color:grey;
	text-align:center;
}

#ads.amazon img{
	height:100px;
	margin:3px;
}

span#appname{
	font-size:12px;
	display:inline;
	font-weight:bold;
}

ul#menu{
	width:612px;
	margin:0 auto;
	background-color:#4f88bd;
	list-style-type:none;
	padding:0;
}

ul#menu li{
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

ul#menu li a{
	display: block;
	width:130px;
	height:28px;
	padding: 0;
	text-align: center;
	font-weight:bold;
	color:#000000;
	line-height:28px;
	overflow:hidden;
	background-color:#4f88bd;
	font-size:13px;
}

ul#menu li.lang a{
	width:46px;
}

ul#menu li a:hover{
	text-decoration:none;
	background-color:#436d94;
}

ul#menu li img{
	margin-top:7px;
}

.bar{
	width:100%;
	height:1px;
	clear:both;
}

div.newsitem{
	width:612px;
	background-color:#5c7f9f;
	margin:10px auto;
	padding:0;
}

div.newsitem div.header{
	width:592px;
	background-color:#5c7f9f;
	margin-left:10px;
	border-bottom:solid 1px #000000;
}

div.newsitem div.header div.left{
	float:left;
	padding:2px;
	font-size:13px;
	font-weight:bold;
	
}

div.newsitem div.header div.right{
	float:right;
	padding:2px;
}

div.newsitem p{
	margin: 0px 20px 0px 20px;
	padding-bottom:20px;
	padding-top:8px;
}

select, input, option, textarea { 
	background: #6699cc;
	font-family: tahoma,arial,verdana;
	color: #000000; 
	font-size: 12px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

textarea{
	width:285px;
	height:200px;
}

label{
	width:100px;
	float:left;
}

input.text{
	width:230px;
}
