
html, body{
    margin:0;
    height: 100%;
    width: 100%;
}

body {
    margin:0;
    text-align: left;
    height: 100%;
    width: 100%;
    background: #000000 url('img/bg_day.jpg') no-repeat fixed top left;
}

img {
    border: 0;
}

.main_container{
    margin:0px 0px 0px 0px;
    width: 850px;
}

div.left {
    margin: 0;
    width: 240px;
    height: 100%;
    text-align: right;
    float: left;
}
div.right {
    width: 540px;
    margin-left: 50px;
    height: 100%;
    text-align: left;
    float: left;
}
div.main_menu {
    width: 124px;
    margin-left: 116px;
    margin-top: 150px;
}
div.sub_menu {
    margin-top: 15px;
    /*padding-bottom: 5px;*/
    vertical-align: bottom;
    width: 560px;
    height: 29px;
}
.checked_line {
    width: 540px;
    height: 31px;
    background-image: url('img/square.gif');
    background-repeat: repeat-x;
    background-position: top left;
}
.content {
    /*height: 550px;*/
    width: 540px;
    text-align: justify;
    font-family: Tahoma;
    font-size: 9.5pt;
}

.white_logo {
    margin-left: 347px;
    margin-top: 30px;
}

a {
	color:#075d70;
	text-decoration: none;
}

a:hover {
    color:#075d70;
	text-decoration: underline;
}

/** vormide stiilid */
.inputText {
    border: 1px solid black;
    background-color: transparent;
}

.inputSubmit {
    border: 1px solid black;
    background-color: transparent;
}

.textarea {
    border: 1px solid black;
    background-color: transparent;
}
