body, html {
margin: 0px;
height: 100%
}

body {
color: #000;
background: #cdbdaa;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************
DIV
*********************/
#top {
margin: 0px auto 0px auto;
padding-top: 7px;
width: 100%;
height: 29px;
text-align: center;
color: #fff;
background: url(fr/img/bg-top.gif) #73655a repeat-x;
}

#main {
width: 832px;
/* Start IE Hack */
height: 100%;
/* End IE Hack */
min-height: 100%;
height: auto;
background: url(fr/img/bg.gif) #f0eedc repeat-y;
color: #000;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
}

#header {
width: 804px;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
}

#content {
width: 770px;
text-align: left;
margin: 18px auto 0px auto;
}

.tarif {
width: 175px;
margin: 10px 0px 10px 0px;
float: left;
}

.tariflist {
margin: 45px 0px 0px 0px;
float: left;
}

.center {
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
}

/********************
MENU
*********************/
#navbar {
width: 800px;
height: 22px;
color: #852e25;
background: #d9c088;
text-align: center;
margin: 0px auto 0px auto;
}

#navbar ul {
margin: 0px;
padding: 0px;
white-space : nowrap;
}

#navbar li {
display: inline;
float: left;
font: bold 14px Georgia, Times, serif;
text-transform: uppercase;
list-style-type: none;
}

#navbar li a {
display: block;
height: 19px;
padding-top: 3px;
border: none;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
background: #d9c088;
color: #852e25;
}

#navbar a:hover {
background: #bd9b6b;
color: #852e25;
}

/********************
Links
*********************/
a, a:link { color: #3c3e31; }
a:hover { color: #5c5338; }
a:visited { color: #334a3f; }
a:active { color: #334a3f; }
a.top, a.top:link, a.top:active { color: #fff; }
a.top:hover { color: #fff; }
a.top:visited { color: #fff; }
a.top-bold, a.top-bold:link, a.top-bold:visited { color: #fff; font-weight: bolder }
a.top-bold:hover { color: #fff; }
a.top-bold:active { color: #fff; }

/********************
Text
*********************/
h1 {
font-family: Georgia, Times, serif;
font-size: 16px;
font-weight: bold;
color: #496278;
background: none;
}
h2 {
font-family: Georgia, Times, serif;
font-size: 14px;
font-weight: bold;
color: #c58948;
background: none;
}
