/* stylesheet for componeo websites */
body {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000099;
	margin: 0cm; 	/* 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: 12px;
}

/* 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;
}
subtitle {
	font-size: 85%;
	font-weight: normal;
}

/* 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: #4A49B5;
}

/* 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			{
	text-decoration: none;
	color: #99CCFF;
}
a:visited		{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover		{
	text-decoration: underline;
	color: #99CCFF;
}
a:active 		{
	color: #FF6600;
	text-decoration: none;
}

.sitemap	{
	border : 1px solid #99CCFF;
	padding: 3px
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:12px;
	margin-left:0mm;	
	height:22px;/*IE*/
	line-height:22px;/*MOZ*/
}
.nav1			{
	font-size:11px;
	margin-left:4mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}
.nav2			{
font-size:11px;
	margin-left:6mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}
.nav3			{
	font-size:11px;
	margin-left:8mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}

.footer		{
	text-decoration: none;
	font-size: 10px;
	color: #000099;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : #FF6600;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
.active		{
	color : #FF6600;
	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;
}

.comment {
	color: red;
	background-color : Yellow;
	padding:3px;
}

.border_2columns {
	padding-right: 100px;
}


