/* CSS Document */
/* <link href="style.css" rel="stylesheet" type="text/css"> */
body 
	{ 
		/* Hintergrundbild-Optionen */
		background-attachment: fixed; 
		background-color: #FFFFFF; 
		background-image: (kalbe_iframe_back.gif); 
		background-repeat: no-repeat; 
		/*background-position: center;*/

		/* Schriftart und Grösse */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#0066CC;

		/* Scrollbalkenfarbe */
		scrollbar-DarkShadow-Color:#FFFFFF;
		scrollbar-Track-Color:#FFFFFF;
		scrollbar-Face-Color:#FFFFFF;
		scrollbar-Shadow-Color:#000000;
		scrollbar-Highlight-Color:#FFFFFF;
		scrollbar-3dLight-Color:#000000;
		scrollbar-Arrow-Color:#000000; 
	}

/* Links */
a:link, a:visited, a:active 
	{
		color: #333399;
		background-color: transparent;
		text-decoration: none;
	}

a:active 
	{
		color: #333399;
		background-color: transparent;
		text-decoration: none;
	}

a:hover 
	{
		color: #333399;
		background-color: #eeeeee;
	}
hr
	{ 
	color:	#8aacd2;
	}
    
.notice.a
{
    color: #FF0000;
    text-decoration: none;
}    