body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  text-align: center;
  background-color: #D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #666666 url('../img/content_bg.gif') top left repeat-y;
}

#page_header {
  height: 140px;
  background: #666666 url('../img/header.jpg') bottom left no-repeat;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-top: 1px solid #425227;
  clear: both;
}

#page_header_sound {
  float: right;
  color: #D5D0B0;
}


#menu_bar {
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  margin:0px;
  padding:0px;
  height:26px;
  clear:both;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:160px;
  margin-right:0px;
  border:0px dashed #cccccc;
}

#center ul {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

#center h1 {
  margin-top:0px;
  margin-bottom:5px;
  text-align:center;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #862135;
}

#center h2 {
  display: inline;
  font-size: 11px;
}

#center h3 {
  display: inline;
  font-size: 11px;
  font-style: italic;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#left_side .h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  padding:4px;
  border: 1px solid #425227;
  background-color: #862135;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_side {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 40px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
  background: #FFFFFF url('../img/footer.jpg') top left repeat-y;
}

#page_footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#000000;
}

#page_footer A:link {
	COLOR: #862135; text-decoration: none
}
#page_footer A:visited {
	COLOR: #862135; text-decoration: none
}
#page_footer A:active {
	COLOR: #862135; text-decoration: none
}
#page_footer A:hover {
	COLOR: #862135; text-decoration: underline
}


#navcontainer ul {

  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: #C86000;
  background: url('../img/bar.jpg') bottom left no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:100%;
  font-weight:bold;
}

#navcontainer ul li { display: inline;float:left;text-align: center }

#navcontainer ul li a {
  padding: 5px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  width: 95px;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #000;
}

#linklist {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  list-style: none;
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  width: 30%; /*marquee width */
  height: 30%; /*marquee height */
  float:right;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

#marqueecontainer{
position: relative;
width: 135px; /*marquee width */
height: 300px; /*marquee height */
overflow: hidden;
border: 0px solid orange;
padding: 2px;
}

#marqueecontainer_index{
position: relative;
width: 135px; /*marquee width */
height: 300px; /*marquee height */
overflow: hidden;
border: 0px solid orange;
padding: 2px;
}

#marqueecontainer_legislatie{
position: relative;
width: 135px; /*marquee width */
height: 540px; /*marquee height */
overflow: hidden;
border: 0px solid orange;
padding: 2px;
}

#marqueecontainer_index_nou{
position: relative;
width: 135px; /*marquee width */
height: 400px; /*marquee height */
overflow: hidden;
border: 0px solid orange;
padding: 2px;
}

div#content{margin:10px;padding:30px 0px 1px 0px;}
div.row span.label {float: left; width: 140px;text-align: right;}
div.row span.formw {margin-left: 10px;width: 260px;text-align: left;} 

#euroav_poza_stire { max-width: 60px ;max-height: 45px;width:expression(60+"px") ; height:expression(45+"px") }
