/* ---------------------------------------------------------
   allgemein
--------------------------------------------------------- */
body {
	color: #000;
	margin: 0;
	padding: 0;	
	text-align: left;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt !important;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10pt;
	color: #000;
}

h4 {
	font-size: 10pt;
	margin-bottom: 6pt;
}

h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	color: black;
}

table {
	border-collapse: collapse;
	margin-left: 0.1em;
	font-size: 1em;
}
table td, table th {
	border: 1px solid #000;
	padding: 0.2em;
}

img {
	border: none;
}

p {
	line-height: 13pt;
	padding-bottom: 12pt;
}


/* ---------------------------------------------------------
   spezialitaeten
--------------------------------------------------------- */

/* Elemente ausblenden */
#info-footer,
#footer ul,
#footer h2,
#meta-nav,
#nav-box,
#jumper,
.limiter,
.noprint,
a.toplink {
	display: none;	
}

/* Trenner einfuegen */
.full-std,
.content-box {
	padding-bottom: 1.2em;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.2em;
}

/* Seiten-URL einfuegen */
#page-url {
	margin-bottom: 1em;
	display: block;
	font-size: 9pt;
	color: #666;
}



