*{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	}

body {
	/*background-color: white #8A9DA4 white #B5AE85*/;
	color: #66111A /*#C3212C #953002*/;
	background-color: #C6C8C8/*#B5CA01*/;
	}

body.white {
	background-color: white;
	}
	
H1 {
	font-size: 24;
	font-weight: bold;
	color: black/*white*/;
}

H2 {
	font-size: 20;
	font-weight: bold;
	color:black/*white*/;
}

H3 {
	font-size: 18;
	font-weight: bold;
	font-style: italic;
	color: black/*white*/;
}

H4 {
	font-size: 13;
	font-weight: bold;
	font-style: italic;
	color: black/*white*/;
}
a {
	text-decoration : none;
	color: black/*#F7F4C7*/;
}

a.ank {
	color: black/*#F7F4C7*/;
}
a.imp {
	text-decoration : none;
	color: black/*white*/;
	font-size: 18;
	font-family: Arial;
}
a.preis {
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	color: black/*#F7F4C7*/;
}
.edit {
	font-size: 12;
	font-weight: bold;
	color: black/*white*/;
}

.button {
	font-style: normal;
	font-weight: bold;
	color:#FDF5E6;
	background-color: red;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
