/* --------------------------------------------------
* Filename: style.css
* Version: 1.1 (29.03.2010)
* 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. HEADER
7. MAIN
8. 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: #667d96; 
font-family: Georgia, Verdana, Sans-serif;
font-size: 12px;
color: #333333;
}

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

}

h2 {
color: #667d96;
font-size: 18px;
font-weight: normal;
line-height: 22px;
}

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

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;
}

li {
line-height: 1.5em;
}

hr {
height: 1px;
color: #eeeeee;
background-color: #eeeeee;
}

/* 3. LINKS */

a:link {
color: #333333;
text-decoration: none;
text-decoration: underline;
}

a:visited {
color: #333333;
text-decoration: none;
text-decoration: underline;
}

a:hover {
color: #667d96;
text-decoration: underline;
}

a:active {
color: #667d96;
text-decoration: underline;
}

/* 4. CONTAINER */

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

/* 5. CONTENT */

#content {
margin: 30px 0 0 0;
background: url(../images/bg.jpg) no-repeat;
height: 570px;
width: 720px;
}

/* 6. HEADER */

#header {
width: 700px;
padding: 0 0 0 10px;
}

#header img {
margin: 20px 0 0 0;
}

#header h3 {
margin: 10px 0 0 0;
text-align: center;
}

/* 7. MAIN */

#main {
width: 640px;
margin: 10px 0 0 40px;
}

#main h2 {
text-align: center;
}

#main li {
font-size: 14px;
line-height: 2em;
}

/* 8. CLASSES */

.imgpadding {
padding: 0 15px 0 0;
}

.counter {
color: red;
}

