/** {margin: 0; padding: 0; border: none; text-decoration: none;}*/
html {
	background: url(/images/page/pozadi.png) #fee800 repeat-x;
	text-align: center;
	font: small "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #444;
}
body {
	
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#mainmenu li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

#mainmenu li a {
  display: inline;
  /*display: inline-table;*/
  border: 2px solid red;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-family: trebuchet ms, verdana, arial, tahoma;
  font-size:1.1em;
  font-weight: bold;
  margin-left: 2px;
}

#mainmenu li a:hover {
  background-color: #fee800;
}

#mainmenu {
  padding: 20px;
}

#logo {
  padding-top: 10px;
  padding-bottom: 20px;
}

#header {
  text-align: center;
  padding-bottom: 0px;
}

#languages {
  padding-top: 5px;
  position: relative;
  text-align:right;
  font-family: Verdana, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

#content {
  color: black;
  /*color: #345300;
  font-size: 11pt;*/
  line-height: 200%; 
}

h1, h2, h3, h4, h5 {
  font-family: trebuchet ms, verdana, arial, tahoma;
}

h2 {
  font-size:1.4em;
  color:#4088b8;
  border-bottom:4px solid #FFAAAA;
  /*border-bottom:4px solid #dadada;*/
  padding:0 2px 2px 5px;
  margin:0 0 10px 0;
  letter-spacing:-1px;
}

h3 {
  font-size:1.2em;
  font-weight:bold;
  color:#4088b8;
  border-bottom:1px solid red;
  margin:10px 0 8px 0;
  padding:1px 2px 2px 3px;
}

