body {
	background-color: #FFF;
}

body, input {
	font-family: Arial;
	font-size: 11px;
}

a {
	color:blue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {	border:0;}

div.page {
	position: relative;
	width: 800px;
	height: 800px;
	border: 1px solid #808080;
	margin-bottom:15px;
	background:url(../graphics/bg_krant.jpg);
}

div.article {
	position: absolute;
}

div.imagecontainer {
	position: absolute;
}

div.plugincontainer {
	position: absolute;
}

div.title {
	position: absolute;
	font-family: "Trebuchet MS";
	text-align: left;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	overflow: hidden;
	z-index: 2;
}

div.text {
	position: absolute;
	font-family: "Times New Roman";
	text-align: justify;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 204px;
	overflow: hidden;
	line-height: 14px;
}

div.text p {
	margin:0;
	padding:0;
}

div.image {
	position: absolute;
	font-family: Arial;
	text-align: justify;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
}

div.image p {
	margin:0;
	padding:0;
}

hr {	page-break-after: always;
	background-color: white;
	border: 0;
	color: white;}
