/*###################################################################*/
/* comens - handheld.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
---------------------------------------------------------------------*/

* {
	margin: 0px;
	border: none;
	padding: 0px;
}

*.no_h {
	display: none;
}

body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	background-image: url(comens_logo_handheld.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#canvas {
	margin-top: 35px;
	padding: 0px 2px;
}

hr {
	display: none;
}

a {
	color: #000;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px dashed #a56f02;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dashed #696d78;
}

a:hover, a:focus {
	color: #000;
	background-color: #ead989;
	border: 1px solid #a56f02;
}	


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

div#navigation {
	margin: 5px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0px;
}

p#breadcrumbs {
	margin: 5px 0px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

div#navigation ul {
	list-style-type: none;
	margin-left: 0px;
}

div#navigation li {
	display: inline;
}

div#navigation ul a {
	display: block;
}

p#navititel_gesamt {
	margin-top: 5px;
	text-align: center;
}

p#navititel_haupt, p#active_section {
	margin: 10px 0px 5px 5px;
}

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

h1 {
	margin: 5px 0px;
	font-size: 1.2em;
}

h1 a {
	border: none;
}

h1 a:hover,
h1 a:focus {
	border: none;
	background-color: transparent;
}

h2 {
	margin: 5px 0px;
	font-size: 1.1em;
}

h3 {
	margin: 5px 0px;
	font-size: 1em;
}

ul {
	margin-left: 15px;
	list-style-type: square;
}

p {
	margin: 5px 0px;
}

table {
	margin: 5px 0px;
	border: 1px solid #a56f02;
	border-collapse: collapse;
}

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

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

table caption {
	caption-side: bottom;
}

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: 5px 0px;
}

div.infokasten_rechts div.innen {
	border-left: 3px solid #a56f02;
	padding-left: 3px;
	color: #000;
}

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


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

div#qualitaetssiegel {
	margin: 5px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

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