@charset "ISO-8859-1";

/* Rahmen und Breite der Sidebars */
table.sideTable {
	border:solid black 1px;
	width:140px;
	margin-bottom:10px;
}

/* überschrift */
th.sideHead {
	background-image:url('../Images/menuTitleBg.jpg');
	/* Schriftfarbe */
	color:white;
	border:solid white 2px;
	vertical-align:middle;
	border-bottom:0px;
}
div.sideHead {
	border:solid 1px black;
	padding:2px;
	height: 12pt;
}

/* Formatierung der Anzeigebox */
/* Hintergrund Icon wird im HTML-Tag geladen */
td.sideBox {
	background-image:url('../Images/menuBoxBg.jpg');
	background-color:#dbedff;
	background-repeat:repeat-x;
	border:solid white 2px;
	vertical-align:middle
}
div.sideBox {
	/* Platz fï¿½r das Hintergrundicon */
	padding-bottom:0px;
	padding-right:0px;
	border:solid 1px black;
	background-repeat:no-repeat;
}

/* style MAINWINDOW */
table.mainTable {
	border:solid black 1px;
	min-width:320px;
	width:320px;;
	margin-bottom:3px;
}


th.mainHead {
	background-image:url('../Images/menuTitleBg.jpg');
	/* Schriftfarbe */
	color:white;
	border:solid white 2px;
	vertical-align:middle;
	border-bottom:0px;
}
div.mainHead {
	border:solid 1px black;
	padding:2px;
}
