/* stylesheet for componeo websites */
body {
	color:black ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #999999;
	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: 10pt;
}

/* 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: white;
}

a:link			{
	text-decoration: none;
	color: #C51015;
}
a:visited		{
	text-decoration: none;
	color: #C51015;
}
a:hover		{
	text-decoration: underline;
	color: #C51015;
}
a:active 		{
	text-decoration: underline;
	color: red;
}

.sitemap	{
	border : 1px solid #C51015;
	padding : 3px;
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:12pt;
	margin-left:0mm;
}
.nav1			{
	font-size:9pt;
	margin-left:2mm;
}
.nav2			{
	font-size:8pt;
	margin-left:4mm;
}

.disclaimer 		{font: normal 8pt; }
.footer		{
	white-space:nowrap;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open		{
	font-style : normal;
	color : gray;
	text-decoration : none;
}
.closed		{
	font-style : normal;
	color : gray;
	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 */

.inhaltsfeld {
	background-color: #2b2474;
}

.inhalt {
	background-color: #2b2474;
}

.comment {
	color: red;
	background-color : Yellow;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}

.textfeld {
	background-color: ;
	font-variant : small-caps;
}

.print {display:none;} 

li {
	padding-bottom : 5px;
}
.contentbreite {
	width: 730px;
	padding-top:5px; 
	padding-bottom:20px; 
	padding-left:40px; 
	padding-right:55px;
}
.content_padding {
	padding-top:20px; 
	padding-bottom:20px; 
	padding-left:41px;
	padding-right:41px;
}
input, textarea {
	border: 1px solid #C51015;
}