/*###########################
### Body 
########################## */
body {
	background-color: #EEEEEE;
}

div.correctIE {
	text-align: center;
}

div.website {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}


/*###########################
### Header 
########################## */
div.header {
}

div.header_logo {
	width: 150px;
	height: 150px; 
	float: left;
}

div.header_cross {
	width: 5px;
	height: 150px;
	float: left;
}

div.header_banner {
	float: right;
	width: 795px;
	height: 150px;
}

div.header a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	width: 264px;
	display: block;
	height: 40px;
	float: left;
	position: relative;
	top: 109px;
	text-align: center;
	line-height: 40px;
}

div.cross {	
	height: 5px;
	line-height: 5px;
	font-size: 1px;
}


/*###########################
### Navigation 
########################## */
td.navigation {
	width: 150px;
	padding-top: 10px;
}

td.navigation a {
	font-family: Verdana;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	display: block;
	text-indent: 5px;
	margin-top: 1px;
	border-bottom: 1px dotted #999999;
}
td.navigation a:hover {
	text-decoration: underline;
	color: #000000;
}

td.navigation a.mainnav {
	color: #000000;
}

td.navigation a.subnav {
	color: #000000;
	
	
	text-align: right;
	padding-right: 7px;
	border: none;
}

div.subnav {
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
	padding-bottom: 10px;
}

td.nav_cross {
	width: 5px;
}


/*###########################
### Inhalt 
########################## */
td.content {
	width: 775px;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

table.content {
	padding: 0px;
}

.csc-header {
	padding: 0px !important;
	margin: 0px !important;
	font-family: Verdana !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

/*###########################
### News
########################## */
.clearing {
	clear: both;
}

.news-latest-container {
	margin-top: 20px;
	border-bottom: 1px solid #000000;
}

.news-latest-item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #000000;	
	padding-left: 10px;
}

.newsheader a {
	float: left;
	text-decoration: underline;
	font-size: 14px;
	color: #000000;
}
.newsheader a:hover {
	text-decoration: none;
}

.newsheader span {
	float: right;
	margin-right: 20px;
}

.newsheader span a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.news-list-container,
.news-single-item {
	margin-top: 20px;
}

.news-list-item {
	margin-bottom: 8px;
}

.news-list-date {
	display: block; 
	float: left;
	text-size: 12px;
	width: 90px;
}

.news-list-item a {
	text-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.news-list-item a:hover {
	text-decoration: none;
}

