table.content_element {
	width: 100%;
	border-bottom: 1px dotted #757575;
	margin-bottom: 9px;
	clear: both;
}
td.content_element_left {
	padding: 0px 4px 2px 4px;
	text-align: left;
}
td.content_element_right {
	padding: 0px 10px 2px 4px;
	text-align: right;
	vertical-align: bottom;
}

div.content_element_2, div.content_element_3 {
	margin-bottom: 5px;
	padding: 0px 4px 2px 4px;
	border-bottom: 1px dotted #757575;
	clear: both;
}
div.content_element_2 {
	text-align: right;
}
div.content_element_3 {
	text-align: left;
}

span.title {
	font-size: 13px;
	color: #517393;
}
span.title_2 {
	font-size: 13px;
	color: #5a5a5a;
}
span.subtitle {
	font-weight: bold;
}
span.subtitle_2 {
	font-weight: bold;
	color: #526174;
}

span.preis
{
	font-size: 14px;
	font-weight: bold;
}

div.content {
	padding: 0px 30px 0px 4px;
	text-align: justify;
}

img.image_left, img.image_right, img.image {
	border: 5px solid #ebebeb;
}
img.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.image_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

table#searchform_home {
	border-bottom: 1px dotted #757575;
	width: 100%;
}
td#searchform_home_left {
	width: 200px;
	padding: 0px 0px 2px 10px;
}
td#searchform_home_right {
	padding: 0px 0px 3px 0px;
}

table#searchform {
	margin: 9px 0px 4px 0px;
	margin-left: auto;
}
td#searchform_right {
	padding: 0px 0px 0px 10px;
}

input.input_box_home {
	width: 190px;
	border: 1px solid #757575;
	padding: 2px;
}
input.input_box {
	width: 140px;
	border: 1px solid #757575;
	padding: 2px;
}

div.box_home_title {
	margin-bottom: 9px;
	padding: 2px 4px 2px 4px;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px dotted #757575;
	background-color: #ebebeb;
}
div.box_home_content {
	padding: 10px;
}

form.form_default {
	margin: 0px;
}
input.input_text_default {
	border: 1px solid #757575;
	margin-bottom: 2px;
}
input.input_text, select.select_default, textarea.textarea_default {
	border: 1px solid #757575;
	width: 200px;
	padding: 2px;
}
input.input_text {
	margin-bottom: 2px;
}
.button {
	border: 1px solid #757575;
	color: #ffffff;
	background-color: #788595;
	height: 18px;
}

table.table_data {
	width: 100%;
}
table.table_data td {
	padding: 6px;
	border-bottom: 1px dotted #000000;
}
table.table_data tr.zebra_ying {
	background-color: #e5e5e5;
}
table.table_data tr.zebra_yang {
	background-color: #ffffff;
}
table.table_data div {
	margin-top: 5px;
}

/* styles fuer diramar */
div.dirstyle input, div.dirstyle textarea, div.dirstyle select {
	border: 1px solid #757575;
	padding: 2px;
}
div.dirstyle input.d-form-button {
	border: 1px solid #757575;
	color: #ffffff;
	background-color: #788595;
	height: 18px;
}
.dirstyle input.d-form-radio {
border:none;
}
.dirstyle input.d-form-check {
border:none;
}
