/*=======================================================================*/
/* Styles für Site Jürgen Eisenacher                                     */
/*=======================================================================*/

/*-----------------------------------------------------------------------*/
/* Tags                                                                  */
/*-----------------------------------------------------------------------*/
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	text-align:center;
	margin:15px 0px;
	padding:0px;
	background-color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#999999;
}

/*-----------------------------------------------------------------------*/
/* Content-Layout                                                        */
/*-----------------------------------------------------------------------*/
#Content {
	width:520px;
  background: #FFFFFF;
  margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
}

/*-----------------------------------------------------------------------*/
/* Layout-Klassen                                                        */
/*-----------------------------------------------------------------------*/
.logo {
	font-size:20px;
	font-style:italic;
	text-decoration:underline;
	margin-bottom:40px;
}

.author {
	font-style:italic;
}

.actPage {
	text-decoration:line-through;
	padding:3px 5px;
}

.navi {
	text-align:center;
	margin-bottom:40px;
}

.navi-dist {
	margin-top:90px;
}

.navi table {
	border-bottom:1px #3b3b3b solid;
	border-top:1px #3b3b3b solid;
	text-align:center;
}

hr.sep {
	width:100px;
	margin-bottom:120px;
	margin-top:120px;
	text-align:center;
}

p.bodyText {
	text-align:center;
	marging-bottom:15px;
}

.navi td {
	margin:0px;
	padding:3px 6px;
}

.imgCaption {
	font-size:13px;
}

.technik {
	font-style:italic;
}

