body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 11px;
	margin: 5px;
	background-color: #ffffff;
	background-image: url(images/tlo.jpg);
}

a{
    color: #007800;
    text-decoration: none;
}

a:active {
    color: #007800;
    text-decoration: underline;
}

a:visited {
    color: #007800;
    text-decoration: none;
}

a:hover {
    color: #007800;
    text-decoration: underline;
}

a.link{
    color: #ffffff;
    text-decoration: none;
}

a.link:active {
    color: #ffffff;
    text-decoration: underline;
}

a.link:visited {
    color: #ffffff;
    text-decoration: underline;
}

a.link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.title{
   color: #007800;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

img {
	margin: 5px;
	border: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.text {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 17px;
}

.logo {
	float: left;
	margin: 5px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

input[type=submit], input[type=reset], input[type=button] {
	border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #007800;
    color: #FFFFFF;
    font-size: 11px;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 90px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #CCCCCC;
	color: #000000;
}

input[type=text], input[type=password] {
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	color: #007800;
}

textarea {
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

td.label {
    padding: 0px;
	width: 150px;
}

td.margin {
    padding: 0px;
	width: 10px;
}

td.field {
    padding: 0px;
	width: 190px;
}

ul {
	list-style-image: url(images/punkt.jpg);
	margin: 5px;
	border: 0;
	text-align: left;
}
