/*
 * Spell'88 Style Sheet
 */

/* Style for all bodies. */
body {
	/* font-family: Times New Roman, serif; */
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	background: #DDDDDD url("hintergrund.gif") fixed;
	color: #080808;
}

body.1989_GS {
	/* font-family: Times New Roman, serif; */
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	background: #000000
	color: #F8F8F8;
}

p {	
	text-align: justify;
	/*
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 16px;
	*/
}

p.rechts {	
	text-align: right;
}

p.ersteZeileFett:first-line {
	font-weight: bold;
}


*.mittig {
	text-align: center;
}

#eingerueckt {
	text-indent: 48pt;
}



img {
	border-color: #5f5f5f;
}

/* Custom link styles */


a:link {
	text-decoration: underline;
	/* text-decoration: none; */
	color: #0000FF
}


a:active {
	text-decoration: underline;
	/* text-decoration: none; */
	color: #00FF00;
}

a:visited {
	text-decoration: underline;
	/* text-decoration: none; */
	color: #4040C0;
}

a:hover {
	text-decoration: underline;
	background-color: #E0E0E0;
	color: #FF0000
}

.comment {
	color: black;
}

div {
	text-align: center;
}

/* Style for all table cells. */

table {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #080808;
}

th {
	text-align: center;
	vertical-align: center;
}


td {
	text-align:     left;
	vertical-align: center;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-left:   0px;
	padding-right:  0px;
}

td.links {
	text-align:     left;
	vertical-align: center;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-left:   0px;
	padding-right:  0px;
}

td.mittig {
	text-align:     center;
	vertical-align: center;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-left:   0px;
	padding-right:  0px;
}

td.rechts {
	text-align:     right;
	vertical-align: center;
	padding-top:    0px;
	padding-bottom: 0px;
	padding-left:   0px;
	padding-right:  0px;
}

hr {
	/*
	color:	#000000;
	height: 1px;
	noshade; */
	height: 1px;
	color: grey;
	background-color: grey;
	border: none;
}

/* Header */

h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	/* font-family: Verdana, Arial, Tahoma, sans-serif; */
}

h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}


h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}


