/* 
+-----------------------------------------------------------------------------+
| Dateiname:      http://Sonderhomepage.de/css/c_s_s.css                      |
|                 Style-Sheet fuer das Projekt                                |
+-----------------------------------------------------------------------------+
| Autor:          Udo Netzel [Info@Bundeo.com]                                |
| Copyright:      (c) 01/1999 - 06/2005 BUNDEO Media                          |
|                 (c) 07/2005 -         Sonderhomepage Management Ltd.        |
+-----------------------------------------------------------------------------+
| Version:        4.00                                                        |
|                 2005-06-18                                                  |
+-----------------------------------------------------------------------------+
| Validation:     CSS 2                                                       |
+-----------------------------------------------------------------------------+
*/



/* Hintergrundfarbe Grau */
body 
{
	background-color: #DADADA;
	color: #000000;
	margin:0px;
} 



/* INTERNE Links immer in weinrot ohne Unterstreichung */
a:link, a:visited, a:active
{
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #990033;
	font-weight: bold;
	background-color: transparent; 
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #990033;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}



/* Normalschrift */
p		
{
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #000000; 
	background-color: transparent; 
	font-size: 10pt;
}



/* Überschrift 1 */
h1		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 14pt;
	font-weight: bold;
}



/* Überschrift 2 */
h2		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 12pt;
	font-weight: bold;
}



/* Überschrift 3 */
h3		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
}



/* Listen, wie Standardschrift, Blocktext */
li, ul,	ol
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	text-align: justify;
}



/* Tabelle, Überschriftenzelle */
th		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}



/* Tabelle, Normalzelle */
td		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}



/* 
+-----------------------------------------------------------------------------+
| Klassen                                                                     |
+-----------------------------------------------------------------------------+
*/


/* Links in grauer TOP-Navigation */
a.topNavi, a:visited.topNavi
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	background-color: transparent;
}



/* Graue TOP-Navigation */
.topNavi
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	background-color: #C0C0C0;
}



/* Zell-Umrandung DUNKELGRAU (im Inhaltsverzeichnis) */
.borderGrey
{
	border-style: solid; 
	border-color: #808080; 
	border-width: 1px;
	font-size: 10pt;
}



/* Zell-Umrandung WEINROT (in Navigation) */
.borderNavi
{
	border-style: solid; 
	border-color: #990033; 
	border-width: 3px;
	font-size: 8pt;
	color: #990033;
}



/* Zell-Umrandung DUNKELGRAU (in Buch-Tipp) */
.borderTipp
{
	border-style: solid; 
	border-color: #808080;
	border-width: 1px;
	font-size: 8pt;
}



/* Arial, Größe 8 */
.a08	
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	background-color: transparent;
}



/* Arial, Größe 8, Fett */
.a08B
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}



/* Arial, Größe 10, Fett */
.a10B
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
}



/* Arial, Größe 18, Fett */
.a18B
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
}



/* Arial, Größe 24, Fett */
.a24B
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24pt;
	font-weight: bold;
}



/* Standardschrift, Blocktext */
.pb		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	text-align: justify;
}



/* Standardschrift, Zentriert */
.pz		
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	text-align: center;
}



/* Wunschzettel-Protokoll: Titel */
.prottitel
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
}



/* Wunschzettel-Protokoll: Beschreibung */
.protbeschr
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}



/* Wunschzettel-Protokoll: Antwort */
.protantw
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}



/* Tabelle: Zellen-Hintergrund GRAU (in Inhalt) */
.grey		
{
	background-color: #C0C0C0;
	color: black;
	text-align: center;
	vertical-align: middle;
}



/* Tabelle: Zellen-Hintergrund WEINROT (in Navigation) */
.navi		
{
	background-color: #990033;
	color: yellow;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}


		
/* Tabelle: Zellen-Hintergrund ROT (in "Stop nicht veröffentlichen") */
.stop
{
	background-color: #FF0000; 
	color: #FFFFFF;
	font-size: 24pt; 
	font-weight: bold;
	text-align: center; 
	vertical-align: middle;
	width: 150px;
}



/* Tabelle: Zellen-Hintergrund HELLGRAU (in Buch-Tipp) */
.tipp		
{
	background-color: #C0C0C0;
	color: black;
	font-size: 18pt;
	font-weight: bold;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
		