body {
	color: #000;
	background-color: #faf3da;
	font-family: Arial;
	font-size: 11px;
	line-height: 1.5em;
}

h1 {
	margin-bottom: 40px;
	color: #5C3116;
	font-size: 28px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	line-height: 1.3em
}

h2 {
	margin: 30px 0px 10px 0px;
	color: #5C3116;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.2em
}

p {
	margin-bottom: 10px;
}

table tr td p {
	margin: 0px;
}

a {
	color: #5C3116;
}

a:hover, a:focus {
	text-decoration: none;
}

/* ############################## */
/* ######### Produkte ########### */
/* ############################## */

#col1_content img {
	padding: 2px;
	border: 1px solid #999;
}

.csc-textpic {
	margin-bottom: 40px;
}

div.csc-textpic-intext-left .csc-textpic-text, div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 10px;
}

.csc-textpic-caption {
	margin: 5px !important;
}

.csc-textpic-clear {
	margin-bottom: 30px;
}


/* ############################## */
/* ###### Kontaktformular ####### */
/* ############################## */

.csc-mailform-field {
	width: 500px;
	float: left;
	margin-bottom: 10px;
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 80px;
}

.csc-mailform-field input {
	float: left;
	width: 300px;
}
.csc-mailform-field textarea {
	float: left;
	width: 300px;
}

.csc-mailform-field #mailformformtype_mail {
	width: 100px;
	margin-left: 79px;
}