@charset "utf-8";

/*
	bg alt: #F7F7F7
	bg neu: #E9E9E9
*/



/* Defaults */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5,p,ul,ol { 
	padding: 0; 
	margin: 0;
}
ol {
	padding: 0 0 10px 16px;
}
ol li {
	list-style-type: decimal;
	margin: 2px 0 2px 10px;
}
ul { 
	padding: 0 0 10px 16px; 
}
ul li { 
	padding: 2px 0 2px 10px;
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #007DB7;
}
a:hover {
	/*text-decoration: underline;*/
	background-color: #007DB7;
	color: #ffffff;
}
hr { 
	display:none; 
}
a img {
	border:none;
}

#header {
	padding: 10px 0 10px;
	border-bottom: 1px solid #999999;
}

#header .printlogo {
	display: block;
}



ul.pagenav,
ul.lang,
ul.nav,
ul.nav ul,
ul.nav2,
ul.nav2 ul,
#content #col-2,
#header .logo {
	display: none;
}

#content,
#content #col-2,
#container {
	width: 100%;
	line-height: 16px;
	width: 100%;
}


/* Classic Content */

h1,h2,h3 { 
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #666666;
	margin: 14px 0 10px;
}
p.align-justify {
	text-align: justify;
}
.csc-textpic-caption {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}





#footer {
	line-height: 30px
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #999999;	
}
#footer span {
	float: left;
	font-size: 11px;
	font-style: normal;
	padding: 0 12px;
}

#footer ul {
	float: right;
	margin-right: 17px;
	padding: 0;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
}
#footer ul li a {
	border-bottom: 1px dotted #666666;
	color: #666666;	
	font-size: 11px;
	background: none;
}
#footer ul li a:hover {
	text-decoration: none;
}


/* Form */

.csc-mailform { 
	border: none; 
}
#mailform label { 
	float: left; 
	width: 180px; 
}
#mailform input { 
	margin: 0 0 5px 0; 
	padding: 1px 0 0 1px;
	border: none;
	width: 160px;
	height: 18px;
	background: #ffffff; 
}	
#mailform textarea { 
	margin: 0 0 5px 0; 
	padding: 1px 0 0 1px; 
	border: none; 
	width: 300px; 
	height: 80px;  
	background: #ffffff; 
}
#mailform .csc-mailform-submit { 
	width: 95px; 
	height: 20px; 
	padding: 0 0 4px 0; 
	font-weight: bold; 
	background: #ddd; 
	margin: 0 0 0 180px;
}

/* news neu */

.news-list-item,
.news-single-item,
.news-list-item-first {
	background: #ffffff;
	margin: 0 0 10px 0;
}
.news-latest-item {
	clear: both;
	padding: 0 0 4px 0;
}
.news-latest-item h4 {
	padding: 2px 0 2px 0;
}
.news-list-item-first {
	overflow: hidden;
	
}
.news-list-item-first p.bodytext,
.news-list-item .news-list-item-text,
.news-single-item .news-single-item-text {
	padding: 15px;
}
.news-list-item .news-list-item-image,
.news-latest-item .news-latest-item-image,
.news-single-item .news-single-item-image {
	float: left;
	margin: 0 10px 0 0;
}
.news-list-item hr.clearer {
	display: block;
	clear: both;
	border: 0;
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;	
}

.news-list-item-head,
.news-single-item-head {
	padding: 10px 0 10px 15px;
}
.news-list-item-head h1,
.news-single-item-head h1 {
	font-size: 18px;
	margin: 0;
	border: 0;
}
.news-list-item-head h1 a,
.news-single-item-head h1 a {
	color: #000000;
	background: none;
}
.news-list-item-head .news-list-date,
.news-single-item-head .news-single-date {
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.news-list-item-head .news-list-rooftitle,
.news-single-item-head .news-single-rooftitle {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.news-single-backlink {
	padding: 0 0 15px 15px;
}

p.news-single-imgcaption {
	width: 210px;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 15px;
	line-height: 12px;
}

