<!--
body {
       font-family: sans-serif;
       font-style: normal;
       font-weight: normal;
       font-size: 10pt;
       color: #ffffff;
       background: #c82216;
       text-align: center;
}

#page {
    background: #c82216 url(../gfx/ninex_bgr.jpg) no-repeat top left;
    text-align: left;
}


#content {
    font: normal 10pt sans-serif;
}
#footer {
    text-align: center;
    font: normal 9pt sans-serif;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
}
#adres {
    font: normal 12pt arial, helvetica, sans-serif;
}

#adres a {
    color: white;
}

p {
text-align: justify;
margin: 5px;
}

h1 {
font-size: 14pt;
}

.fom_label {
	float: left;
	width: 120px;
}

.fom_field input {
	border: 1px solid black;
}

.fom_field textarea {
	border: 1px solid black;
	width: 200px;
	height: 100px;
}

.fom_field input[type=submit] {
	border: 1px solid black;
	margin-left: 200px;
}
-->


