/* CSS Document */
@charset "utf-8";
/* Farben

#f3f3f3
#0099CC
#666666
 */
#sprache01 a:link,
#sprache01 a:visited {
	text-decoration:none;
	background:none;
	background-image: url(../images/deu_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:40px;	
}
#sprache01 a:hover {
	background-image: url(../images/deu_rollover.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;		
}
#sprache02 a:link,
#sprache02 a:visited {
	text-decoration:none;
	background:none;
	background-image: url(../images/eng_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:40px;	
}
#sprache02 a:hover {
	background-image: url(../images/eng_rollover.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;		
}				
#sprache03 a:link,
#sprache03 a:visited {
	text-decoration:none;
	background:none;
	background-image: url(../images/frz_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:40px;		
}
#sprache03 a:hover {
	background-image: url(../images/frz_rollover.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}	
#sprache04 a:link,
#sprache04 a:visited {
	text-decoration:none;
	background:none;
	background-image: url(../images/nld_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:40px;		
}
#sprache04 a:hover {
	background-image: url(../images/nld_rollover.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}	