body,
body p,
body li,
body ul
{
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}


/* ********************************* */
/*   Ueberschriften					 */ 
/* ********************************* */

h1, h2, h3 {	
	margin: 0px 0px 20px 0px;
	color: rgb(184,134,11);
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
}

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #008200;
}

a
{
	color: rgb(184,134,11);
	text-decoration: none;
}

a:hover {
	text-decoration:underline; 
}

a img {
	border: none;
}

.element-form,
.element-text,
.element-uploads,
.element-textbild,
.element-image,
.element-html {
/* 	margin-bottom: 30px; */
}

.element-text ol,
.element-textbild ol,
.element-text ul,
.element-textbild ul,
.element-text p,
.element-textbild p {
	margin-bottom: 15px;
}

.element-text ol,
.element-textbild ol {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 30px;
}

.element-uploads ul,
.element-text ul,
.element-textbild ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.element-uploads ul li,
.element-text ul li,
.element-textbild ul li {
	padding-left: 15px;
	background-image: url('../img/dash.gif');
	background-position: left 7px;
	background-repeat: no-repeat;
}

.element-textbild img,
.element-image img {
	float: left;
	margin: 4px 20px 35px 0px;
}

.element-uploads span,
.element-uploads a {
	margin-right: 5px;
}


/* ******************************** */
/* Teasersection					*/
/* ******************************** */

#teaser-section .element-text,
#teaser-section .element-textbild,
#teaser-section .element-image
{
	margin-bottom: 20px;
}
#teaser-section h2
{
	font-weight: normal;
}


/* ******************************** */
/* Homepage  						*/
/* ******************************** */

body#homepage .element-html {
	float: left;
	margin-right: 23px;
}

body#homepage .element-html a {
	margin-right: 25px;
	text-decoration: none;
}

body#homepage .element-html a.last {
	margin-right: 0px;
}

body#homepage .element-image {
	margin: 0px;
}

body#homepage #teaser-section h2 {
	color: #878787;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px solid #878787;
	padding-bottom: 3px;
	margin-bottom: 5px;
}



div.accessible_mailform {
	margin: 20px 0px;
	padding: 10px 15px;
	border: 1px solid #008200; 
}

