/* stylesheet for componeo websites */
body {
	color: navy;
	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: navy; /* 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 : #FF9966;
}

/* 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			{color: White;
	text-decoration: underline;
}
a:visited		{color: White;
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
}
a:active 		{
	text-decoration: underline;
}

.bg_sitemap	{
}

.sitemap, input, textarea {
	border : 1px solid white;
	padding: 2px;
	background-color: transparent;
}

.bg_content {
}

.bg_nav		{
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:12pt;
	margin-left:0mm;
}
.nav1			{
	font-size:10pt;
	margin-left:2mm;
}
.nav2			{
	font-size:8pt;
	margin-left:4mm;
}

.disclaimer 		{font: normal 8pt; }
.footer		{white-space:nowrap; font-size:8pt; color: gray;}

h1				{font-size:15pt;}
h2				{font-size:14pt;}
h3				{font-size:12pt;}
h4				{font-size:11pt;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open		{
	color : #663333;
	text-decoration : none;
}
.closed		{
	color : #663333;
	text-decoration : none;
}
.active			{
	color : #000033;
	text-decoration : none;
}
