/*###################################################################*/
/* comens - braille.css                                              */
/*-------------------------------------------------------------------*/
/* Copyright 2005:                                                   */
/* Version: 2005-12-30                                               */
/*###################################################################*/

/* Farben auf comens.de

hellgelb:
#ead989; 

senfbraun:
#a56f02; 

70er Jahre Lackrot:
#6e0202; 

Graphitgrau: 
#696d78; 

Logoschriftanthrazit:
#333c45; 

Hellgrau:
#e6e6e8; 

*/


/*---------------------------------------------------------------------
| Grundeinstellungen
---------------------------------------------------------------------*/

*.no_b {
	display: none;
}

body {
	padding-bottom: 1em;
	font-family: verdana,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	background-color: #f9f9f9;
}

div#canvas {
	max-width: 60em;
}

/*---------------------------------------------------------------------
| Kopfzeile
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
| Hauptteil
---------------------------------------------------------------------*/

table.fliesstext {
	margin: 2em auto;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.fliesstext tbody tr * {
	vertical-align: top;
}

table.fliesstext tr * {
	padding: 0px 0.4em;
	border: 1px solid #000;
}

table caption {
	caption-side: bottom;
	margin: 0.3em;
}

thead {
	text-align: center;
}

tbody th {
	text-align: left;
}

tr.summe * {
	font-weight: bold;
}

td.waehrung {
	text-align: right;
	white-space: nowrap;
}

div.infokasten_rechts {
	margin: 1em;
}

div.infokasten_rechts div.innen {
	border: 2px solid #000;
	padding: 0.5em;
	background-color: #ddd;
	color: #000;
}

p.ueberschrift {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
}


/*---------------------------------------------------------------------
| Qualitaetssiegel
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
| Fusszeile
---------------------------------------------------------------------*/
