/* ------------------------------------------------------- */
/*              Stylesheet fuer reinhold-tripp.de          */
/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
/*                      Allgemeine Regeln                  */
/* ------------------------------------------------------- */

body, h1, h2, h3, p, strong, table, th, td, div, ul, li { 
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffe0;
	color: #000;
}

html body {
	padding: 1.2em 2.1em 0.1em 2.1em;
}

h1 {
	color: #830;
	font-size: 150%;
	text-align: center;
}

h2 {
	color: #c63;
	font-size: 100%;
	text-align: center;
}

h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

html p {
	margin: 1.3em 1em 1.6em 1em;
}

html table {
	margin: 0.2em 1em 0.6em 1em;
	empty-cells:show;
}

a:link {
	background-color: #ffffe0;
	color: #830;
	text-decoration: underline;
}

a:visited {
	background-color: #ffffe0;
	color: #c63;
	text-decoration:underline;
}

a:hover {
	background-color: #ffffe0;
	color: #fa4;
	text-decoration:underline;
}

a:active {
	background-color: #ffffe0;
	color: #fa4;
	text-decoration:underline;
}

/* ------------------------------------------------------- */
/*                Besondere Formatierungen                 */
/* ------------------------------------------------------- */

.invisible {
	display:none;
}

.bold {
	font-weight:bold;
}

/* ------------------------------------------------------- */
/*                Regeln fuer Bemerkungen                  */
/* ------------------------------------------------------- */

p.info {
	text-align: center;
}

p.note {
	text-align: center;
}

p.image {
	text-align: center;
}

html p.image,
html p.note {
	font-size: 90%;
}

blockquote {
	font-size: 90%;
}

/* ------------------------------------------------------- */
/*              Regeln fuer den Fussbereich                */
/* ------------------------------------------------------- */

div {
	text-align: center;
}

div.breadcrumbs {
	text-align:left;
	margin: 0px;
	padding: 5px;
	border-color: #444;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

div.navigation {
	margin: 0px;
	padding: 5px;
	border-color: #444;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

div.footer {
	margin: 0.6em 0em 0em 0em;
	font-size: 14px;
}

html div.footer {
	font-size: 90%;
}

/* ------------------------------------------------------- */
/*                 Regeln fuer die Listen                  */
/* ------------------------------------------------------- */

ul.none {
	margin: 0.6em 2.2em 2em 1em;
	padding-left: 0;
	list-style-type:none;
}

ul.none li {
	margin: 0.3em 0em 0.3em 0em;
	list-style-type:none;
}

/* ------------------------------------------------------- */
/*                  Regeln fuer Formulare                  */
/* ------------------------------------------------------- */

html table.form {
	margin: 0.4em 1em 0.6em 3em;
}

html table.form td {   
	padding: 8px 10px 8px 0px;
}

table.form td.data {
	text-align: right;
}

table.form td.colspan {
	text-align: center;
}

table.form input {
	font-family: monospace;
}

table.form option {
	font-family: monospace;
}

table.form select {
	font-family: monospace;
}

table.form textarea {
	font-family: monospace;
}


/* ------------------------------------------------------- */
/*                 Regeln fuer Frageboegen                 */
/* ------------------------------------------------------- */


body.fragebogen ul {
	list-style-type:none;
}

body.fragebogen input {
	margin-right:5px;
}

ul span {
	width:40px;
}


