* { 
	font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; 
}
html { 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
}
body {
  color: #5B5B5B;
  margin: 0;
  padding: 0;
  background: url(images/tlo1.png) repeat-x  #fff;
  text-align:center; /* center layout in ie5 and 5.5. */
}
a img {
	border: 2px solid #4fb4e6;
	padding: 2px;
	margin: 4px;
}

h1 {
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px solid #2e73c8;
	border-left: 9px solid #2e73c8;
	color: #2e73c8;
	font-family: Arial, Trebuchet, Helvetica, Sans-Serif;
}

a:hover img {
	border: 2px solid #93e22c;
}


a:link, a:visited { 
	text-decoration:none;
	color: #5B5B5B;
}
a:hover {
	text-decoration: underline; 
}

#logo {
	float: left;
}

#logo1 {
	position: absolute;
	top: 20px;
	right: 10px;
	float: right;
}

#container {
  width: 799px;
  margin: 0 auto 30px auto;
  text-align: left;
  position: relative;
}

#content {

}

.tekst {
	margin: 10px 10px 10px 10px;
}

#header {

  width: 799px;
}

.linki a, .linki a:hover {
  color: #A3A3A3;
  text-decoration: none;
  font-size: 10px;
}
.linki a:hover {
  text-decoration: underline;
}


.menu
{
	float: left;
	
}

#minitabs {
	padding: 0 0 10px 10px;
	margin: 65px 0 0 0; /* set margins as desired */
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 0 4px 0 4px;
	text-decoration: none;
	color: white;
	border-bottom: 3px solid #4fb4e6;
	padding: 4px;
	background: #4fb4e6;
	
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 3px solid #91e12c;
	background: #91e12c;
	
}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 73px 0 0 0; /* set margins as desired */
font: 11px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
color: white;
padding: 0px 0px 0px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 3px solid #4fb3e5; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #013b81; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #4cb0e4; /* set desired hover color */
}

/* end css tabs */
