/* Print CSS */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: white;
	text-align: left;
}
a {
	color: #ab1526;
	text-decoration: none;
}
a img {
	border: none;
	outline: none;
}
h1 {
	font-size: 20px;
	color: #444;
	margin-bottom: 20px;
}
h1.marginleft {
	margin-left: 360px;
}
p {
	margin: 20px 0;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	text-align: justify;
}
span.red {
	color: #ab1526;
}
span.grey {
	color: #aaa;
}
div.clear {
	clear: both;
}
p.news-single-imgcaption,
p.csc-caption {
	margin: 2px 0 20px 0;
	text-align: left;
}

/* DIV Container */
div#all {
	width: 640px;
	background-color: white;
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
}
div#all_inner {
	margin: 20px 10px 10px 10px;
}
div#right {
	display: none;
}
div#menu_main {
	display: none;
}
div#image {
	margin: 65px 0 0 0;
}
div#content {
	margin: 42px 0 0 0;
}
div#content_inner {
}
table.imgtext-table {
	padding-right: 10px;
}

/* Haupt Menü */
div#right ul {
	display: none;
}

/* News */
	/* Liste */
div.news-list-item h1 {
	margin: 0;
	font-size: 16px;
}
div.news_subtitle {
	padding: 0 0 0 40px;
}
div.news-list-item p.bodytext {
	display: inline;
	color: #999;
}
div.news-list-item div.clear {
	margin-top: 20px;
}

/* Artikel-Services */
div.service {
	display: none;
}
