* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	color: #003D6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 21px;
}

html>body {
	min-height: 100%;
	min-width: 980px;
	width: auto;
	height: auto;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_page {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -310px 0 0 -490px;
	width: 978px;
	height: 618px;
	
	border: 1px solid #dcdcdc;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 978px;
		height: 214px;
		background: url(../images/head_bg.png);
	}
	
	.header_print {
		display: none;
	}
	
	.mmenu1 {
		position: absolute;
		left: 20px;
		top: 107px;
		margin: 0;
		list-style: none;
	}
	
	.mmenu1 li {
		display: block;
	}
	 
	.mmenu1 li a {
		background-repeat: no-repeat; 
		display: block; 
		overflow: hidden;
		text-indent: -9999em;
		width: 180px;  
		height: 20px;
		background-position: 0px -20px;
	}
	 
	.mmenu1 li a:hover,
	.mmenu1 li.active a {
		background-position: 0px 0px;
	}

	/*##############################################################*/
	/* left
	/*##############################################################*/
	.layout_left {
		position: absolute;
		left: 20px;
		top: 242px;
		width: 180px;
		height: 324px;
		overflow: hidden;
	}
	
	.layout_left ul {
		margin: 0;
		list-style: none;
	}
	
	.mmenu2 {
		margin: 0;
		list-style: none;
	}
	
	.mmenu2 li {
		display: block;
	}
	 
	.mmenu2 li a {
		background-repeat: no-repeat; 
		display: block; 
		overflow: hidden;
		text-indent: -9999em;
		width: 180px;  
		height: 20px;
		background-position: 0px -20px;
	}
	 
	.mmenu2 li a:hover,
	.mmenu2 li.active a {
		background-position: 0px 0px;
	}
	
	/*##############################################################*/
	/* content
	/*##############################################################*/
	#layout_content {
		position: absolute;
		padding-right:15px;
		left: 235px;
		top: 242px;
		height: 324px;
		overflow: hidden;
		color: #003D6E;
		text-align: left;
	}
	
	#inner_content {
	}
	
	.content-image {
		margin: 5px 0 0 0;
		padding: 0 15px 0 0;
		float: left;
		width: 410px;
		height: 299px;
		background: url(../images/newspic_bg.png) top left no-repeat;
	}
	
	.content-image img {
		width: 410px;
		height: 284px;	
	}
	
	/*##############################################################*/
	/* right
	/*##############################################################*/
	.layout_right {
		position: absolute;
	}
	
	#scroller {
		position: absolute;
		left: 235px;
		top: 544px;
		font-size: 10pt;
	}
	
	#scroller .pagebrowser_current {
		margin-right: 5px;
	}
	
	#scroller a {
		color: #A7A8AA;
		margin-right: 5px;
		text-decoration: none;
	}
	
	#scroller a:hover {
		color: #003D6E;
		text-decoration: none;
	}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		position: absolute;
		left: 0px;
		top: 594px;
		width: 781px;
		height: 24px;
		padding-left: 197px;
		background: url(../images/foot_bg.png);
		overflow: hidden;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #A7A8AA;
		line-height: 15px;
	}
	
	.layout_foot .separator {
		color: #003D6E;
		margin: 0 5px;
	}
	
	.layout_foot a {
		color: #A7A8AA;
		text-decoration: none;
	}
	
	.layout_foot a:hover {
		color: #003D6E;
		text-decoration: none;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	color: #003D6E;
	outline: none;
	text-decoration: underline;;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 9px 0;
}

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 {
	margin-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 425px;
	height: 299px;
	background: url(../images/newspic_bg.png) 0px 0px no-repeat;
}

.news-single-text, .news-latest-text {
	height: 270px;
	left: 435px;
	position: absolute;
	top: 0;
	width: 280px;
}

.news-latest-img img, .news-single-img img {
	margin-top: 0px;
	width: 410px;
	height: 284px;
}
	
.news-single-header, .news-latest-header {
	font-weight: bold;
	}

.news-latest-gotoarchive {
	position: absolute;
	left: 435px;
	bottom: 32px;
}

.news-latest-gotoarchive a, .news-single-backlink a {
	color: #A7A8AA;
	text-decoration: none;
}

.news-latest-gotoarchive a:hover, .news-single-backlink a:hover {
	color: #003D6E;
}

.news-single-backlink {
	position: absolute;
	left: 435px;
	bottom: 32px;
}

.news-list-container {
	width: 430px;
	height: 20px;
	text-align: left;
	
	}

.news-list-item {
	background: url(../images/reference_item_bg.png) 0px 14px repeat-x;
	}

.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;
	text-decoration: none;
	}
	
.news-list-img {
	background-image: url(../images/news-list-pic_bg.png);
	background-repeat: no-repeat;
	width: 105px;
	height: 75px;
	display: none;
	}

.news-list-container img {
	float: left;
	width: 97px;
	height: 73px;
	}
	
.news-list-subheader {
	display: none;
	}
	
.news-list-pagebrowser {
	text-align: left;
	font-size: 10pt;
}

.news-list-container .news-list-date {
	display: none;
	}
	
.news-list-pagebrowser p {
	display: none;
	}
	
.news-list-morelink {
	position: absolute;
	left: 430px;
	}
	
.news-list-pagebrowser table p {
	margin: 0 3px 0 0;
	display: inline;
	}

.news-list-pagebrowser table, .news-list-pagebrowser a {
	color: #A7A8AA;
	text-decoration: none;
	}
	
.news-list-pagebrowser a:hover {
	color: #003D6E;
	}


.tx-ttnews-browsbox-SCell {
	margin: 0px;
}

/*##################################################################*/
/* 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: 352px;
	color: #A7A8AA;
}

/*##################################################################*/
/* Referenz-Modul
/*##################################################################*/
.references_list_item_title_bg {
	float: left;
	display: block;
	width: 430px;
	height: 20px;
	background: url(../images/reference_item_bg.png) 0px 14px repeat-x;
}

.tx-tgmfwrefs-pi1 a {
	text-decoration: none;
	cursor: pointer;
}

.references_list_item {
	display: block;
	height: 21px;
}

.references_list_item_title {
	background-color: #FFF;
}

.references_list_item_categories {
	margin: 3px 0 0 3px;
}

.references_detail_left {
	margin-top: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 425px;
	height: 299px;
	background-image: url(../images/newspic_bg.png);
	background-repeat: no-repeat;
}

.references_detail_right {
	position: absolute;
	left: 435px;
	top: 0px;
	width: 280px;
	height: 284px;
}

.references_detail_title {
	display: block;
	font-weight: bold;
}

.references_detail_categories {
	display: block;
}

.references_detail_description {
	position: absolute;
	left: 0px;
	bottom: 25px;
	line-height: 16px;
}

.references_detail_browser {
	position: absolute;
	left: 0px;
	bottom: -8px;
	font-size: 10pt;
}

.references_detail_browser_current {
	margin-right: 5px;
}

.references_detail_browser a, .references_back a {
	color: #A7A8AA;
	margin-right: 5px;
	text-decoration: none;
}

.references_detail_browser a:hover, .references_back a:hover {
	color: #003D6E;
	text-decoration: none;
}

.references_back {
	position: absolute;
	left: 140px;
	bottom: 32px;
}
