/*Formatierungen für fam-bintz*/

/*allgemeine Formatierungen*/
BODY { color: black; }
BODY { background-color: #f0f0f0; }

a:link {color:#808080; text-decoration:none;}
a:visited {color:black; text-decoration:none;}
a:active {color:#808080; text-decoration:none;}
a:hover {color:black; text-decoration:underline;}

.bookstyle
	{ 
		text-indent: 20px; 
	}
/*Index-Link*/
#IndexLink
	{
		color:#808080; 
		text-decoration:none; 
		font-weight: bold;
	}
#IndexLink:hover
	{
		color:black; 
		text-decoration:underline; 
		font-weight: bold;
	}

/*Topic-Menu*/
#TopicMenu	/* Schrifteigenschaften, Hintergrundfarbe des Topic-Bereichs */
	{
		color:#FFFFFF;
		font-size: 20px; 
		font-weight: bold; 
		text-align:center;
		text-decoration: none;
		background-color:#808080;
	}

#TopicOnMouse:hover {background-color:#000000;} /* Alternative Schrifteigenschaften wenn Maus über dem bereich ist (Topic-Bereich) */

#TopicLink /* Schrifteigenschaften Links im Topic-bereich */
	{
		color:#FFFFFF;
		font-size: 20px;  
		font-weight: bold; 
		text-align:center;
		text-decoration: none;
	}

/*Footer*/
#FooterMenu	/* Schrifteigenschaften, Hintergrundfarbe des Footer-Bereichs */
	{
		color:#FFFFFF;
		font-size: 12px; 
		text-align:center;
		text-decoration: none;
		background-color:#808080;
	}

#FooterOnMouse:hover {background-color:#000000;} /* Alternative Schrifteigenschaften wenn Maus über dem Bereich ist (Footer-Bereich) */

#FooterLink /* Schrifteigenschaften Links im Footer-bereich */
	{
		color:#FFFFFF;
		font-size: 12px; 
		text-align:center;
		text-decoration: none;
		font-weight: normal;
	}

/*Übergroße Bilder einpassen*/
#pictureMaxSize
	{
		width: 1000px; 
		overflow: auto;
	}

/* News-Box - Berich mit absoluter Positionierung rechts oben */
#newsBox
	{
		float:right;
		border: 3px solid black;
		padding: 10px;
		position: relative;
		right: 0px;
		top: 10px;
		width: 400px;
		height: 450px;
	}
