﻿
/* BASIC CSS RESET */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*************coockie bar*************/
.cookie-policy {
	background: url('/_img/cookie-bar-bg.png') repeat-x;
	height:46px;
	position:relative;
	padding-top:10px;
}

.cookie-close {
	background:url('/_img/cookie-close.png') no-repeat;
	width:11px;
	height:10px;
	display:block;
	position:absolute;
	right:10px;
	top:10px;
}

/*.cookie-container {
	width:500px;
	text-align:center;
	margin:0 auto;
}*/

/* remove after disclaimer is not used anymore and uncomment the above css class */
.cookie-container {
	width:934px;
	text-align:center;
	margin:0px auto;
}

.cookie-acceptance {
	margin:0;
	font-family: Arial;
	font-size:12px;
	color:#3f3f3f;
}

.cookie-acceptance a {
	text-decoration:underline;
	font-weight:bold;
	color:#3f3f3f;
	cursor: pointer;
}

.cookie-close span {
	display: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height:100%;
}
body {
	line-height: 1;
	height:101% ;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight:bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

UL LI A {
	text-decoration:none;
}

/* END BASIC CSS RESET */


/* BACKGROUND AND OTHER GLOBAL STYLES */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
	text-align: center;
    background-color: #dedede;
    background-image: url('/_img/bg.jpg');
    background-repeat: repeat-x;
    background-position:left top;
}

#pageWrapper
{
    width: 934px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

h1
{
    font-family: Arial;
    font-size: 20px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 30px;
    vertical-align: text-bottom;
}

h2
{
    font-family: Arial;
    font-size: 13px;
    color:  #535353;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

h3
{
    font-family: Arial;
    font-size: 12px;
    color:  #535353;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
}

p
{
    line-height: 20px;
}

A
{
    color: #d73100;
    text-decoration: none;
}

.clear
{
    clear:both;
    height:0;
    width:0;
    margin:0;
    padding:0;
    line-height:0;
    overflow: hidden;
    font-size:0px;
}