* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }

html { margin: 0; padding: 0; font-size: 10px; }

body {
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #ccffff;
  text-align:center; /* center layout in ie5 and 5.5. */
}

#container  { background-color: #ffffff; }

#header   	{ background-color: #ffffff; }
#logo   	  { background-color: #ffffff; }
#menu   		{ background-color: #ffffff; }

#content { background-color: #ffffff; }

#footer { background-color: #EB9011; }

#container, #header, #logo, #menu, #content, #footer {
  margin: 0;
  padding: 0;
}
#pas_top {
  position:absolute;
  z-index:0;
  top:0px;
  left:0px;
  width:100%;
  height:200px;
  background-image:url(../images/pas_top.jpg);
  background-repeat:repeat-x;
}

#pas_bottom {
  position:absolute;
  z-index:0;
  top:auto;
  bottom:0px;
  left:0px;
  width:100%;
  height:200px;
  background-image:url(../images/pas_bottom.jpg);
  background-repeat:repeat-x;
}

#container {
  width: 1000px !important;
  width: 1000px; /* IE */
  margin: 0px auto 0px auto;
  text-align: left;
  position: relative;
}

#header {
  width: 100%;
  height: 130px;
}

#logo {
  float: left;
	width: 198px;
	height: 128px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:black; 
  background-image:url(../images/logo_tlo.png);
  background-repeat:no-repeat;
}

#menu {
  float: right;
  width: 800px;
  height: 128px;
  background-image:url(../images/panorama.jpg);
  background-repeat:no-repeat;
}

.tmenu {
	color:white;
	text-decoration:none;
	font-size: 14px;
}

.tbutton {
  width: 100px;
  height: 26px;
	color:white;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
  background-image:url(../images/menu1.jpg);
  background-repeat:no-repeat;
}

.button {
  width: 100px;
  height: 26px;
	color:white;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding-top:4px;
	font-size: 12px;
  background-image:url(../images/menu1.jpg);
  background-repeat:no-repeat;
  display:block;
}

.tbutton a {
	color:white;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
  background-image:url(../images/menu1.jpg);
  background-repeat:no-repeat;
}

.tbutton a:hover {
	color:white;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	font-weight:bold;
  background-image:url(../images/menu2.jpg);
  background-repeat:no-repeat;
}

.flaga {
	text-decoration:none;
	text-align:right;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	border: none;
}


#buttons {
  top: 102px;
  left: 200px;
  position: absolute;
  width: 800px;
  height: 26px;
  background-image:url(../images/menu1_bg.jpg);
  background-repeat:repeat-x;
	text-align:left;
	vertical-align:middle;
	display:block;
}

#content {
  width: 100%;
}

#footer {
  clear: both;
	width: 100%;
  height: 50px;
  background-image:url(../images/foot_bg.jpg);
  background-repeat:repeat-x;
  color: white;
  margin-top: 2px;
}

