/* stylesheet for componeo websites */
body {
	color: navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000099;
	background-image : url(bg_seite.gif);
	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: 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: normal;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
h3 {
	font-size: 115%;
	font-weight: normal;
}
address {
	font-size: 85%;
	font-weight: normal;
	font-style : normal;
}
li {
	padding-bottom: 6px;
}
/* class for areas displayed in print-version only */
.print {
	display: none;
}
/* 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: #D6E3EF;
}

/* links */
a:link			{
	text-decoration: none;	
}
a:visited		{
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
}
a:active 		{
	text-decoration: underline;
}
.sitemap	{
	
}


/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:14px;
	margin-left:0mm;
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:20px;
}
.nav4			{
	font-size:9px;
	margin-left:24px;
}

.footer		{white-space:nowrap; font-size:8pt; color: #ffcc33;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open	{
	font-style : normal;
	color : #ffcc33;
	text-decoration : none;
}
.closed		{
	font-style : normal;
	color : white;
	text-decoration : none;
}
.active			{
	color : #ffcc33;
	font-style : normal;
	text-decoration : none;
}
.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
input, textarea {
	background-color : transparent;
	border: 1px solid #08386B;
	padding: 2px;
}
