* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: verdana , arial , sans-serif;
	font-size: 9pt;
	line-height: 135%;
}

body {
	width: 600px;
	color: #003056;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_page {
	width: 600px;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		width: 600px;
		height: 200px;
	}
	
	.references {
		display: none;
	}

	/*##############################################################*/
	/* left
	/*##############################################################*/
	.layout_left {
		display: none;
	}
	
	/*##############################################################*/
	/* content
	/*##############################################################*/
	.layout_content {
		width: 600px;
	}
	
	.layout_pagepic {
		display: none;
	}

	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot {
		display: none;
	}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	color: #009EE0;
	outline: none;
	text-decoration: none;
}

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;
}

/*##################################################################*/
/* Referenzmodul
/*##################################################################*/
.tx-tgmreferences-pi1 .miniview_right {
	float: left;
	background-color: #e5eaee;
	margin-top: 30px;
	padding: 5px 8px;
}

.tx-tgmreferences-pi1 .miniview_thumb {
	float: left;
	margin-right: 9px;
	border: 1px solid #003056;
}

.tgm_references_listview_item {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #009EE0;
}

.tgm_references_list_item_url {
	line-height: 25px;
}

