﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	padding-bottom: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */
.canvas {
    background-color: #fff;
    margin: 0 auto;
    width: 980px;
}

.article {
   margin-top: 30px;
   margin-left: 30px;
   line-height: 140%;
   width: 600px;
   float: left;
}

.aside {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
    min-height: 160px;
    width: 270px;
}

p {
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4 {
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

a {
    color: #c7572f;
}

/* HEAD */
.head {
    margin-top: 22px;
    background: url("../img/bg_bandeau.gif");
    overflow: hidden;
    color: #fff;
    zoom: 1;
}

.head h1 {
    font-size: 35px;
    font-weight: normal;
    margin: 30px 30px 0 30px;
}

.head .logo {
    float: right;
    margin-right: 19px;
    margin-left: 19px;
}

.head .tagline {
    background: url("../img/b_line.jpg");
    float: right;
    display: block;
    width: 238px;
    height: 29px;
    position: relative;
    top: -32px;
}

.head .tagline span {
    display: none;
}
    
.separator {
    height: 4px;
    background: url("../img/sub_bg_menu.gif") repeat-x;
}

.separator hr {
    display: none;
}

/* FORM */
form {
    margin-bottom: 20px;
}

input,
select {
    padding: 5px;
}

.validationmessage {
	margin-bottom: 15px;
}
.validationmessage p {
	margin-left: 0px;
	font-size: 1em !important;
}

.field input,
.select select {
     width: 180px;
}

.field textarea {
	width: 190px;
}

.field,
.select,
.checkbox {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.field label,
.select label {
    width: 180px;
    display: block;
    float: left;
}

.actions {
    overflow: hidden;
}

.checkbox,
.actions {
    margin-left: 180px;
}

label span {
    color: red;
    font-size: 75%;
    position: relative;
    top: -5px;
}

div.field label span.additional {
	color: #4B4B4B;
	font-size: 0.7em;
	font-style: italic;
	display: block;
	padding-top: 5px;
}

div.clear {
	clear: both;
}

.field input, .field textarea {
    background: url("../img/bg_sok_stad.gif") repeat-x;
    border: 1px solid #b0b0b0;
}

button {
    background:url("../img/bg_knapp.gif") repeat-x;
    border: 1px solid #c2c0c4;
    color: #4c4648;
    height: 27px;
    margin-right: 5px;
    float: left;
}

form div p {
    margin-left: 180px;
    font-size: 11px;
    color: red;
    margin-bottom: 0;
}

.err {
    border: 1px solid red !important;
    background: #fafafa !important;
}

/* FOOTER (From Ibis site) */

#footer {
    font-size: 11px;
    width: 100%;
    padding-top: 14px;
    background: #fff;
    line-height: 140%;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

#footwrap       { width: 950px; margin: 0 auto 20px auto;}
.footbox        { float:left; margin-right:60px;}
#footer h2      { color:#821500; font-size:11px;}
#footer a       { color:#c7572f; text-decoration:none;}
#footer a:hover { text-decoration: underline;}

