* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dedede;
}
#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	background-color: #fff;
	border: 1px solid #000;
}
div .header {
	height: 80px;
}
img.logo {
	float: left;
	padding-left: 6px;
}
h1.companyName {
	color: #67181d;
	font-size: 18px;
	text-align: right;
	float: right;
	padding: 6px;
	position: relative;
	top: 50%;
	margin-top: -18px;
}
td {
	background-color: #b5b5b5;
}
table.basicinfo {
	clear: both;
	background-color: #b5b5b5;
}
table.workshops {
	clear: both;
}
table.workshops td {
	background-color: #e4e4e4;
	font-weight: bold;
}
table.workshops td span {
	color: #897268;
}
table.basicinfo td, table.workshops td {
	border-bottom: 1px solid #fff;
	padding: 3px 6px;
	vertical-align: top;
}
td.tableHeader {
	font-size: 12px;
	color: #67181d;
	letter-spacing: .25em;
	font-weight: bold;
	background-image: url(img/tableheader_BGD.gif);
	background-repeat: repeat-x;
}
td.infoCell {
	text-align: right;
	background-color: #e4e4e4;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .25em;
	color: #67181d;
	padding: 0;
	margin: 6px;
}
p {
	margin: 6px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.kontaktperson {
	float: right;
	padding: 6px;
}
div.bildtext {
	font-size: 9px;
	font-style: italic;
}
div.kontaktperson img {
	border: 1px solid #000;
}
div.footer {
	clear: both;
	padding: 3px 6px;
	text-align: left;
	background-image: url(img/tableheader_BGD.gif);
	background-repeat: repeat-x;
}
div.footer img {
	padding-left: 6px;
	padding-top: 2px;
	border: none;
}

