.logo {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
}
body {
	font-family: "Georgia", Times, "Times New Roman", serif;
	color: #000000;

}
h1, h2, h3, h4, p, pre, a:link, a:visited, a:hover {
	font-family: "Frutiger LT Std", "Helvetica", "Arial", sans-serif;
	color: #c80071;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.2em;	
}
h3 {
	font-size: 1.0em;
	font-weight: lighter;
}
ol li:first-line {
	color: #c80071;
	font-weight: bold;
}
li {
	color: #000;
}

.textby{
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.menue {
	position: absolute;
	margin-top: 62px;
	margin-left: 190px;
	padding-left: 10px; 
	text-align: right;
	font-size: 16px;
}
.menue a:hover, .menue a:focus, .menue a:active{
	text-decoration: overline;
}
strong {
	background-color: #FFFFEA;
}
.selcted{
	font-weight: bold;
}
.mnu {
	padding-left: 20px;
	padding-right: 20px;
}
.toprule {
	position: absolute;
	margin-left: 200px;
	margin-top: 96px;
	width: 600px;
	color: #000000;
	background-color: #000000;
	background-image: url(pink.gif);
	background-repeat: repeat-x;
	border: none;
	height: 1px;
}
.sel_issue{
	position: absolute;
	margin-left: 90px;
	margin-top: 120px;
	text-align: right;
}
.sel_issue img{
	border: none 0px;
}
.sel_issue td
{
	padding-right: 0px;
}
.content {
	position: absolute;
	margin-left: 200px;
	margin-top: 120px;
	font-size: 0.85em;
	width: 600px;
	max-width: 600px;
	text-align: justify;
	line-height: 150%;

}
.content_light{
	color: #999999;
}
.content_italic {

	font-style:italic;
	font-weight:bold;
}
.footer {
	font-size: 0.80em;	
}
.content a {
	text-decoration: underline;
}
.content a img {
	border: none;
}
.content td {
	font-size: 0.85em;	
}
.float{
	float: left;
	padding-right: 12px;
	padding-bottom: 0px;
}
span.float{
	font-size: 0.7em;
	max-width: 300px;
	text-align: right;
}
.no_float{
	float: none;
}
span.no_float{
	font-size: 0.7em;
	max-width: 300px;
	text-align: right;
}
pre:first-line {
	font-size: 1.6em;
	letter-spacing: 0.05em;		
	font-weight: bolder;
}
#tabelle {
	border: solid 0px #eee;
	border-collapse: collapse;	
}
#tabelle td {
	border: solid 4px #fff;
	background-color: #f9f9f9;
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

