/**************************************************************************************************
  Stylesheet für FinishWEB

  Allgemeine Definitionen
**************************************************************************************************/
body {
	background-color: #fff;
	margin: 5px 5px 5px 5px;
	font-family: Verdana, sans-serif;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #000000;
}
a:hover {
}
ul {
	list-style-type: disc;
	padding-left: 15px;
}
p.tit {
	font-weight: bold;
}
/******************layout******************/
table.print {
	width: 100%;
}
table.print td.position {
	padding-bottom: 15px;
}
table.print td.inhalt-rechts {
	vertical-align: top;
	padding-bottom: 15px;
}
table.print td.wortbildmarke {
	vertical-align: top;
	padding-bottom: 15px;
}
table.print td.inhalt {
}
/******************elemente******************/
/* titel */
table.tit td {
	font-weight: bold;
	font-size: 18px;
}
/* text */
table.text {
	margin-bottom: 15px;
}
/* abschnitt */
table.paragraph {
	margin-bottom: 15px;
}
/* tabelle */
table.tab {
	margin-bottom: 15px;
}
table.tab td.h {
	font-weight: bold;
}
table.tab td.i0 {
}
table.tab td.i1 {
}
/* linklist*/
table.linklist-table {
	margin-bottom: 15px;
}
table.linklist-table td.title {
	font-weight: bold;
}
table.linklist-table td.item0 {
}
table.linklist-table td.item1 {
}
/* bild */
table.pic {
	margin-bottom: 15px;
}

/* imagemap */
table.imagemap {
        margin-bottom: 15px;
} 

