html {
	height: 100%;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a {
	color: #FDE628;
	font-weight: bold;
}

.table_header {
	color: #1F437F;
	font-size: 15px;
	font-weight: bold;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
  height:100%;
}

#container {
	position: relative;
}

* html #container
{
	min-height: 100%;
}

#content {
	padding-bottom: 2em;
}

#header {
  background: #FDE628;
  height: 195px;
  width: 100%;
  background-image: url(/images/header/raza.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#header .image {
	float: right;
	width: 100%;
	height: 195px;
	background: url(/images/header/iordache.png); 
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header .body {
  width:980px;
  margin:0 auto;
  height:195px;
}

#header .left {
  background: url(/images/header/logo.png);
  width: 476px;
  height: 77px;
  float: left;
  margin-top: 50px;
  cursor: pointer;
}


#header .badge {
  background: url(/images/header/badge.png);
  position: top-right;
  width: 250px;
  height: 250px;
  float: right;
  margin-top: -85px;
  margin-right: -120px;
  cursor: pointer;
}

#meniu {
	width: 100%;
	margin: 0 auto;
	height: 40px;
	background: #1f437f;
	background-image: url('/images/header/shadow.png');
	background-repeat: repeat-x;
	background-position: top 0px;
}

#meniu .body {
  width:980px;
  margin:0 auto;
  height: 40px;
}

#meniu a {
	height: 40px;
	float: left;
	color:#FDE628;
	font-size: 14px;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 3px;
}

#meniu a:hover {
	background: #FDE628;
	color: #1F437F;
}

#meniu .active a {
	height: 40px;
	float: left;
	font-size: 14px;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 10px;
	background: #FDE628;
	color: #1F437F;
}

#body {
	margin: 0 auto;
	width:980px;
}

#body .body {
  
}

#left_column {
	width: 370px;
	float: left;
}

#middle_column {
	width: 350px;
	margin-left: 5px;
	float: left;
}

#right_column {
	width: 240px;
	margin-left: 5px;
	float:left;
}

.clear {
	clear: both;
}

.blue_side {
	padding: 5px;
	background: #1f437f;
}

.header_side {
	padding: 10px;
	background-color: #FDE628;
	text-align: left;
	background-image: url(/images/header/overlay.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #1F437F;
	font-size: 15px;
	font-weight: bold;
}

.yellow_side {
	padding: 10px;
	background-color: #FDE628;
	text-align: left;
}

#footer {
	clear: both; 
	background: url(/images/header/footer.gif);
	height: 150px;
	width: 100%;
	bottom: 0;
}

#wide_column {
	width: 720px;
	float: left;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* PAGES */

.pages {
	border:1px solid #005A7C;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #1F437F;
	background: #FDE628;
}

.pages a {
	
}

.pages:hover {
	background-color: #1F437F; 
	padding: 2px;
	color: #FDE628;
	padding-left: 5px;
	padding-right: 5px;
}

.page_active {
	background-color: #1F437F; 
	padding: 2px;
	color: #FDE628;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #005A7C;
}

#galerie img {
	padding: 5px;
}

.name { 
	width:100%;
	font-weight:bold;
	color:#1F437F;
	padding:5px;
}

