body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  background-color: #aaa;
  color: white;
/*  text-align: center; */
  background-image: url(images/bkg_h.jpg);
  background-repeat: repeat-x;
  }

#main {
margin:0 auto 0 auto;
width: 950px;
}

#stopka, #stopka a:link, #stopka a:visited {
color: black;
padding: 0;
font-size: 10px;
text-align: center;
}

td {
background-color: #ffffff;
}

ul {
text-indent: 0px;
margin-left: 16px;
}

a, a:link, a:visited, a:active, a:focus {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.framedot {
border-style: dotted;
border-color: #ffffff;
border-width: 1px;
padding-left: 12px;
padding-top: 10px;
padding-right: 12px;
padding-bottom: 10px;
text-align: center;}


/* meenu */


#navlist {
        padding: 6px 0;
        margin-left: 0;
        border-bottom: 1px solid #63AAD7;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 6px 2.2em;
        margin-left: 8px;
        border: 1px solid #63AAD7;
        border-bottom: none;
        background: #0e33bc;
        text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover {
        color: #222;
        background: #c1e7fd;
        border-color: #fff;
}

#navlist li a#current {
        color:#222;
        background: #c1e7fd;
                border: 1px solid #ffffff;
        border-bottom: 1px solid #63aad7;
}



h2 {
	color: #666666; 
	font-size: 18px; 
	text-align: left;
	padding-left: 16px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ee0000; 
	border-left: 1em solid #ee0000; 
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}