/* Mundial - CSS File */

* {
        margin:0px;
        padding: 0px;
        }

body {
        font-family: Trebuchet MS, Arial, sans-serif;
        font-size: 16px;
        margin: 0 auto;
        background: #325E93;
        }
        
#frm_master {
        margin: 0 auto;
        width: 980px;
        background: #819DCF;
        }
        
        

/*--- frm_top ---*/
#frm_top {
        margin: 0 auto;
        padding: 0 15px;
        height: 158px;
        background: #819DCF;
        }
#logo {
        width: 330px;
        height: 158px;
        text-indent: -5000px;
        background: url(../images/logo_mundial.jpg) -6px 0 no-repeat;
        float: left;
        }
#nav {
        float: right;
        }
#nav ul {
        padding-top: 70px;
        list-style: none;
        }
#nav ul li {
        float: left;
        margin-right: 20px;
        font-family: arial, sans-serif;
        }
#nav ul li a, #nav ul li a:visited{
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        }
#nav ul li a:hover{
        color: #fff;
        text-decoration: none;
        }
        
        

/*--- frm_salons ---*/
#frm_salons {
        padding: 0 15px;
        height: 262px;
        border-top: 5px solid #7E9ACE;
        background: #819DCF;
        }
.salon {
        margin-right:2px;
        float: left;
        }
.salon .button {
        width:315px;
        text-align: right;
        background: url(../images/bg_button1.jpg) repeat-x;
        }
.salon .image {
        height: 232px;
        }
.salon a, .salon a:visited{
        display: block;
        padding-top: 3px;
        padding-right: 30px;
        height: 23px;
        _height: 22px;
        _width:315px;
        color: #2E60B0;
        font-family: Arial, sans-serif;
        text-decoration: none;
        background: url(../images/front_arrow2.png) right center no-repeat;
        }
.salon a:hover {
        color:#fff;
        background:#265BA9 url(../images/front_arrow.png) right center no-repeat;
        }



/*--- frm_frontpage ---*/
#frm_content {
        padding: 0 15px;
        }
#frontpage {
        padding: 30px 15px 0 30px;
        height: 312px;
        _height: 342px;
        background: url(../images/bg_frontpage.jpg) no-repeat;
        }
#fronttekst{
        width: 600px;
        }
#fronttekst h3{
        font-weight: normal;
        font-size: 1.06em;
        color: #fff;
        }
#fronttekst h4{
        font-size: 0.9em;
        color: #fff;
        }
#fronttekst p{
        margin: 0 0 10px 0;
        font-size: 0.8em;
        color: #fff;
        }
#fronttekst a, #fronttekst a:visited{
	    color: #FFEBB2;
	    text-decoration: none;
	    }
#fronttekst a:hover{
	    text-decoration: underline;
	    }
	    

/*--- frm_sitecontent ---*/
#site_content{
        border-top: 5px solid #7E9ACE;
        background: url(../images/bg_content2.jpg) repeat-y;
        }
#sidebar {
        padding: 30px 15px;
        width: 178px;
        _width: 208px;
        color: #3661AF;
        float: left;
        }
#sidebar h3 {
        margin-bottom: 4px;
        font-size: 0.9em;
        font-weight: bold;
        color: #062D92;
        }
#sidebar li a{
        font-size: 1.0em;
        color: #3661AF;
        line-height: 1.9em;
        text-decoration: none;
        }
#sidebar ul ul li a{
        font-size: 0.8em;
        color: #3661AF;
        line-height: 1.9em;
        text-decoration: none;
        }
#site_content ul {
        padding-left: 14px;
        list-style: disc;
        color: #062D92;
        }
#site_content ul ul {
        margin-top: 6px;
        padding-left: 10px;
        list-style: circle;
        color: #062D92;
        }
#content {
        padding: 30px 30px;
        width: 682px;
        _width: 742px;
        background: #FFE5A8;
        background: #FFF9E3;
        float: left;
        }

        
        

/*--- frm_footer ---*/
#frm_footer{
        padding: 0 15px;
        height: 90px;
        background: url(../images/bg_footer3.jpg) 15px 0 no-repeat;
        }








