body, .htmlarea-content-body{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;  
	font-size:16px; 
	line-height:140%;
}

h1 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
	line-height:100%;
	margin:0;
	color:#70002e;
	font-size:18px;
	margin-bottom:15px;
} 

#inhalt_3_Spaltig h1{
	font-size:16px;
    margin-top: 5px;
}
#inhalt_rechts h1{
	font-size:14px;

}

h3 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; 
	line-height:100%;
	color:#21477e;
	font-size:14px;
	margin-bottom:5px
}


h4 {
	padding-bottom:5px;
	margin:0;
}
h4 a:link, h4 a:visited,  #formhandler_contact_form #submit, #formhandler_contact_form #submit:visited, .tx-indexedsearch-searchbox-button, .powermail_submit {
	background: #3f6a9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f6a9e 0%, #1f437a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6a9e), color-stop(100%,#1f437a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f6a9e 0%,#1f437a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f6a9e 0%,#1f437a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f6a9e 0%,#1f437a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f6a9e 0%,#1f437a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6a9e', endColorstr='#1f437a',GradientType=0 ); /* IE6-9 */	
	height: 100%;
	padding:4px 5px;
	font-size:12px;
	text-decoration:none;
	color: #fff;
	font-weight:normal;
	border:none;
	width:auto;
}

.tx-indexedsearch-searchbox-button{
	height: auto;
}

h4 a:after,  #formhandler_contact_form #submit:after, .tx-indexedsearch-searchbox-button:after {
	content:" \00bb";
}

h4 a:hover, #formhandler_contact_form #submit:hover, .tx-indexedsearch-searchbox-button:hover{
	background: #1f437a; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f437a 0%, #3f6a9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f437a), color-stop(100%,#3f6a9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f437a 0%,#3f6a9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f437a 0%,#3f6a9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f437a 0%,#3f6a9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f437a 0%,#3f6a9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f437a', endColorstr='#3f6a9e',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}


h4 a:active, #formhandler_contact_form #submit:active, .tx-indexedsearch-searchbox-button:active{
	text-decoration:none;
	color:#fff;
}

h5 {
	padding-bottom:5px;
	margin:0;
	font-size:14px;
	font-weight:normal;
	float:left;
	width:100%;
}
h5 a{
	float:left;
	width:auto;
}
h5 a:before{
	content:"\00bb\0020";
}
#main h5 a:after, .htmlarea-content-body h5 a:after{
	content:"";
	background:url(../images/Icon_pdf.png) no-repeat;
	float: right;
    height: 23px;
    margin-left: 11px;
    margin-top: -3px;
    width: 25px;
}

h6 {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    margin-bottom: 20px;
	margin-top:0px;
    width: 100%;
	font-weight:normal;
	min-height:20px;
}

.htmlarea-content-body h6{
	border-bottom:1px solid #999;
}

p{
	margin:0;
}

p.align-center{
	text-align:center;
}
p.align-right{
	text-align:right;
}
p.align-justify{
	text-align:justify;
}

/* links definition */
a,a:link, a:visited {color:#70002e; text-decoration:none;}
a:active
a:hover, a:hover{color:#70002e; text-decoration:underline;}
a:hover{color:#70002e; text-decoration:underline;}

footer{
	color:#fff;
	font-size:12px;
}

footer h1{
	color:#fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}

footer a:link, footer a{
	color:#fff;
}
table{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	
}