/* Style Sheet file for InnoXMLp */



/* BASICS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #ffffff; 
	
	margin-top : 0px;
	margin-left : 10px; 
	margin-right : 0px;
	
	/* for ie 5.5 --> only */
	scrollbar-3d-light-color : #white; 
	scrollbar-arrow-color : #000000; 
	scrollbar-base-color : #000000; 
	scrollbar-dark-shadow-color : #white; 
	scrollbar-face-color : white;
	scrollbar-highlight-color : white; 
	scrollbar-shadow-color : white;
	scrollbar-Track-Color: white;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;

}

.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;

}



table, tbody, tfoot, th,  tr, td, blockquote, form, textarea, dl, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

input { /* if needed...*/
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

strong, b { /* needed for netscape, just in case... */
	font-weight : bold;
}


/* headings */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
}

h1 {
	font-size : 20px;
	letter-spacing : 1px;
	padding-top : 0px;
	color : #999999;	
}

h2 {
	font-size : 15px;
	letter-spacing : 2px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	color : #666666;	
}

h3 {
	font-size : 12px;
	letter-spacing : 1px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	color : #666666;	
}


/* links */


A:LINK, A:VISITED {
	text-decoration : underline;
	color : #cc6600; 
}

A:ACTIVE {
	text-decoration : underline;
	color : red;
}

A:HOVER {
	text-decoration : none;
}





/* menu items */

.firstmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;	

}


.firstmenuhl {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #cc0000;

}

.secondmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;

}

.secondmenuhl {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #cc0000;

}


A.firstmenu:LINK, A.firstmenu:VISITED {
	text-decoration : none;
	color : #ffffff; 
}

A.firstmenu:ACTIVE {
	text-decoration : none;
	color : red;
}

A.firstmenu:HOVER {
	text-decoration : underline;
}

A.firstmenuhl:LINK, A.firstmenuhl:VISITED {
	text-decoration : none;
	color : #cc0000; 
}

A.firstmenuhl:ACTIVE {
	text-decoration : none;
	color : red;
}

A.firstmenuhl:HOVER {
	text-decoration : underline;
}


A.secondmenu:LINK, A.secondmenu:VISITED {
	text-decoration : none;
	color : #000000; 
}

A.secondmenu:ACTIVE {
	text-decoration : none;
	color : red;
}

A.secondmenu:HOVER {
	text-decoration : underline;
}

A.secondmenuhl:LINK, A.secondmenuhl:VISITED {
	text-decoration : none;
	color : #cc0000; 
}

A.secondmenuhl:ACTIVE {
	text-decoration : none;
	color : red;
}

A.secondmenuhl:HOVER {
	text-decoration : underline;
}

.linklist {
	list-style: circle; 	
}

.linkitem {
	list-style: circle;
	padding: 4px;
}
