@import "/site/lib/reset.css";

body, #wrapper {
   background: #FFF;
   color: #000;
   font-size: 12pt;
}
body {
	margin:0;
	border:none;
}

/* hide all elements that should not be printed */

#menu, #metamenu,#submenu,#metamenu,#newsletter,#morenews,.article_image_small {
	display: none;
}

#wrapper{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: none;
	float: none !important;
	color: #000;
	background: transparent none;
}
body, html {
	color:#000;
	background-color: #FFF;
	font-size: 12px;
}
body,form,select,input,button,textarea {
	font-family: Arial,Helvetica,sans-serif;
}
p {
	margin: 10px 0;
}
a:link, a:visited {
	text-decoration:underline;
	color: #333;
}
a:hover, a:active {
	text-decoration:none;
	color:#333;
}
em {
	font-style:italic;
}
th {
	font-weight:bold;
}
ol,ul,dl {
	margin-left:15px;
	margin-bottom:15px;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
	margin-bottom:10px;
}
table {
	margin:10px 0 10px 0;
}
td,th {
	padding-right:10px;
}
#content {
	width: 703px;
}
#header {
	height:130px;
}
#logo a, #logo {
	display:block;
	height:70px;
	width:320px;
}
#teaserimage {
	margin-bottom:30px;
}
.article_chapeau {
	text-transform: uppercase;
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
}
.article_chapeau_small {
	text-transform: uppercase;
	font-size:10px;
	margin-bottom:5px;
	font-weight:bold;
}
.article_date {
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.article_date_small {
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}
.article_intro {
	font-weight:bold;
}
.article_text_small p {
	margin-top:5px;
}
.smallarticle {
	border-top:1px solid #333;
	padding:15px 0 15px 0;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
