html, body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

/* ueberschriften */
h1 {
	display:block;
	margin:10px 0 10px 0;
	font-weihgt:bold;
	font-size:15pt;
}

h2 {
	font-weihgt:bold;
	font-size:13pt;
}

h2.line {
	font-weihgt:bold;
	font-size:13pt;
	display:inline;
	margin:0;
	padding:0;
}

h3 {
	font-weihgt:bold;
	font-size:11pt;
}

h4 {
	font-weihgt:bold;
	font-size:10pt;
}

h4.line {
	font-weihgt:bold;
	font-size:10pt;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

/* ende ueberschriften */

/* links */

a {
	text-decoration:underline;
	color:#000066;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
	color:#003399;
}


/* ende links */

/* weiter schriftklassen */
.weiss_f {
	font-weight:bold;
	color:#ffffff;
}

.weiss {
	color:#ffffff;
}

.dblau_b {
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}

.dblau_b:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000066;
	text-decoration:underline;
}

.dblau_b-aktiv {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
}

/* ende weitere schriftklassen */

/* formatierungselemente */
div {
	display:inline;
}

/* ----- tabellen ------ */

table {
	display:block;
	margin:0;
	padding:0;
}

th {
	font-weight:bold;
}

table.ohne, tr.ohne, td.ohne {
	border:0;
	border-collapse:separate;
}

table.ohnerand, tr.ohnerand, td.ohnerand {
	border:0;
}

table.rand {	
    border:1px solid #999999;
	margin:0 0 5px 0;
}


table.ergebnisse2 { /* fuer termintabelle */
    margin:0 10px 20px 0;
    padding:2px;
	display:inline-table;
    border-collapse:collapse;
    border:0;
}

table.ergebnisse2 th {
    background-color: #666666;
    color:#ffffff;
    padding:2px;
    border:1px solid #333333;
    text-align:left; 
} 

table.ergebnisse2 td {
    background-color: #ffffff;
    color:#000000;
    padding:4px;
    border:1px solid #333333;
    text-align:left;
}

table.versorger { /* fuer versorgerdaten */
    margin:0 10px 20px 0;
    padding:2px;
	display:inline-table;
    border-collapse:collapse;
}

table.versorger th {
    padding:5px;
    text-align:left; 
	font-weight:bold;
    border:1px solid #999999;
} 

table.versorger td {
    padding:5px;
    text-align:left;
	font-weight:normal;
    border:1px solid #999999;
}

table.ergebnisse2 td.glow {
	background-color:#FFCCCC;
}

table.ergebnisse2 td.glow2 {
	background-color:#ffffff;
}

/* ----- ende tabellen ----- */

/* ---- listenelemente --- */

li.boerse {/* fuer seite links/boersen.html um listenelemente abstand zu geben */
	margin:0;
	padding:0 0 5px 0;
}

/* ---- ende listenelemente --- */

hr {
	width:100%;
	text-align:center;
}

/* ---- bilder ---- */
img {
	border:0;
}

img.logo {
	border:1px solid #999999;
}

img.rechts {
	margin:0;
	padding:0;
	float:right;
	display:inline;
}

/* ---- ende bilder ---- */

.links {
	float:left;
}

.rechts {
	float:rechts;
	display:inline;
	vertical-align:top;
}

/* ende formatierungselemente */

