/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;	
   line-height: 12pt;
}

td {
	font-family: verdana, arial, sans-serif;	
   line-height: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

ul li {
  margin:0;
  padding: 3px 0px 10px 15px;
  list-style: square;
}

img, a {
	border: 0px;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
}

hr {
	padding: 2px 0px 2px;
	margin: 0px;
	height: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid black;
	color: black;
}

input, textarea { 
	font-family: verdana, arial, sans-serif;
	border: 1px solid gray;
}

textarea {
	overflow: auto;
	padding: 2px 0px 0px 2px;
}

.bold {
	font-weight: bold;
}

.italic, .notis {
	font-style: italic;
}

.alert {
	font-weight: bold;
	color: #a8000a;
}

form {
	display : inline;
}

.header {
	height: 210px;
	background-repeat: no-repeat;
}

.alert, .italic, .notis, .bold, input, textarea, ul, td, body {
	font-size: 14px;
}

.contenttd {
	width: auto;
}

.menutd {
	width: 130px;
}

#imgmaks {
	max-height: 50px;
	max-width: 100px;
	 *height:expression(this.height > 50 ? 50: this.height);
}

#maksgarn {
	max-height: 25px;
	max-width: 100px;
	 *height:expression(this.height > 25 ? 25: this.height);
}

.garntable td {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

.maindiv {
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -380px; 
	margin-right: auto; 
	width: 760px; 
	height: 100%;
	*height: 100%;
	background-image: url('gfx/header.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.betweentd {
	width: 35px;
}

.maintable {
	width: 760px;
	height: 100%;
	min-height: 100%;
	background-color: transparent;
}

.menupunkt {
	height: 30px;
	vertical-align: top;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	font-family: arial;
}

.menupunkt_selected {
	height: 30px;
	vertical-align: top;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('gfx/menu_select.gif');
	cursor: pointer;
	cursor: hand;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	font-family: arial;
}

.umenupunkt {
	height: 30px;
	vertical-align: middle;
	background-position: left 30%;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 7px 18px;
	font-family: arial;
}

.umenupunkt_selected {
	height: 30px;
	vertical-align: middle;
	background-position: left 30%;
	background-repeat: no-repeat;
	background-image: url('gfx/umenu_select.gif');
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 7px 18px;
	font-family: arial;
}

.subpunkt {
	height: 25px;
	vertical-align: middle;
	background-position: 10px 30%;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 7px 30px;
	font-family: arial;
}

.subpunkt_selected {
	height: 25px;
	vertical-align: middle;
	background-position: 10px 30%;
	background-repeat: no-repeat;
	background-image: url('gfx/sub_select.gif');
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 7px 30px;
	font-family: arial;
}

.menutd a:link {
	color: black;
	text-decoration: none;
}

.menutd a:visited {
	color: rgb(103,103,103);
	text-decoration: none;
}

.menutd a:hover {
	text-decoration: underline;
}

.menutd a:active {
	color: blue;
	text-decoration: none;
}

a.kvali {
	color: black;
	text-decoration: underline;
}

a.kvali:hover {
	text-decoration: none;
}

.headline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 32px;
}

.frontlink {
	font-weight: bold; 
	font-size: 17px; 
	color: black; 
	text-decoration: none;
}