@charset "utf-8";
/*
Farbwerte
dunkel-gruen:	#316224;
hell-gruen:		#daeac9
*/
body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color:#316224;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

div.bereich{
	color:#000;
	font-size:24px;
	text-align:right;
	font-weight:bold;

}

#headoben, #sprachauswahl,div#main-menu ,div#right-content {
	    display:none;
		visibility:hidden;
}

#header { 
	/* background:#fff url(../friedhofsysteme/fotos/header_eqar.jpg) no-repeat; */
	background:#fff;
}

#header #logo {
	float: left;
	margin: 5px 0 5px 10px;
}

#header #claim {
	padding: 110px 0 0 204px;
}

#header #claim h1 {
	color:#000;
	font-size:14px;
}


div#footer {
	background-color:#fff;
	height:25px;
	margin: 20px 0 0 0;
	padding:5px 0 0 10px;
	color:#000;
}

/*  TEXTPIC plus Bildunterschrift */


DIV.csc-textpic .csc-textpic-intext-right dd.csc-textpic-caption {text-align:right;}
 
/*  TEXTPIC plus Bildunterschrift */ 

div#inner-content {
	width:100%;
}

div#inner-content #Bereich {
	text-align:left;
	color: #000;
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-decoration: underline;
}

div#inner-content h1 {
	margin: 10px 0 10px 0;
	font-size:14px;
}

div#inner-content img{
	margin:15px 10px 0 0;
}
div#inner-content p{
		margin:10px 0 0 0;
}
div#inner-content ul li{
	margin:0 0 10px 25px;
}

div#inner-content .csc-textpic.csc-textpic-intext-left-nowrap img {
	float:left;
	margin:0 10px 0 0;
}

/* Formmail Kontaktformular */
form#mailform {
	margin: 0 0 50px 0;
}
form#mailform .csc-mailform-field {
        margin: 30px 0 0 0;
	clear:both;
}
form#mailform label{
	float: left;
	width: 150px;
}
form#mailform input, form #mailform textarea{
	width:200px;
	height:20px;
	float:left;
	/* margin:0 0 0 200px; */
}
form#mailform textarea{
	height:150px;
}
/* Formmail Kontaktformular */



