
/* --------------------------------- */
/* Styles für Standard-HTML-Tags     */
/* --------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: black;
	margin: 20;
	background-color: #FCE3C7;
	overflow: auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
	color: #000000;
	list-style-image: url(../../images/listbullet.gif);
}

ol {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

li {
	font-size: 12px;
	line-height: 20px;
}

A:link, A:visited, A:active {
}

A:hover {
	text-decoration: underline;
	color: #FF8700;
}

a {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

form {
	margin-top: 15px;
}

input, select {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

textarea {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* ----------------------------------- */
/* Benutzerdefinierte Klassen          */
/* ----------------------------------- */

.small {
	font-size: 8px;
}

td.navigation {
	font-size: 12px;
	background-color: #FCE3C7;
}

td.adress {
	font-size: 11px;
	background-color: #FCE3C7;
}

td.caption {
	background-color: #FF8700;
}

td.footer {
	background-color: #FF8700;
	color: #FFFFFF;
	font-size: 11px;
}

td.contact-form {
	font-size: 12px;
	background-color: #FCE3C7;
}

a.adress {
	font-size: 11px;
}

a.navigation {
	text-decoration: none;
}

ul.checklist {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../../images/check.gif);
}

p.title {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

	
.button {
	background-color: #FCE3C7;
}

.img-legend {
	font-size: 11px;
	margin-top: 8px;
}

.active-theme {
	color: #FF8700;
	font-weight: bold;
	font-size: 12px;
}
