/* Bildschirmdarstellung von www.der-abseiler.de */
/* globale Seiteneinstellungen (Hintergrund etc.) */
html {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	background-color:#e2e2e2;
	padding:5%;
	padding-top:2%;
	margin:0px;
}

/* Box fuer eigentlichen Inhalt */
div#inhalt {
	color:#000000;
	background-color:#ffffff;
	border-width:thin;
	border-color:#9f9f9f;
	border-style:solid;
	padding:5%;
}

/* Menue positionieren */
div#menue {
	background-color:#e10000;
	margin-bottom:2%;
	padding-bottom:10px;
}

/* oberer Rand fuer Logo */ 
div#menue img {
	margin-top:5px;
}

/* Links innerhalb des Menues formatieren */
div#menue a:link {
	border-width:2px;
	border-color:#e10000;
	border-style:solid;
	text-decoration:none;
	background-color:#e10000;
	color:#0000ff;
	padding:2px;
}
div#menue a:visited {
	border-width:2px;
	border-color:#e10000;
	border-style:dotted;
	text-decoration:none;
	background-color:#e10000;
	color:#000099;
	padding:2px;
}
div#menue a:hover {
	border-width:2px;
	border-color:#9f9f9f;
	border-style:outset;
	text-decoration:none;
	background-color:#e10000;
	color:#ffffff;
	padding:2px;
}
div#menue a:active {
	border-width:2px;
	border-color:#9f9f9f;
	border-style:inset;
	text-decoration:none;
	background-color:#e10000;
	color:#ffffff;
	padding:2px;
}


/* Links innerhalb des Textkoerpers formatieren */
a:link {
	text-decoration:none;
	background-color:#ffffff;
	color:#0000ff;
}
a:visited {
	text-decoration:none;
	background-color:#ffffff;
	color:#0000aa;
}
a:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#e10000;
}
a:active {
	text-decoration:none;
	background-color:#ffffff;
	color:#e10000;
}

/* sonstige Formatierungen Textkoerper */
strong {
	font-weight:bold;
}

/* Autor des Berichts auf der Webseite */
#verfasser {
	font-weight:bold;
}

/* Verfasser eines Artikels in einem Literaturzitat */
.autor {
	font-weight:bold;
}

/* Fotos im Fliesstext */
.fotorechts {
	float:right;
	margin:5px;
	border-width:1px;
	border-style:solid;
}
.fotolinks {
	float:left;
	margin:5px;
	border-width:1px;
	border-style:solid;
}