body
{
	background-color: #808080;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000000;
	font-family: Georgia, Times, Serif;
	font-size: 11pt;
}


h1
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 32pt;
/* 	font-weight: lighter; */
	text-align: right;
	margin-right: 10px;
}


h2
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 26pt;
/* 	font-weight: lighter; */
	margin-left: 40px;
}


h3
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 20pt;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 45px;
}


h4
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 16pt;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}


h5
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 12pt;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 5px;
}



p
{
	margin-left: 40px;
	margin-right: 40px;
}

li
{
	margin-left: 40px;
	margin-right: 40px;
}


tr
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 9pt;
	background-color: #808080;
	color: #FFFFFF;
	text-align: center;
}

.article-text
{
	line-height: 16pt;
	font-size: 10.5pt;
}


.link
{

	text-decoration: none;
	background-color: #808080;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}


.issue
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 8pt;
	text-align: right;
	margin-right: 15px;
}


.footnote
{
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 8pt;
	margin-right: 40px;
}


.logo
{
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(images/logo.png);
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 228px;
	min-height: 228px;
	max-height: 228px;
}

.navigation
{
	position: absolute;
	top: 238px;
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	background-image:url(images/navi.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 9pt;
}

.title-image
{
	position: absolute;
	top: 330px;
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 370px;
	min-height: 370px;
	max-height: 370px;
}

.comments
{
	position: absolute;
	top: 740px;
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 9pt;
	color: #FFFFFF;
}


.imprint
{
	position: absolute;
	top: 350px;
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 9pt;
	color: #FFFFFF;
}


.rating
{
	position: absolute;
	top: 693px;	/* yes, this overlap to picture is intentional */
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
}

.comments-with-rating
{
	position: absolute;
	top: 880px;
	left: 10px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 9pt;
	color: #FFFFFF;
}

.main-article
{
	position: absolute;
	top: 10px;
	left: 340px;
	background-color: #EEEEEE;
	background-image: url(images/articlebg.jpg);
	background-repeat: repeat-x;
	min-width: 580px;
	max-width: 580px;
	min-height: 500px;
}

.author
{
	text-align: right;
	font-size: 8pt;
}



a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


.rchar
{
	font-family: "Courier New", Courier, Fixed;
	color: #800000;
/* 	font-weight: bolder; */
	line-height: 12pt;
}
