/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 40px 60px 0px;
}
body,td,th {
	font-family: Courier New, Courier, mono;
	color: #000000;
	font-size: 12px;
}
.container_inhalt {
	margin-top: 30px;
	margin-bottom: 20px;
}
.container_inhalt img {
	padding-bottom: 20px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
input.custom {
	border: 1px solid #333333;
	width: 120px;
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	padding-left: 2px;
}
.header {
	font-size: 150%;
	font-weight: bold;
}
table.referenzliste td, th{
	text-align:left;
	vertical-align: top;
	padding: 0px 20px;
}
table.referenzliste th {
	padding-bottom: 10px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #000000;
}
td.produkte {
	color: gray;
	line-height: 22px;
}

