/* ============================================ */
/* | tSign · Thomas Waldraff                  | */
/* | Letzte Änderung: 21. Juni 2005           | */
/* ============================================ */
/* | BASIS-Stylesheet                         | */
/* ============================================ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Allgemeine Stile                            */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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;
	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(255,255,220);
	background-image: url(./-g/bg11.gif);				/* Diese und die nächste Zeile sind nur für NN4 ... */
	background-repeat: repeat;
	/*/*/background-image: url(../-g/bg01.gif);
	background-repeat: repeat-y;/* */						/* ... die letzten 2 Zeilen überschreiben für alle anderen Browser die vorangehenden */
	background-attachment: fixed;
	background-position: 0px 0px;
}
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;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Link-Angelegenheiten                        */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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;
}
/*
img:focus {
	border-width: 0;
	background: transparent;
	background-color: transparent;
}
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Browser-Patches                             */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Damit in NN4 IMGs nicht überdecken: */
.nn4no {
	/*/*//*/border: 1px solid #ff0;
	border-width: 1px 0 0 1px;/* */
}