body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    padding: 0;
    margin-top: 0px;
    color: #202020;
    background-image: url('../images/bg.png');
    background-position: 50% 50%;
    background-repeat: repeat-y;
    background-color: #FEFFDF;
}
table, td {
    background-color: transparent;
}
html {
    margin-bottom: 0.01em;
    height: 100%;
}

h1 {
	font-size: 18px;
    color: #000080;
}
h2 {
	font-size: 16px;
    color: #000080;
}
h3 {
	font-size: 14px;
    color: #000080;
}
h4 {
	font-size: 12px;
    color: #000080;
}

img {
    border: none;
}

#container {
    height: 100%;
}
#links a:link    {color: #5B6BEB; font-weight: bold; font-size: 13px; text-decoration:underline;}
#links a:visited {color: #5B6BEB; font-weight: bold; font-size: 13px; text-decoration:underline;}
#links a:hover   {color: #666666; font-weight: bold; font-size: 13px; text-decoration:none;}

.logo {
    font-weight: bold;
    text-align: center;
	font-size: 16px;
    color: #A36544;
    }

#buttons {
    text-align: center;
	font-size: 16px;
    color: #A36544;
    }

#maintext p {
	font-family: Verdana, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
    text-align: left;
    padding: 10px 20px 0 20px;
    line-height: 160%;
}
#subtext p {
	font-family: Verdana, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
    padding: 20px 0 0 0;
    color: #A36544;
}
#subtext a:link    {color: #A36544; font-size: 10px; text-decoration:none;}
#subtext a:visited {color: #A36544; font-size: 10px; text-decoration:none;}
#subtext a:hover   {color: #A36544; font-size: 10px; text-decoration:none;}

.roll1, .roll2, .roll3, .roll4, .roll5 {
    display:block;
    height:24px;
    width:100px;
}

.roll1 {
    background-image:url('../images/home_off.png');
}
.roll1:hover {
    background-image:url('../images/home_on.png');
}
.roll2 {
    background-image:url('../images/contact_off.png');
}
.roll2:hover {
    background-image:url('../images/contact_on.png');
}
.roll3 {
    background-image:url('../images/tarifs_off.png');
}
.roll3:hover {
    background-image:url('../images/tarifs_on.png');
}
.roll4 {
    background-image:url('../images/submit_off.png');
}
.roll4:hover {
    background-image:url('../images/submit_on.png');
}
.roll5 {
    background-image:url('../images/entrez_off.png');
}
.roll5:hover {
    background-image:url('../images/entrez_on.png');
}

.contact {
    width: 300px;
    }
.lcol {
    width: 80px;
    text-align: right;
    font-weight: bold;
	font-size: 16px;
    color: #A36544;
}
.rcol {
    width: 180px;
    text-align: left;
    font-weight: bold;
	font-size: 16px;
    color: #A36544;
}
.tarifheader {color: #6D4631; font-weight: bold; text-align: center;}

.product     {color: #675342; text-align: left; text-decoration: none;}
.year        {color: #675342; text-align: center; text-decoration: none;}
.price       {color: #675342; text-align: right; text-decoration: none;}

.tarifform   {color: #000000; font-size: .9em; text-align: left; text-decoration: none;}
.tarifheader {color: #FFFFFF; font-weight: bold; font-size: 1em; text-align: center; text-decoration: none; background-color: #C4784A;}

#tariftable td { padding: 5px; border: solid 1px; border-color: #AD6D49;}
#tariftable    { width: 700px;}

.paratext400 {
    width: 400px;
    text-align: justify;
    font-weight: bold;
	font-size: 12px;
    line-height: 150%;
}
.paratextb, .paratextn {
    width: 500px;
    text-align: justify;
	font-size: 12px;
    line-height: 150%;
}

.paratextb {
    font-weight: bold;
}
.paratextn {
    font-weight: normal;
}

#prix {
    width: 400px;
    text-align: justify;
    font-weight: bold;
	font-size: 12px;
}
#prix ul, li {
    width: 300px;
    text-align: left;
    font-weight: bold;
	font-size: 11px;
    line-height: 150%;
}

#logontable td {
    padding: 10px;
}
.user {
    cursor: default;
}

