/* stylesheet for componeo websites */
body {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	margin: 0px; 	/* 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: ; /* ns4 */
	font-family: Arial, Helvetica, sans-serif; /* ns4 */
	font-size: 12px;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
address {
	font-size: 85%;
	font-weight: normal;
	font-style : normal;
}
li {
	padding-bottom: 6px;
	text-indent : 0px;
	margin-left : -20px;
}
/* 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: ;
}

a:link			{
	text-decoration: none;
	color: #295594;
}
a:visited		{
	text-decoration: none;
	color: #666666;
}
a:hover		{
	text-decoration: underline;
	color: #295594;
}
a.nav:hover		{
	text-decoration: underline;
	color: #295594;
}
a:active 		{
	color: #295594;
	text-decoration: underline;
}
.sitemap	{
	background-color : ;
	border : 1px solid #888888;
	padding:3px;
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:12px;
	margin-left:0px;
	margin-top:5px;
}
.nav1			{
	font-size:11px;
	margin-left:5px;
}
.nav2			{
	font-size:10px;
	margin-left:9px;
}
.nav3			{
	font-size:9px;
	margin-left:12px;
}
.nav4			{
	font-size:8px;
	margin-left:15px;
}
.footer		{
	white-space:nowrap; 
	font-size:8pt; 
	color: #cccccc;
	text-decoration: none;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : Black;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : #295594;
	text-decoration : none;
}
.active		{
	color : Black;
	font-style : 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 */

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}

/* ------------------ add individual styles below ----------------- */
/* navigation */
.navigation a:link, .navigation a:visited {
	color: #295594;
}
.navigation a:hover, .navigation a:active {
	color: black;
	background-color : #FFF1D0;
	display:block; 
}

.level_0 {
	text-indent : 0px;
	font-size : 13px;
	line-height : 20px;
	border-top : 1px solid white;
}
.level_1 {
	text-indent : 5px;
	font-size : 11px;
}
.level_2 {
	text-indent : 10px;
	font-size : 10px;
}
.level_3 {
	text-indent : 15px;
	font-size : 9px;
}
input, textarea, select {
	background-color : transparent;
	border : 1px solid #cccccc;
	color: #cccccc;
}