.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #343434;
	margin: 0 0 50px 0;
	padding: 0px;
	text-align: left;
}

.content table, 
.content tr, 
.content td {
	color: #000000;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 150%;
	font-size: 13px;
	border: none;
	border-collapse: collapse;
}

.content th,
.content td {
	margin: 0;
	padding: 4px;
	border: 1px solid black;	
}
.content table p {
	margin: 0;
	padding: 0;
}
.content .noborder th,
.content .noborder td {
	border: none;
}

.content a {
	color: #506A7D;
	text-decoration: underline;
}
.content p {
	margin: 0px;
	padding: 0 0 25px 0;
}
.content img {
	margin: 20px;
}

.content h1 {
	margin: 25px 0 13px 0;
	color: #6D889C;
	font-size: 18px;
	line-height: 110%;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #C4DAF2;
}
.content h2 {
	margin: 25px 0 13px 0;
	color: #454545;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 0;
	border-bottom: 1px solid #C4DAF2;
}
.content h3 {
	margin: 20px 0 6px 0;
	color: #6D889C;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 2px;
}
.content h4 {
	margin: 20px 0 6px 0;
	color: #454545;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0;
}
.content h5 {
	margin: 20px 0 6px 0;
	color: #6D889C;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 2px;
}
.content h6 {
	margin: 20px 0 6px 0;
	color: #454545;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 0;
}
.content address {
	font-size: 12px;
}
/** Speziell für den Editor **/
.content-edit {
	padding: 3px;
}

.content-edit .noborder td, 
.content-edit .noborder th, 
.content-edit .noborder table {
	border: 1px dotted #999999 !important;
}

.content-edit .editable {
	border: 1px solid #FF9900;
}

/** SITEMAP **/
.sitemap {
	margin-top: 20px;
}
.sitemap ul  {
	list-style-type: square;
	color: #ccc;
	padding: 0 0 0 10px;
	margin: 0 0 15px 5px;
}
.sitemap ul li {
	margin: 0 0 10px 0;
}
.sitemap ul ul {
	list-style-type: none;
	padding: 0;
}
.sitemap li li {
	padding: 2px 0 2px 1px;
	margin: 0 0 0 10px;
	border-left: 1px solid #ccc;
}
.sitemap li li a {
	background: #fff url("/design/lineg-internet/img/liste_sitemap.gif") 0 8px no-repeat;
	padding-left: 20px;
}
