* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

body {
	position: relative;
	height: 100%;
	width: 600px;
	color: #fff;
}

html>body {
	width: 600px;
	height: auto;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_page {
	width: 600px;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		float: left;
		width: 600px;
	}
	
	.header_print {
		float: left;
		margin-bottom: 15px;
	}
	
	.mmenu1 {
		display: none;
	}

	/*##############################################################*/
	/* left
	/*##############################################################*/
	.layout_left {
		display: none;
	}
	
	.mmenu2 {
		display: none;
	}
	
	/*##############################################################*/
	/* content
	/*##############################################################*/
	.layout_content {
		float: left;
	}
	
	.csc-textpic-imagewrap {
		float: left;
	}
	
	/*##############################################################*/
	/* right
	/*##############################################################*/
	.layout_right {
		float: left;
	}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		display: none;
	}
	

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	color: #003D6E;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 5px 5px 9px 5px;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.print_header {
	position: absolute;
	text-indent: -9999em;
	width: 0;
	height: 0;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.impressum {
	font-size: 8pt;
	line-height: normal;
}

/*##################################################################*/
/* tt_news
/*##################################################################*/

.news-latest-img, .news-single-img {
	float: left;
}

.news-latest-img img, .news-single-img img {
	width: 250px;
	height: 187px;
	}
	
.news-single-header, .news-latest-header {
	float: left;
	margin: 0;
	}

.news-latest-gotoarchive a, .news-single-backlink a {
	display: none;
}

.news-list-container {
	width: 430px;
	height: 20px;
	}

.news-list-item {
	}

.news-list-container .news-list-img {
	float: left;
	}
	
.news-list-container .news-list-title, .news-list-container a{
	float: left;
	background-color: #fff;
	color: #003D6E;
	}
	
.news-list-img {
		display: none;
}

.news-list-container img {
	float: left;
	width: 97px;
	height: 73px;
	}
	
.news-list-subheader {
	display: none;
	}
	
.news-list-container .news-list-date {
	display: none;
	}
	
.news-list-pagebrowser p {
	display: none;
	}
	
.news-list-morelink {
	display: none;
	}


/*##################################################################*/
/* Netzwerk Mitglieder
/*##################################################################*/
.network_member_name {
	float: left;
	width: 145px;
}

.network_member_link {
	float: left;
	display: block;
	width: 215px;
	min-height:10px;
}

.network_member_link a {
	color: #003D6E;
	text-decoration: underline;
}

.network_member_specialities {
	float: left;
	width: 240px;
	color: #A7A8AA;
}

/*##################################################################*/
/* Referenz-Modul
/*##################################################################*/
.references_list_item_title_bg {
	float: left;
	display: block;
	width: 430px;
	height: 20px;
}

.references_list_item_title {
	background-color: #FFF;
}

.references_list_item_categories {
	margin: 3px 0 0 3px;
}

.references_detail_left {
	float: left;
	width: 410px;
	height: 284px;
}

.references_detail_right {
	float: left;
}

.references_detail_title {
}

.references_detail_categories {
}

.references_detail_description {
	float: left;
}

.references_detail_browser {
	display: none;
}
