body {
overflow: auto;
margin: 0px;
background-color: #ffffff;
}

.top {
background-image: url("img/back3.jpg");
background-attachment: fixed;
background-position: bottom center;
}

.bottom {
background-image: url("img/back4.jpg");
background-attachment: fixed;
background-position: top center;
}

.menubg {
background-image: url("img/spiksko.jpg");
background-repeat: repeat-x;
background-position: top center;
}

td {
font-family: verdana, arial;
font-size: 10px;
color: #ffffff;
}

.rub1 {
font-family: verdana, arial;
font-size: 20px;
font-weight: bold;
color: #3396E9;
}

.text {
font-family: verdana, arial;
font-size: 10px;
color: #00559D;
}

.wo_table {
font-family: verdana, arial;
font-size: 10px;
color: #00559D;
}

input {
	border: 1px solid #6BB3EF;
	font-family: verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color : #000000;
        background-color: #DEEEFC;
        height: 16px;
	}

textarea {
        background-color: #DEEEFC;
	border: 1px solid #6BB3EF;
	font-family: verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color : #ffffff;
	}


a:link.menu	{ color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10px; }
a:visited.menu	{ color: #ffffff;  text-decoration: none; font-weight: bold; font-size: 10px; }
a:active.menu	{ color: #ffffff;  text-decoration: none; font-weight: bold; font-size: 10px; }
a:hover.menu { color: #3396E9;  text-decoration: none; background-color: #ffffff; font-weight: bold; font-size: 10px; }

a:link		{ color: #000000; text-decoration: none; font-weight: bold; font-size: 10px; }
a:visited	{ color: #000000; text-decoration: none; font-weight: bold; font-size: 10px; }
a:active	{ color: #000000; text-decoration: none; font-weight: bold; font-size: 10px; }
a:hover		{ color: #3396E9; text-decoration: none; font-weight: bold; font-size: 10px; }

a:link.atext	{ font-family: verdana, arial; color: #00559D; text-decoration: none; font-size: 10px; }
a:visited.atext	{ font-family: verdana, arial; color: #00559D;  text-decoration: none; font-size: 10px; }
a:active.atext	{ font-family: verdana, arial; color: #00559D;  text-decoration: none; font-size: 10px; }
a:hover.atext { font-family: verdana, arial; color: black;  text-decoration: none; font-size: 10px; }


