﻿body {
background-color:#3f342b;
	text-align:center;
}

.rahmen{
	width:900px;
	height:690px;
	border: 3px white solid;	
	margin-right:auto;
	margin-left:auto;	
	background-color:#a49681;
}
.bild {
	width:720px;
	height:690px;
	text-align: center;
	font-family: Arial;
	margin-right: auto; 
	margin-left: auto; 
	padding:6px;
	color:white;
	float:right;
}

.klein {
	font-size:xx-small;
	font-weight:bold;
}

.Ueberschrift {
	font-size:medium;
	font-style:normal;
	font-weight:bold;
}

.Unterschrift {
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
}

.liste {
	width:150px;
	height:690px;
	padding:6px;
	text-align:left;
	margin-right:auto;
	float:left:
}

.Allgemein {
	font-size:xx-small;
	color:white;
	font-family:Arial;
}

.Serien {
	font-size:10pt;
	color:white;
	font-family:Arial;
}

.quote {
	font-family:Arial;
	font-size:xx-small;
	font-style:italic;
	color:white;
	text-align:center;
	margin-right:auto;
	margin-left:auto;

}

a:link {
	color:white;
	text-decoration:none;
}
a:visited {
	color: white;
	text-decoration:none; 
}
a:active {
	color: #3f342b;
	text-decoration:none; 
}
a:hover {
	color: #3f342b;
	text-decoration:none; 
}
