/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	
	margin: 0px;
	padding: 0px;
	background: #cccccc url('Bilder/2.jpg') fixed;
}


/***********************************************/
/* Links                          */
/***********************************************/

a:link, a:visited{
	color: #DE2F2A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/***********************************************/


/************input layout********/
INPUT { background-color: #F5F7F7; 
border-color: efefef; 
color: #DE2F2A; 
font-family: arial, verdana, ms sans serif; 
font-weight: ; 
font-size: 8pt; 
}

/**********************************/