@charset "ISO-8859-1";
body  {
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
   	background-color: #FFFFFF;
	margin: 0 0 0 40px;
    padding: 0;
    text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	font-size: 11px;
}
a {
	color: #000;
	outline-width: 0px;
	outline-style: none;
}
a:link { text-decoration:underline }
a:visited { text-decoration:underline }
a:hover { color:#000; text-decoration:none }
a:active { text-decoration:underline }
p {
	line-height:13px;
	margin:0;
}
h1,
h2,
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	line-height:32px;
	margin:0;
	padding:0 0 5px 0;
}
h2 {
	margin:0;
}
h3 {
	font-size:20px;
	line-height:24px;
}

ul {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
li {
	margin:0;
	padding:0;
}
#header li {
	margin:0;
	padding:0 10px 0 0;
	display:inline;
}
img {
	border:0;
	margin:0;
}
#container {
    width: 710px;
	margin: 0 0 40px 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#header {
    margin: 0;
	padding: 0;
}
#sidebar1 {
    position:relative;
	float:left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    width:250px;
    margin:0;
	padding:0;
}
#content {
	line-height:12px;
	margin: 0;
    padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
#cloud {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin: 5px 0 0 0;
}
/* //////////////////////////////////////// */
/* PSEUDO CLASSES                           */
/* //////////////////////////////////////// */
.selected {color:#000;}

.selected:link,
.selected:visited,
.selected:hover,
.selected:active {
	 text-decoration:none
}
.selected:hover { text-decoration:underline}

.gallery,
.chapter,
.boxdashed,
.thumb {
	margin: 0;
	padding: 10px 0 12px 0;
	border-bottom: 1px dashed #000;
}
.gallery,
.chapter {
	padding: 18px 0 0 0;
	clear:both;
}
.gallery img {
	margin-bottom: 18px;
}
.gallery .footnote {
	margin-top: -16px;
	margin-bottom: 18px;
}
.thumb img {
	margin-right:10px;
	float:left;
}
.related {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:13px;
	padding: 12px 0 0 0;
}
.quote {
	margin: -10px 0 20px 0;
	border-bottom: 1px dashed #000;
}
.colleftbottom,
.colleft {
	position:relative;
	float: left;
	width:250px;
	height:auto;
	margin:0 0 20px 0;
}
.colleftbottom {
	position:absolute;
	bottom:0px;
	margin:0;
}
.colleftbottom img {
	margin: 10px 0 0 0;
}
.facts {
	padding:4px 0 0 0;
}
.desc,
.descthumb,
.descthumb2,
.colright {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	line-height:16px;
	padding:0;
}
.descthumb {
	margin:0 0 0 180px;
}
.descthumb2 {
	margin:0 0 0 95px;
}
.colright {
	margin:0 0 20px 270px;
}
.footnote {
	font-size:11px;
}
.source {
	font-size:11px;
	margin:0 0 10px 0;
}
.blue {
	color:#50beff;
}
.forms {
 	margin: 16px 7px 0px 7px;
}
.label {
	margin: 4px 0px 10px 0px;
	font-size:12px;
}
.log {
	margin: 0;
}
