/********************************************************************/
/*		Body
/********************************************************************/
body {
	color : Black;
	background : White;
	margin : 20px 20px 20px 20px;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(hintergrund.gif);
	background-attachment : fixed;
}
/********************************************************************/
/*		Standard - Links
/********************************************************************/
a:link{
	color : blue;
	text-decoration : none;
}
a:visited{
	color : blue;
	text-decoration : none;
}
a:hover{ 
	color : red;
	text-decoration : underline;
}
a:active{ 
	color : blue;
	text-decoration : none;
}
a:focus{ 
	color : blue;
	text-decoration : none;
}
A.bild:link img {
	border: 1px solid Black;
}
A.bild:visited img {
	border: 1px solid Black;
}
A.bild:hover img {
	border: 1px dashed #0000FF;
}
/********************************************************************/
/*		Ebenen
/********************************************************************/
div#itc {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(ITC_gerade.gif);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
	width : 783;
	height : 409;
	text-align : center;
}