/* Start of CMSMS style sheet 'lang-select' */
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  height: 100%;
  font-family: tahoma,arial,helvetica,sans-serif;
  /* line-height: 1.3em; */
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background: #545454 url(images/enter/clouds.jpg) top left repeat-x;
  text-align: center;
}

table {
  border-spacing: 0;
  height: 100%;
  width: 1000px;
  text-align: center;
  margin: auto;
}

tr, td {
  vertical-align: top;
}

#header{
  background: url(images/enter/top.png) top left no-repeat;
  height: 181px;
}

#footer{
  background: url(images/enter/bottom.png) bottom left no-repeat;
  height: 124px;
}

#content {
  background: url(images/enter/middle.png) left top repeat-y;
  height: auto;
}

span {
  display: inline-block;
  overflow: hidden;
}

span.langsel {
  background-color: #004887;
  border: 1px solid #588ABC;
  padding: 1px 5px 1px 5px;
  width: 80px;
}

span.frame {
  background-color: #005199;
  padding: 2px;
  /* border: 1px solid black; */
}

.naslov {
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #CCCCCC;
}

a:hover {
  text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }




/* End of 'lang-select' */

