﻿/* =========================== styles =============================*/

body
{
	font: normal 9pt Arial, sans-serif;
	line-height: 12pt;
	color: #000;
	background-color: #FFF; 
	text-align: left;
	margin: 0pt;
	padding: 0pt;
}

p 
{
	margin: 0pt 0pt 5pt 0pt;
}

h1 
{ 
	color: #900;
	background-color: #FFF;
	font: bold 13pt Arial, sans-serif;
	margin: 0pt;
}

h2, h3, h4, h5, h6 
{ 
	color: #900;
	background-color: #FFF;
	margin: auto auto  0pt auto;
}

h2 
{
	font-size: 10pt;
}

h1 a, h1 a:visited, h2 a, h2 a:visited
{ 
	color: #900;
	background-color: #FFF;
	text-decoration: underline;
}

h3 
{
	font-size: 9pt;
}

h4 
{
	font-size: 8pt;
}

h5 
{
	font-size: 7pt;
}

h6 
{
	font-size: 6pt;
}

a, a:visited
{
	color: #666;
	background-color: #FFF; 
	text-decoration: underline;
}

img, a img
{
	float: left;
	border: none;
	margin: 3pt 10pt 5pt 0pt;
}

hr
{
	height: 1pt;
	color: #CCC;
	background-color: #FFF;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

ul 
{
	list-style: square outside url("../images/bullet.png");
}

ul ul 
{
	list-style: square outside url("../images/bullet2.png");
}

ol 
{ 
	list-style: decimal outside;
}

ol ol 
{ 
	list-style: lower-roman outside;
}

table  
{
	font-size: 9pt;
}

td  
{
	vertical-align: top;
}

th
{
	color: #900;
	background-color: #FFF;
	text-align: left;
}

caption
{
	color: #999;
	background-color: #FFF;
	text-align: left;
	font-weight: bold;
}

legend
{
	color: #999;
	background-color: #FFF;
	padding: 5pt;
}

fieldset
{
	color: #666;
	background-color: #FFF;
	padding: 5pt;
	border: solid #EEE 1pt;
	margin-bottom: 5pt;
}

pre, code, tt
{
	font: normal 9pt "Courier New", Mono, Serif;
	color: #666;
	padding: 2pt;
	background-color: #FFF;
	white-space: normal;
}

form
{
	margin: 0pt;
	padding: 0pt;
}

input, select
{
	font: normal 9pt Arial, sans-serif;
	color: #666;
	background-color: #FFF;
	border: 1pt solid #DDD;
	padding: 0pt 3pt;
}

textarea
{
	font: normal 9pt Arial, sans-serif;
	color: #666;
	background-color: #FFF;
	border: 1pt solid #DDD;
	padding: 0pt 3pt;
	overflow: auto;
}

optgroup
{
	font: bold 9pt Arial, sans-serif;
	color: #666;
	background-color: #FFF;
}

option
{
	font: normal 9pt Arial, sans-serif;
	color: #666;
	background-color: #FFF;
	padding: 0pt 3pt;
}

label
{
	color: #666;
	background-color: #FFF;
	padding: 0pt 3pt;
}

del 
{
	text-decoration: line-through;
}

ins 
{
	text-decoration: underline;
}

abbr 
{
	border-bottom: 1pt dotted #999;
}

address 
{
	font-style: normal;
}

cite
{
	font-style: italic;
}

blockquote 
{
	font-style: normal;
}

dfn
{
	font-style: italic;
}

dl
{
	margin: 10pt; 
}

dt
{
	font-weight: bold;
}

dd
{
	font-style: normal;
}


/* ================ image classes ================*/

img.AlignLeft
{
      float: left;
      margin: 3pt 5pt 5pt 0pt;
}

img.AlignRight
{
      float: right;
      margin: 3pt 0pt 5pt 5pt;
}


/* ============================= lay-out ================================*/


div#body div#maincontent
{
	position: relative;
	padding-top: 60pt;
}

div#header div#logo
{
	position: absolute;
	top: 0pt;    
	right: 0pt;
}

#sidebar
{
	page-break-before: avoid;
}

div#skip, div#footer, div#header div#search, div#campaign, div#selection, div#subnavigation, div#paging, div#pageheader, div#contentnavigation, div#route, div#registration, div#requests, div#extrainfo, div#usefullinks, div#hotlinks, div#events, div#keywords, div#skipcontent, div#sidebarfilter, div#popuplayover, div#rss, div#servicemenu, div#countryselector, div#countryselection, div#countryselectionns  
{
	display: none;
}


/* =================== custom classes =====================*/


div#sidebar img, a img
{
	border: none;
	margin: 2pt 0pt 0pt 2pt;
	float: none;
}

div#sidebar
{
	margin: 10pt 0pt;
}

div.contact
{
	margin: 10pt 0pt;
	width: 100%;
}

div#sidebar 
{
	border-top: solid #EEE 1pt;
}

div.overview, div.dateview, div.productsummary
{
	width: 100%;
	margin: 0pt;
	padding: 5pt 0pt 5pt 0pt;
	border-bottom: solid #EEE 1pt;
}

.text
{
	margin-left: 100pt;
}

.img, a .img
{
	border: none;
}

div.productsummary img, div.productsummary a img
{
	border: none;
	margin: 2pt 5pt 5pt 0pt;
	width: 50pt;
	float: left;
}

div.productsummary h2
{
	color: #900 !important;
	background-color: #FFF;
	margin: 0pt;
}



.date, .branche
{
	color: #777;
	background-color: #FFF;
	font: normal 8pt Arial, sans-serif;
	clear: right;
	display: block;
	margin: 0pt;
	width: auto;
	line-height: 12pt;
}

.introduction 
{
	font: bold 9pt Arial, sans-serif;
	margin: 0pt 0pt 5pt 0pt;
}

.important
{
	font: bold 9pt Arial, sans-serif;
	color: #333;
	background-color: #FFF;
	clear: both;
}

.error
{
	font: bold 9pt Arial, sans-serif;
	color: #900;
	background-color: #FFF;
}

.warning
{
	font: bold 9pt Arial, sans-serif;
	color: #900;
	background-color: #FFF;
}

.advice
{
	font: normal 9pt Arial, sans-serif;
	color: #94C007;
	background-color: #FFF;
}

.calendar 
{
	padding: 1pt 3pt 1pt 3pt;
	margin: 1pt 5pt 1pt 0pt;
	float: left;
	border: solid #CCC 1pt;
	display: block;
}

p.month 
{
	color: #900;
	background-color: #FFF;
	font: bold 8pt Arial, sans-serif;
	clear: both;
	width: 100%;
	margin: 0pt;
	text-align: center;
}

p.day 
{
	color: #666;
	background-color: #FFF;
	font: bold 13pt Arial, sans-serif;
	margin: 0pt;
	text-align: center;
}

div.text h2
{
	color: #900 !important;
	background-color: #FFF;
	margin: 0pt;
}

div#searchresults h2
{
	color: #900;
	background-color: #FFF;
	font: bold 9pt Arial, sans-serif;
	padding: 0pt; 
	margin: 0pt;
	width: auto;
}

div#searchresults p
{
	font-style: normal;
}

div#searchresults span.amount
{
	color: #900;
	background-color: #FFF;
	font: italic bold 13pt Arial, sans-serif;
}

div#searchresults ol
{
	list-style: none outside none;
	padding: 0pt;
	margin: 0pt;
	border-bottom: 1pt solid #EEE;
}

div#searchresults ol li
{
	border-top: 1pt solid #EEE; 
	padding: 5pt 0pt 5pt 0pt; 
}

div#searchresults ol li p
{
	margin: 0pt;
	font-style: normal;
}

div#searchresults ol li p a
{
	text-decoration: underline;
}

div#searchresults img.icon
{
	float: left; 
	margin: 3pt 8pt 2pt 0pt;
}

div#searchresults img, div#searchresults a img
{
	float: none;
	border: none;
	margin: 0pt;
}

div#newscontainer
{
	border-top: 1pt solid #EEE; 
	border-bottom: 1pt solid #EEE; 
	width: 100%;
	padding-bottom: 10pt;
}

div.newssummary
{
	width: 140pt;
	float: left;
	margin-right: 15pt; 
}

div.newssummary a
{
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.newssummary em, .market em
{
	font-style: normal;
	color: #000;
	background-color: #FFF;
}

.newssummary strong, .market strong
{
	font-weight: bold;
	color: #900;
	background-color: #FFF;
	display: block;
	margin-top: 10pt; 
}

div.newssummary span.link
{
	display: block;
	width: 100%;
}

div.newssummary span.link img
{
	position: relative;
	bottom: 0pt; 
	right: 0pt;
	float: right;
}