@charset "iso-8859-1";

/*******************************************************************************
*  colors.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  defines background and foreground colors of elements within the layout.
*  sites that want to use different color schemes for different sub-sections
*  of a website need only make different versions of this stylesheet and link
*  or import them as need. The other stylesheets can be shared across the
*  entire site.
*******************************************************************************/

body
{
	background-color: #665;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #eec;	/* left hand column background color */
	border-right-color: #eec;	/* right hand column background color */
}
#masthead
{
	background-color: #885;
	text-align: center;
	color: #fff;
}
#footer
{
	background-color: #885;
	color: #fff;
}
#outerColumnContainer, #contentColumn	/* selector case hack to reset version 4
					   stylesheet setting */
{
	background-color: #fff;		/* this sets the background color on the
					   center column */
	color: #000;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}


#contentColumn a
{
	color: #a21e21;
	font-size: 110%;
	text-decoration: none;	
}
#contentColumn a:hover
{
	color: #000;
	font-size: 110%;
	text-decoration: none;	
	color: red;
}

#contentColumn p
{	
	font-family: arial, "Times New Roman", serif;
	font-size: 110%;
}
	


#leftColumn, #rightColumn, #contentColumn h2, h3, h4,h5
{
	color: #a21e21;
}

#leftColumn, #rightColumn, #contentColumn p
{
	color: #000;
}

.vnav ul li a
{
	color: #000;
	background-color: #cc9;
}
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #885;
	color: #fff;
}
#leftColumn p img

{
	display: block;
	margin: 0 auto;
	text-align: center;	/* IE 5 centering hack */

}

#rightColumn .vnav ul li a
{
	color: #000;
	background-color: #cc9;
}

.hnav, .hnav ul li a
{
	background-color: #cc9;
	color: #336;
}

.hnav ul li a:hover
{
	background-color: #885;
	color: #fff;
}

#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #900;
}

table.resultat tr
{ 
	cursor: pointer; 
	cursor: hand
	
}

/******************************************************************************/