/* CSS Document */
/* 
Valmisatatud:
Oliver Pruel
arctict@planet.ee
www.arctict.planet.ee
*/
/* Struktuur */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color:  #fff	;
}
.taust {
	position: absolute;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 464px;
	background-color: #111;
}
.konteiner {
	margin: auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
}
.header {
	background-color:  #111111;
	background-repeat: repeat-x;
	height: 116px;
	width: 100%;
}
.logo {
	background-image:  url( images/logo.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 374px;
}
.headerpic {
	background-image:  url( images/headerpic.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 900px;
}
.menu {
	background-color:  #111111;
	height: 40px;
	width: 100%px;
}
.content {
	background-color:  #fff;
	width: 100%px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #454545;
	margin-bottom: 50px;
}
.footer {
	background-color:  #111111;
	height: 97px;
	width: 100%;
}
.footerkonteiner {
	margin: auto;
	height: 97px;
	width: 900px;
}
.footerlogo {
	background-image:  url( images/footerlogo.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 286px;
	float: left;
}
.footerinfo {
	margin-top: 12px;
	list-style-type: none;
	width: 150px;
	float: left;
	color: #e7a006;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
.footerinfo a {
	color: #e7a006;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.menu ul {
	margin: auto;
    padding: 0;
    list-style-type: none;
}
.menu ul li {
	margin-left: 30px;
    float: left;
	padding-left: 10px;
	padding-right: 10px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.menu ul li a {
    display: block;
    text-decoration: none;
    height: 40px;
    background-repeat: no-repeat;
    background-position: bottom right;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.menu ul li a:hover {
    text-decoration: none;
	color: #000;
	line-height: 40px;
	text-align: center;
}
.menu ul li:hover, li.selected{
    display: block;
    text-decoration: none;
    height: 40px;
	color: #000;
    background-repeat: repeat-x;
	background-image:  url( images/menu.png);
}
.header1 {
	margin-top: 30px;
	padding: 0px 0px 0 0px;
	font-family: Georgia, Garamond, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 21px;
	font-weight: normal;
	text-decoration: none;
	color: #454545;
}
.header2 {
	margin-top: -23px;
	padding: 0px 0px 0 1px;
	font-family: Georgia, Garamond, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #909090;
}
.joon {
	margin: -2px 0 16px 0;
	background-image: url( images/line.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 1px;
}
.vasak {
	float: left;
	width: 500px;
}
.parem {
	float: right;
	width: 310px;
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
   	font-weight: bold;
   	text-decoration: none;
   	color: #4e4e4e;
	line-height: 26px;
}
.name  input{
	margin-top: 4px;
	float: right;
	width: 162px;
	height: 16px;
	border: 1px solid #d1d1d1;
	color: #be8201;
	font-size: 11px;
	font-family: Georgia, Garamond, Arial;
}
.mail  input{
	margin-top: 4px;
	float: right;
	width: 162px;
	height: 16px;
	border: 1px solid #d1d1d1;
	color: #be8201;
	font-size: 11px;
	font-family: Georgia, Garamond, Arial;
}
.telefon  input{
	margin-top: 4px;
	float: right;
	width: 162px;
	height: 16px;
	border: 1px solid #d1d1d1;
	color: #be8201;
	font-size: 11px;
	font-family: Georgia, Garamond, Arial;
}
.text textarea{
	width: 310px;
	height: 163px;
	border: 1px solid #d1d1d1;
	color: #be8201;
	font-size: 11px;
	font-family: Georgia, Garamond, Arial;
}
.submit input{
	margin-left: 75px;
	margin-top: 10px;
	width: 164px;
	height: 22px;
	color: #be8201;
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, Garamond, Arial;
	border: 1px solid #d1d1d1;
}
a {
    text-decoration: none;
	border: 0;
}
