/* Start of CMSMS style sheet 'macuisine : Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* Layout sections */
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #810000;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
        background: white url(uploads/macuisine/_bg_.jpg) repeat-x top left;
    }
    div#pagewrapper {
         margin: 0 auto;
        width: 800px;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
        width: 100%;
        border: 3px double white;
        background: #fffbb1; 
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            background: #fffbb1;           
            color: black;
            text-align: center;
        }
    /* END HEADER */
    
    /* MENU */
        div#menu_horiz {
            margin: 0px;
            padding: 0px;
            width: 800px;
            background-color: #810000;
            color: white;
        }

    /* MENU */

        div#header_ {
            margin: 0;
            padding: 0;
            width: 800px;
            text-align: center;
        }

    /* CONTENT */
        div#content {
            margin: 10px;
            text-align: justify;
            background-image: url(uploads/images/hintergrund.gif);
            background-attachment:#fixed;
            background-repeat:no-repeat;
            background-position:90px 30%;
        }
    div#title{
       font-size: 1.5em;
       line-height: 1.5em;
       letter-spacing: 1px;
       font-family:  Times;
       color: black;
       text-align: center;
    }
        /* MAIN */
            div#main {
            font-family:  Times;
            font-size: 1.5em
            margin-top: 10px;
            line-height: 1.1em;
            color: black;
            text-align: left;
            }
            div#main_left {
            padding: 9px 10px 10px 10px;
            border: dotted 1px #FFFFFF;
            border-top: 0px;
            }
            div#main_center {
            padding: 0 0 0 10px;
            }
            div#main_right {
            padding: 0 0 0 10px;
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
            color: black;
             width: 100%;
             background: #fffbb1 url(uploads/images/footer.gif) no-repeat 0 0px; 
             background-position: center;
             border: 3px double white;
             
        }

        div#footer p {
            font-size: 0.8em;
            margin: 10;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 5px 10px 5px 10px;
   text-align: left;
   font-size: 80%;
   border-top: 1px white solid;
   height: 10px;
   color: grey;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  text-align: left;
  color: white;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  color: white;
  }

div.left69 {
  float: left;
  width: 69%;
  text-align: left;
  }

div.right29 {
  float: right;
  width: 29%;
  text-align: right;
  }

table.formules {
width: 100%;
border: white solid 1px;
}

div.cadre {
width: 100%;
border: white solid 1px;
margin: 0;
padding: 5px;
}

h2.titre{
                font-size: 1.3em;
		line-height: 1.3em;
		border-bottom: 1px solid;
                letter-spacing: 5px;
	}
/* End of 'macuisine : Layout' */

