/* ============================================ */
/* | tSign · Thomas Waldraff                  | */
/* | Letzte Änderung: 6. Mai 2014             | */
/* ============================================ */
/* | BASIS-Stylesheet                         | */
/* ============================================ */

a, address, blockquote, div,
h1, h2, h3, h4, h5, h6, img, input, label,
li, ol, p, q, select, textarea, td, th, ul {
	font-family: "Trebuchet MS", sans-serif;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0.86em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	word-spacing: 0.0em;
	letter-spacing: 0.0em;
	text-align: left;
	text-indent: 0em;
	color: #000;
	background-color: rgb(193, 231, 243);
    background-image: url(../-g/BG-A3-146n.png);
	background-attachment: fixed;
    background-position: left top;
}
p {
	margin:0 0 .43em 0;
}
h1 {
	font-size: 2.0em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.0em;
	word-spacing: -0.1em;
	margin: 1.2em 0 .6em;
}
h2 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.0em;
	margin: 1.0em 0 .5em;
	padding-bottom: .3em;
	border-bottom: 1px solid black;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.6em;
	padding-top: .3em;
}
h4 {
	font-style: italic;
	line-height: 1.3em;
	margin: 1.0em 0 0;
}
p, h1, h2, h3, h4 {
	margin-right: 16px;
	margin-left: 16px;
}
blockquote {
	font-style:italic;
	margin:0;
}

table	{
	border: 0;
	border-spacing: 1em .5em;
	margin: 0 16px .5em 16px;
}
thead td{
	text-align: center;
	border-bottom: 1px dotted black;
}
tfoot td.summe {
	text-align: right;
	border-top: 1px dotted black;
}
td {
	padding: 0 .1em 0 .1em;
}
td.li {
	padding-right: .5em;
}
td.ze {
	padding: 0 .3em 0 .3em;
	text-align: center;
}
td.re {
	padding-left: .5em;
	text-align: right;
}

img	{
	border: 0;
	color: #fff;
	background: transparent;
}


a:link {
	color: rgb(0,0,255);
	text-decoration: none;
}
a:visited {
	color: rgb(153,0,0);
	text-decoration: none;
}
a:hover {
	color:rgb(0,51,102);
	text-decoration: underline;
}
a:focus, a:active {
	background-color: rgb(255,255,153);
	text-decoration: none;
}
