body, td, th {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #8d481a;
	font-size: 12px;
}

a img {
	border: none;
}

ul.inline {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

ul.inline a img {
	display: block;
	border: none;
}

#subnavigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#subnavigation ul li {
	background-image:url(../images/sub_line.png);
	background-position:0px bottom;
	background-repeat:no-repeat;
	padding:5px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;	
}
#subnavigation a {
	display: block;
	width: 180px;
	color: #8d481a;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #C76625;
}

#subnavigation a.active {
	color: #d22a2a;
}

#content_title h1 {
	font-size: 18px;
	font-weight: bold;
}

#content_text {
}

#content_text h1 {
	color:#D43737;
	font-size:16px;
	margin:5px 0px;
	padding-left: 20px;
	font-variant: small-caps;
	font-weight: bold;
	background-image: url(../images/h1_pic.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#content_text h2 {
	font-size: 14px;
	font-weight: bold;
}

#content_text h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#content_text p {
	margin: 0px 0px 10px;
}

#content_text a {
	color: #d22a2a;
	text-decoration: underline;
}

#content_text a:hover {
	color: #FFFFFF;
	background-color: #d22a2a;
	text-decoration: none;
}

#content_text ul {
	list-style-type: square;
}

#content_text ul li {
	margin-left: 30px;
}

#content_text .irp_border {
	border:1px solid #DDDDDD;
	padding:1px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Formularfelder */
#content_text input, #content_text textarea, #content_text select {
	border: 1px solid #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	padding: 1px;
}
#content_text table.kontaktformular {
}
#content_text table.kontaktformular td {
	padding: 3px;
}
#content_text tr.ocfm_error td {
	background-color: #FFCCCC;
}
#content_text input.ocfm_error , #content_text select.ocfm_error, #content_text textarea.ocfm_error {
	border: 1px solid #FF0000;
}
#content_text img.ocfm_img {
	border: 1px solid #666666;
	padding: 1px;
}
