
body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

#divLogo h1{
	display: none;
}

h1 {
	font-size: 11px;
	font-weight: bold !important;
	color: #e75112;
}

h1, p {
	margin-bottom: 13px;
}

h2 {
	font-size: 11px;
	color: #e75112;
	font-weight: normal;
}

h2.abstandMinus {
	margin-bottom: -2px;
	padding-bottom: 1px;
}

h3 {
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	margin-bottom: -5px;
}

.abstandHdrei {
	margin-top: -10px;
	margin-bottom: 13px;
}

/*Überschrift schwarz bold im Text*/
.cplus {
	font-weight: bold;
	margin-bottom: -6px;
}
/* Ende Überschrift schwarz bold im Text*/

a {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #6B5C4F;
}

.schwarz {
	color: #000000;
}

.orange {
	color: #e75112;
}

.grau {
	color: #6B5C4F;
}

.bold {
	font-weight: bold;
}

/*Aufzählungen im divText*/
#divText ul {
   list-style: none;
	margin: 0px;
	padding: 0px;
}

#divText li {
	background-image: url(../image/list_hell.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 20px 0px 15px;
}
/* Ende Aufzählungen im divText*/

/* Link-Aufzählungen im Text*/
#divListeLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divListeLinks li {
	padding: 0px 0px 3px 16px;
	background-image: url(../image/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#divListeLinks.kontakt {
/*	margin-top: -54px;*/
}

#divListeLinks.imageText {
	margin-left: -58px;
}
/* Ende LinkAufzählungen im Text*/

/*Aufzählung Marginal*/
#divMarginal ul {
	width: 100%;
   list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divMarginal li {
	background-image: url(../image/list_dunkel.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 20px 0px 15px;
}

#divMarginal li.link {
	list-style-type: none;
	background-image: url(../image/pfeil.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 0px 20px 0px 15px;
}

.aufzaehlungMarginal {
	margin-left: -14px;
}
/*Ende Aufzählung Marginal*/

.textlink {
	background-image: url(../image/pfeil.gif) !important;
	background-position: 0px 6px !important;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
}

.image {
	float: right; 
}

.datum {
	float: left;
	width: 80px;
	font-weight: bold;
}

.meldung {
	font-weight: normal;
}

/* Abstände */

.abstandAdresse {
	float: left;
	width: 60px;
}

.abstandImpressum {
	float: left;
	width: 130px;
}

.zweizeiler {
	height: 23px;
}
.dreizeiler {
	height: 46px;
}

.abstandZeileMinus {
	margin-top: -12px;
}

.abstandZeilePlus {
	margin-top: 30px;
}

.abstandTeamBild {
	margin-top: 15px;
}

.abstandAnfahrtsskizze {
/*	margin-top: 30px;*/
}

