/* stylesheet for componeo websites */
body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: ;
	margin: ; 	/* works on MSIE only - for NS, Gecko, Opera you must set marginwidth="0" marginheight="0" in the body tag of the html-file additionally*/
	}
td { 
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: black; /* ns4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* ns4 */
	font-size: 14px;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	font-size: 145%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}
address {
	font-size: 85%;
	font-weight: normal;
	font-style : normal;
}
li {
	padding-bottom: 6px;
}
/* this class defines the bg-color for the content area and the wysiwyg-editor if not identically with the colors set in body */
.content {
	background-color: #CECBCE;
}

/* für Links KEINE Farben angeben, da diese sonst in der Navigation vom MSIE übernommen werden -
Farben für Links müssen über das body-Tag in HTML angegeben werden. */
a:link			{
	text-decoration: none;
	color: #993333;
}
a:visited		{
	text-decoration: none;
	color : Black;
}

a.:hover  {
text-decoration :none;
color: #993333;
}

a.nav:hover		{
	text-decoration: underline;
	font-weight : bold;
	background-color : #CBCBCB;
	display:block;
}
a:active 		{
	text-decoration: underline;
	font-weight : bold;
}

.sitemap	{
	color : black;
	background-color : #999999;
	padding : 5px;
}


/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:14px;
	padding-top : 6px;
}
.nav1			{
	font-size:13px;
	margin-left:2mm;
}
.nav2			{
	font-size:12px;
	margin-left:4mm;
}
.nav3			{
	font-size:11px;
	margin-left:6mm;
}

.disclaimer 		{font: normal 8pt; }
.footer		{white-space:nowrap; font-size:8pt; color: #666666;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open		{
	font-style : normal;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
.closed		{
	font-style : normal;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
.active			{
	color : black;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}
/* Vorsicht!!! Stylesheet sollte immer im selben Verzeichnis wie dei aufrufende Seite stehen, da Netscape 4.x Bilder in Stylsheets anders Referenziert als der Explorer. (Netscape: Von der den Stylesheet aufrufenden Seite, Explorer: Vom Stylesheet aus)  */
/* Netscape interpretiert bei mehreren style-Anweisungen in einem Tag immer nur die letzte */


.inhaltsfeld {
	background-color: #1E1E1E;
}

.inhalt {
	background-color: #1E1E1E;
}

.comment {
	color: red;
	background-color : Yellow;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}

td.dgrau {
	background-color : #666666;
}
td.hgrau {
	background-color : #CBCBCB;
}
td.farbe {
	background-color : #993333;
}
