@charset "utf-8";

/*************************************************************************/
/* =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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}

:focus {
   outline: 0;
}

body {
   line-height: 1;
   color: black;
   background: white;
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: normal;
}

/*************************************************************************/
/* =print */
/*************************************************************************/

@media print {

body {
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
   background: white;
	font-size:10pt !important;
   color: #000000;
	min-height: auto !important;
	height: auto !important;
}
#content p,
#content ul,
#content ul li,
#content dl dd,
#content dl dt{
	font-size:10pt !important;
}
h1.branding{
	margin:0 !important;
}
h1.branding a {
   font:normal 12pt/12pt Arial, Helvetica, sans-serif !important;
   color: #666666 !important;
   text-indent: 0 !important;
   text-decoration: none;
   line-height: 20pt !important;
   margin: 0 0 15pt 0 !important;
   display: block;
}
#header{
height:30pt !important;
}
blockquote.claim {
   font:bold 11pt/14pt Arial, Helvetica, sans-serif;
   color: #999999;
}

blockquote.claim,
blockquote.claim p {
   margin: 0;
   padding: 0;
   width: auto;
   display: block;
   text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
   color: #000000;
}

h1 {
   font-size: 16pt;
}

h2 {
   font-size: 15pt;
	height:30pt !important;
	line-height:1.5em !important;
	margin: 10px 0 20px 0 !important;
	
}

h3 {
   font-size: 14pt;
}

h4 {
   font-size: 13pt;
}

h5 {
   font-size: 12pt;
}

h6 {
   font-size: 11pt;
}

ol, ul, li {
   font-size: 11pt;
   line-height: 1.4;
   color:#333333;
}

hr {
	background-color: #ccc;
	margin: 0 0 25pt 0;
}

p {
   font-size: 11pt;
   line-height: 1.5;
   margin: 0 0 1.1em 0;
   color:#333333;
}

a, a:visited, a:hover, a:visited:hover {
   background: transparent;
   text-decoration: underline;
   color:#000000;
}

a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   color: black !important;
}

a img {border: none;}

abbr[title]:after,
acronym[title]:after {
   content: '(' attr(title) ')';
   background-color: inherit;
   color: #666666;
   font-style: italic;
}


#container {
   margin: 0 5% 0 5% !important;
}

#navi,
#navi-add,
#navi-lang,
#content-sidebar,
#slideshow,
#slideshow-overlay,
form,
#footer h6,
.push {
    display:none;
}
#container,
#inner-container,
#header,
h1.branding,
#content-container,
#footer-outer-container,
#footer-inner-container,
#footer{
	width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
}
#content{
	width:95% !important;
	padding:0 !important;
}
#content-container {
	border-top:1px solid #999999;
   margin: 0 0 0 0 !important;
   padding: 0 0 15pt 0 !important;
}
#footer {
	height:auto !important;
   margin: 0 5% 0 5% !important;
	border-top:1px solid #999999;
   padding: 15pt 0 0 0 !important;
}
#footer p.adress{
	color:#999999 !important;
	height:50px;
	width:95% !important;
	float:none;
	text-align:left !important;
	font-size:9pt !important;
	line-height:1.5em;
}
#footer p.adress a{
	color:#ac9d71;
}


}
