/* stylesheet for componeo websites */
body {
	color: black;
	font-family: 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: 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: #EF7D39;
}

a:link			{
	text-decoration: none;
	color: black;
}
a:visited		{
	text-decoration: none;
	color: black;
}
a:hover		{
	text-decoration: underline;
	color: #ffcc33;
}
a:active 		{
	text-decoration: underline;
	color: red;
}

.sitemap	{
	color : black;
	border : 1px solid #ffcc33;
	padding: 3px;
}


/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:15px;
	padding-top : 10px;
	margin-left: 0px;
}
.nav1			{
	font-size:12px;
	margin-left: 6px;
}
.nav2			{
	font-size:11px;
	margin-left: 12px;
}
.nav3			{
	font-size:10px;
	margin-left: 16px;
}

.footer		{
	white-space:nowrap;
	font-size:8pt;
	color: #FF9933;
	text-decoration: none;
}

h1				{font-size:15pt;}
h2				{font-size:14pt;}
h3				{font-size:12pt;}
h4				{font-size:11pt;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open, a.open, a.open:link, a.open:visited		{
	font-style : normal;
	color : black;
	text-decoration : none;
}

.closed, a.closed, a.closed:link, a.closed:visited		{
	font-style : normal;
	color : #ffcc33;
	text-decoration : none;
}
a.closed:hover		{
	color:black;
}

.active			{
	color : black;
	font-style : normal;
	text-decoration : none;
	font-weight : normal;
}
/* 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 */


.comment {
	color: red;
	background-color : Yellow;
}

.border_2columns {
	padding-right: 100px;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
.print {
	display: none;
}
input, textarea {
	background-color : transparent;
}