@CHARSET "ISO-8859-15";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body
{
	text-align:center;
	background-color:#fff;
	font:normal 9pt Arial,Helvetica,sans-serif;
}

#page
{
	position:relative;
	width:990px;
	margin:0 auto;
	text-align:left;
	margin:1px solid #fffeff;
}

#header
{
	height:120px;
	background-color:#ececec;
}

#branding
{
	padding:10px 5px 10px 5px;
}
#branding img.logo
{
	position:absolute;
	top:101px;
	left:31px;
}

#content
{
	
	padding:47px 0 10px 26px;
	height:520px ! important;
	height:580px;
	background-color:#19171c;
	border-bottom:1px solid #82878b;
}
	
#footer
{
	height:44px ! important;
	height:64px;
	background-color:#a3acb3;
	font-size:8pt;
	font-weight:bold;
	color:#fffeff;
	padding-top:20px;
	padding-left:30px;
	position:relative;
}

#footer #imprint
{
	color:#F89D00;
	text-transform:uppercase;
}

.center
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.hidden
{
	display:none;
}

#branding h1.logo
{
	width:117px;
	height:60px;
	position:absolute;
	top:101px;
	left:31px;
	background-image:url(../images/layout/logo.png);
	text-indent:-4000px;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

#branding #language
{
	position:absolute;
	right:34px;
	top:104px;
}

#branding #language li
{
	float:left;
	display:block;
	font-size:8pt;
	font-weight:bold;
	margin-left:10px;
}

#branding #language li a
{
	color:#73878e;
	text-transform:uppercase;
}
#branding #language li.active a
{
	color:#F89D00;
}

#branding #salesinfo
{
	position:absolute;
	top:104px;
	right:200px;
	font-size:8pt;
	font-weight:bold;
	color:#73878E;
}
#branding #salesinfo a
{
	color:#73878E;
}

#footer address.vcard
{
	position:absolute;
	top:20px;
	right:34px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

#footer address span.org, #footer address span.street-address
{
	padding:0 10px;
	border-right:1px solid #fffeff;
}
#footer address span.locality
{
	padding-right:10px;
	border-right:1px solid #fffeff;
}
#footer address span.postal-code, #footer address span.tel
{
	padding-left:10px;
}
