@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align:left;
	
}

.main { position: absolute;
	left: -400px;
	width: 800px;
	margin-left: 50%;
	
}

.banneri {
	background-image: url(images/5204316_1_1.jpg);
	height: 114px;
	width: 800px;
	background-repeat: no-repeat;
}
.banneri2 {
	background-image: url(images/5204316_1_2.jpg);
	height: 214px;
	width: 800px;
}
.leipa {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/5204316_10_18.jpg);
	width: 760px;
	padding: 0 20px 20px 20px;
	text-align:left;
	
	float:left;
}
.leipa2 {
	font-family: Verdana, Geneva, sans-serif;
	width: 230px;
	padding:10px;
	
	float:right;
}
.footer {
	height: 40px;
	width: 800px;
	background-image: url(images/5204316_10_20.jpg);
	text-align:center;
	position: relative;
	clear:both;
}
.linkit {
	height: 30px;
	width: 800px;
	padding-left:13px;
	
}
.menuitem2 {
  width: auto;
  float: left;
  padding: 14px 6px ;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  display: inline;
  position: relative;
  margin-top: 159px;
  


}

.menuitem2:hover {
		width: auto;
  padding: 14px 6px ;
  float: left;
    text-align: center;
color: #2189c6;
  margin-top: 159px;
}
.menuitem2_selected {
		width: auto;
    float: left;
	padding: 14px 6px ;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color: saddleBrown;
    text-align: center;
      margin-top: 159px;
}
h1 {
FONT-WEIGHT: bold; FONT-SIZE: 24px;color:#3083c7;
}

h2 {
FONT-WEIGHT: bold; FONT-SIZE: 18px; color:#3083c7;
}

h3 {
FONT-WEIGHT: bold; FONT-SIZE: 12px;color:#3083c7;
}

h4 {
FONT-WEIGHT: bold; FONT-SIZE: 10px; color:#3083c7; 
}



