body {
	padding-top: 0px;
	margin: 0px;
	margin-right: 5px;
}

div#hintbar
{
	font-size: 8pt;
	margin: 3px;
}


/* Text-Bereich */

div#textBar
{
	background-color: white;
	margin-left: 174px;
	margin-top: 10px;
}

div.textbox {
	background-color: white;
	padding: 5px;
	border-bottom: 3px solid black;
}

div.textbox:hover {
	background-color: #FFFDBC;
}

span.picRef {
	font-weight: bold;
	background-image: url("foto.gif");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 23px;
}

span.picRef:hover {
	background-image: url("foto_farbe.gif");
	background-position: right;
	background-repeat: no-repeat;
}


/* Bilder-Bereich */

div#picBar {
	background-color: white;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: fixed;
	top: 30px;
	left: 5px;
}

div.picBarPic {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

img.pic {
	padding: 0px;
	margin: 0px;
	border: 3px solid white;
}


/* Allgemein */


h2 {
	font-size: 14pt;
	margin: 3px;
	margin-left: 0px;
}