/* --------------------------------------------------
* Filename: style.css
* Version: 2.0 (22.02.2011)
* Website: http://www.assurancesonline.lu
* Author: Laurent Lang
* Description: Main stylesheet.

* Table of Contents:
1. RESET
2. LAYOUT
3. LINKS
4. CONTAINER
5. CONTENT
6. CLASSES
--------------------------------------------------*/

/* 1. RESET */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
margin: 0;
padding: 0;
border: 0;
}

ul, ol {
list-style: none;
}

fieldset,img {
border: none;
}

caption, th {
text-align: left;
}

table {
border-collapse: collapse; border-spacing: 0;
}

/* 2. LAYOUT */

body {
background: #fff; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
border-top: 5px solid #005497;
}

h1 {
color: #005497;
font-size: 24px;
font-weight: normal;
line-height: 28px;
}

h2 {
color: #005497;
font-size: 16px;
font-weight: normal;
line-height: 22px;
}

h3 {
color: #005497;
font-size: 14px;
font-weight: normal;
line-height: 18px;
}

h4 {
color: #333333;
font-size: 13px;
font-weight: bold;
line-height: 18px;
}

h5 {
color: #333333;
font-size: 12px;
font-weight: bold;
line-height: 1.5em;
}

p {
color: #333333;
font-size: 12px;
line-height: 1.5em;
}

/* 3. LINKS */

a:link {
color: #333333;
text-decoration: none;
border-bottom: 1px dotted #333333;
}

a:visited {
color: #333333;
text-decoration: none;
border-bottom: 1px dotted #333333;
}

a:hover {
color: #005497;
border-bottom: 1px dotted #005497;
}

a:active {
color: #005497;
border-bottom: 1px dotted #005497;
}

/* 4. CONTAINER */

#container {
height: auto;
width: 700px;
margin: 0px auto;
padding: 0px;
clear: both;
}

/* 5. CONTENT */

#content {
margin: 40px 0 0 0;
border: 1px dotted #666;
width: 700px;
padding: 20px 0 20px 10px;
}

#content img {
margin: 0 0 10px 0;
}

#content p {
line-height: 2em;
text-align: center;
}

/* 6. CLASSES */

.counter {
color: #005497;
}

