/* GLOBAL
------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%; /*1em=10px*/
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;     
    width: 100%;         
         background-color: #f8972d;
         background: url(/mda_cms/images/mainstyle/body-bg.gif);
         text-align: center;
}
a{
        color: #000;
        text-decoration: none;
}
#wrapper{
        width: 780px;
        margin: auto;
        text-align: left;
}
h2{
        font-size: 1.9em;
        padding-top: 0.5em;
        text-align: left;
        color: #f56816;
}
h4{
        font-size: 1.4em;
}
/* HEAD
------------------------------------------------------------------------------*/
#head{
        width: 780px;
        height: 218px;
/*   background: url(/mda_cms/images/mainstyle/head.jpg); */
        position: relative;
}
#head a{
        width: 117px;
        height: 115px;
        position: absolute;
        top: 13px;
        left: 108px;
        text-indent: -300em;
}
/* column */
#column{
        width: 780px;
        background: #fff url(/mda_cms/images/mainstyle/column-bg.gif) repeat-y;
}
/* NAVIGATION
------------------------------------------------------------------------------*/
#nav{
        width: 742px;
        margin: 0 19px;
        background: #e9e7e7 url(/mda_cms/images/mainstyle/nav-bg-top.gif) no-repeat top;
}
#nav ul{        
        height: auto !important;
        height: 1%;
        min-height: 28px;
        list-style: none;
        background: url(/mda_cms/images/mainstyle/nav-bg-bottom.gif) no-repeat bottom;     
        padding: 0 7px;
        overflow: hidden;
}
#nav li{        
        float: left;    
}
#nav li a{
	 	font-family:  Arial,Verdana, Geneva, Helvetica, sans-serif;
        font-size: 9px;/*1.2em;*/
        font-weight: bold;
        border-right: 1px solid #646263;
        color: #646263;
        padding: 0 3px;/*0.6em;*/
        line-height: 20px;/*2.2em;*/
}
#nav li .last{
        border: none;
}
#nav li a:hover{
	background-color: silver;
	}

#nav .lang div{
			float: right;
		
        
}
#nav .lang a{
	    font-family:  Arial,Verdana, Geneva, Helvetica, sans-serif;
        font-size: 7px;/*1.0em;*/
        font-weight: bold;
        border-left: 1px solid #646263;
        border-right: 1px solid #646263;
        border-bottom: 1px solid #646263;
        color: #646263;
        padding: 0 0.3em;
        line-height: 2.0em;
        float : right;
        
}

#nav .lang a:hover{
	background-color: silver;
	}

#nav li .active{
         background-color: silver;     
}
/* CONTENT
------------------------------------------------------------------------------*/
#content{
        width: 742px;
        margin: 0 19px; 
}
/* sidebar */
#sidebar{
        width: 206px;
        float: left;   
}
#sidebar .block{
        background: url(/mda_cms/images/mainstyle/sidebar-block-bg.gif) repeat-y;
        margin-top: 3px;
}
#sidebar .block .head{
        background: url(/mda_cms/images/mainstyle/sidebar-block-head-bg.gif) no-repeat;
        padding-left: 35px;
        padding-right: 20px;
        height: auto !important;
        height: 40px;
        min-height: 40px;
}
#sidebar .block .head h4{
		font-family:  Arial,Verdana, Geneva, Helvetica, sans-serif;
        color: #646263;
        padding-top: 5px;
        font-size: 12px; /*1.2em;*/
        border-bottom: 1px solid;
        line-height: 1.6em;
        border-color: #bcbcbc;
}
#sidebar .block .body{
		font-family:  Arial,Verdana, Geneva, Helvetica, sans-serif;
        background: url(/mda_cms/images/mainstyle/sidebar-block-body-bottom-bg.gif) no-repeat bottom;
        padding: 0 20px 15px 35px;
        font-size: 9px;/*1.2em;*/
        line-height: 130%;
}
#sidebar .block a:hover{
	background-color: silver;
	}
/* text */
#text{
        margin-left: 206px;
        padding: 0 15px 30px; /* 0 30px 30px;   */
		margin-right: 5px;
		
}
#text a:hover{
	  text-decoration: underline;
	  }
#text ul{
        margin-left: 15px;
        padding: 0 15px 30px; /* 0 30px 30px;   */
}

#text p{
        padding-top: 1.5em;
      /*  text-align: justify;
        font-size: 1.2em;*/
       /* line-height: 100%;*/
} 
/* FOOTER
------------------------------------------------------------------------------*/
#footer{
        padding: 20px 0;
        clear: both;
        text-align: center;
        font-size: 9px; /*1.2em;*/
        color: #f56816;
}