/* ### ANFANG: Allgemeines ### */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
td {
	color: #000000;
	valign: top;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
p {
	/*line-height: 16px;*/
	padding: 0px 0px 10px 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
h4 {
	font-size: 13px;
	padding: 10px 0px 15px 0px;
}
ol {
	padding: 0px 50px 20px 50px;
}
li {
	padding: 10px 0px 0px 0px;
}
hr {
	noshade: noshade;
	color: #CA3436;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFDD44;
}
a:active {
	text-decoration: none;
	color: #FFDD44;
}
.center {
	text-align: center;
}
.box {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CA3436;
}
.preis {
	font-size: 16px;
	font-weight: bold;
	color: #CA3436;
}
.sternchen {
	font-size: 10px;
}
.email {
	text-decoration: underline;
	color: #CA3436;
}
/* ### ENDE: Allgemeines ### */

/* ### ANFANG: Forms ### */
.input {
	background-color: #CCCCCC;
	color: #000000;
	height: 24px;
	border: 3px solid #CCCCCC;
	padding: 0px;
}
.dropdown {
	background-color: #CCCCCC;
	color: #000000;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
textarea {
	background-color: #CCCCCC;
	color: #000000;
	border: 4px solid #CCCCCC;
	padding: 0px;
}
.button {
	background-color: #CA3436;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0px;
}
/* ### ENDE: Forms ### */

/* ### ANFANG: Logo ### */
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	z-index: 90;
}
.logo img {
	display: block;
	padding: 0px 0px 5px 0px;
}

