
/* @charset "ISO-8859-1";
*/


/* Allgemeine Formatierung */

/*a:link 		{ color:#EE0000; text-decoration:none; 		font-weight:bold; }*/
a:link 		{ color:#0000FF; text-decoration:none; 		font-weight:bold; }
/*a:visited 	{ color:#EEAAAA; text-decoration:none; 		font-weight:bold; }*/
a:visited 	{ color:#AAAAEE; text-decoration:none; 		font-weight:bold; }
/*a:focus 	{ color:#00AA00; background-color:#FFFFFF; 	font-weight:bold; }*/
a:focus 	{ color:#0000AA; background-color:#FFFFFF; 	font-weight:bold; }
a:hover 	{ color:#0000AA; text-decoration:none; 		background-color:#FFFFFF; font-weight:bold; }
a:active 	{ color:#0000AA; background-color:#FFFFFF; 	font-weight:bold; }


a.leseprobe:link 		{ color:#007F00; text-decoration:none; 		font-weight:bold; }
a.leseprobe:visited 	{ color:#44AB44; text-decoration:none; 		font-weight:bold; }
a.leseprobe:focus 	{ color:#007A00; background-color:#FFFFFF; 	font-weight:bold; }
a.leseprobe:hover 	{ color:#007A00; text-decoration:none; 		background-color:#FFFFFF; font-weight:bold; }
a.leseprobe:active 	{ color:#007A00; background-color:#FFFFFF; 	font-weight:bold; }


/* Definitionen für den HTML Body */	
body
{ 
	width: 740px;
/*	color: black;*/
	background-color:#e6e6fa;
	margin-left: auto;
	margin-right:auto;
	margin-top: 1%; 
	margin-bottom: 1%;
	text-align: left;
	
/* Hintergrund Bild welches immer wieder eingesetzt wird*/
/*	background: #fed url(bilder/block_d.jpg) 100%;*/
	
	font-size: 100.01%;
	overflow: scroll;

}

/* Universalselektor */	
/*
*
{ 
	color:black; 
}
*/


/* Allgemeine Definitionen für alle Überschriften */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
{
	font-family:"Arial"; 
	font-style:normal;
	font-variant:normal;
	color:black;
}

/* Überschrift H1 definiert */
h1 
{
	text-align: center;
	font-size:30; 
}


/* Überschrift H2 definiert */
h2
{ 
	text-align: center;
	font-size:21px; 
}


/* Überschrift H3 ... definiert */
h3
{ 
	font-size:18px; 
}

/* Überschrift H4 definiert */
h4 
{ 
	font-size:15px;
	clear:right;
}



p,ul,ol,li,div,td,th,address,blockquote 
{ 
	font-size:15px; 
/*	line-height: 1.5; */
}

li
{
	display:	block;
}


/* Formatierung des Abschnitts Überschrift */
div#title 
{
	margin: 0;     		 /* standardkonforme horizontale Zentrierung */
	width: 100%;
//	padding: 0.5em;
//	border: 2px ridge silver;
//	color: black;
}

/* Definitionen für die linke Spalte */
/* Format der Navigations Leiste */
div#links 
{
//	clear: left;
	float: left;
	width: 20%;
	line-height:18px;
//	padding: 5px;
//	border: 2px ridge silver;
//	color: black;
}

/*
.menutitle
{
	font-weight:bold;
//	border-top:1px dashed #000000;
	margin-top:15px;
}
*/

div#Inhalt 
{
//	clear: right;
	float: right;
	width: 80%;
//	padding: 10px;
//	border: 2px ridge silver;
//	color: black;
}

div#Inhalt-Unterstrich
{
//	clear: right;
	float: right;
	width: 80%;
//	padding: 10px;
	margin-top:50px;
//	border: 2px ridge silver;
//	color: black;
}



/*
ul#Navigation a 
{
	display: block;
	padding: 0.2em;
	font-weight: bold;
}

ul#Navigation a:link 
{
	color: black;
}

ul#Navigation a:visited 
{
	color: violett;
}

ul#Navigation a:hover 
{
	color: blue;
}

ul#Navigation a:active 
{
	color: blue;
}
*/
/* Format des Inhalts */
/*
div#Inhalt {
  margin-left: 24em;
  padding: 0 1em;
  border: 1px dashed silver;
  min-width: 16em; // Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern 
}
div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}
*/




/* relativer Tooltip */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:focus, a.tooltip:active
{ 
	position: relative;
	text-decoration: none;
	font-style: italic;
	color: #0000ff; 
}


a.tooltip:hover 	
{ 
	color:#0000AA; 
	background: transparent;
}

a.tooltip span 
{
	display: none;  
	text-decoration: none; 
}

a.tooltip:hover span 
{
	display: block;
	position: absolute; 
	top: 0px; 
	left: 300px; 
	width: 200px;
	z-index: 100;
	color: #000000; 
	border:1px solid #000000; 
	background: #FFFFCC;
	font: 12px Verdana, sans-serif; 
	text-align: left;
 }
  
a.tooltip span b 
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weigth: bold;
	color: yellow;
	background-color: gray;
	border: 0px;
	border-bottom: 1px solid black;
}





/*
li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a:link { color:#AA5522; text-decoration:underline; }

a:visited { color:#772200; text-decoration:underline; }

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

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }
*/