.content-module {
	overflow: hidden;
	display: inline;
}
.content-module .content-section {
	clear: both;
	margin-bottom: 16px;
	padding: 0 16px;
	overflow: hidden;
	position: relative; /* ie6 fix for showing bottom border for h1 and h2 */
}
.content-module .content-section h1 {
	padding: 10px 16px;
	margin: 0 -16px 10px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}
.template-sitemap .sitemap-content-module {
	margin: 0;
}
.template-sitemap .sitemap-content-module h1{
	margin: 0;
}
.template-sitemap .sitemap-content-module .sitemap-link-list {
	width: 286px;
	float: left;
	display: inline; /* ie double margin fix */
	padding-top: 10px;
	margin-left: 16px;
}
.content-module .content-section .sitemap-link-list ul {
	padding: 0;
	margin: 0;
}

.content-module .content-section .sitemap-link-list ul li {
	list-style: none;
	margin-left: 0px;
}

.content-module .content-section h2 {
	margin: 5px 0 16px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.content-module .content-section h2 a,
.content-module .content-section h2 span {
	font-size: 11px;
	font-weight: normal;
}

.content-module .content-section h2 .read-more-link {
	margin-left: 12px;
}

.content-module .content-section h3 {
	margin: 3px 0;
}

.content-module .content-section .picture-left {
	margin: 0 5px 5px 0;
	float: left;
}

.content-module .content-section .picture-right {
	margin: 0 0 5px 5px;
	float: right;
}

.content-module .content-section .picture-center {
	text-align: center;
}

.content-module .content-section .picture-comment {
	clear: both;
}

.content-module .content-section .picture-comment {
	display: block;
}

.content-module .content-section p {
	margin: 8px 0;
}

.content-module .content-section p.intro {
	font-weight: bold;
}
.content-module .content-section ul li
{
	margin: 0 32px;
	list-style: disc;
}
.content-module .content-section .linklist
{
	margin: 0 18px;
	list-style: none;
}
.content-module .content-section table {
	margin: 5px 0 16px;
	border: 1px solid #fff; /* ie6 & 7 lack support for border-style: hidden;, therefore this border that overrules the other borders! */
	border-style: hidden;
	border-collapse: collapse;
}
.content-module .content-section table th {
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
	padding: 5px;
	text-align: center;
}
.content-module .content-section table td {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
.content-module .content-section table.full-width {
	width: 100%;
}
.content-module .content-section dl
{
	overflow: hidden;
	margin: 5px 0 16px;
}
.content-module .content-section dl dt {
	float: left;
	clear: left;
	width: 160px;
	margin: 3px 0 0;
	width: 30%;
}
.content-module .content-section dl dd {
	float: left;
	width: 66%;
	padding: 0 4px 0 0;
	font-weight: bold;
	margin: 3px 0 0;
}

.content-module .content-section .file-link {

}

.content-module .flash-player {
	margin-top: 5px;
}

.content-module .company-picures {
	margin-top: 5px;
}

.content-module .company-picures .company-picure {
	width: 75px;
	height: 75px;
}
	
.company-content-module .company-logo {
	display: block;
	margin-top: 5px;
}

.company-content-module dl.addresses {
	margin-top: 16px;
}

.company-content-module dl.addresses dt {
	font-weight: bold;
	margin-bottom: 5px;
	width: 140px;
}

.company-content-module dl.addresses dd {
	font-weight: normal;
}

.company-content-module dl.addresses a {
	text-decoration: underline;
}

.company-content-module .company-news {
	list-style: none;
}

.company-content-module .company-news .news-item {
	margin-bottom: 5px;
}

.company-content-module .company-news .news-item-summary {
	margin: 0;
}

.company-content-module .company-news .news-item-data {
	color: #999;
}

.job-content-module .company-logo {
	float: right;
	height: 60px;
	margin-top: -82px;
}

.two-column .content-module h1 {
	margin: 15px -16px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 16px 11px;
}
