body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	color : black;
	text-decoration : underline;
	font-weight : bold;
}
a:hover{
	color : #E98C1D;
	text-decoration : underline;
	font-weight : bold;
}
h1{
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
a.hiddenLink{
	color : black;
	text-decoration : none;
	font-weight : normal;
}
a.hiddenLink:hover{
	color : black;
	text-decoration : none;
	font-weight : normal;
}
.repeatTop{
	background-image: url(../images/kachel_top.jpg);
	background-repeat: repeat-x
}
.repeatLeft{
	background-image: url(../images/kachel_left.jpg);
	background-repeat: repeat-y;
	background-position : left;
}
.repeatRight{
	background-image: url(../images/kachel_right.jpg);
	background-repeat: repeat-y;
	background-position : right;
}
.backRight{
	background-image: url(../images/heu_right.jpg);
	background-repeat: no-repeat;
	background-position : top;
}
.transback{
	background-color : White;
	filter:Alpha(opacity=70);
	padding : 5px;
}
.imagePad{
	padding : 10px 10px;
}