* 												
{ margin: 0; padding: 0; }
body 
{
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	background: #000;
	color: #b7c2c4;
}
hr												{ display: none; }
.nodisplay	
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }
fieldset										{ border: none; }
legend											{ display: none; }
input, select									{ width: 95%; }
.checkbox, .radio								{ width: auto; margin-right: 5px; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }
a												{ color: #fff; }
a:visited										{ color: #fff; }
a:hover											{ color: #808080; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }
li a:hover										{ color: #000; }

p												{ margin: 0 0 0.75em 0; }
abbr											{ cursor: help; }
h1, h2, h3, h4, h5, h6							{ font-size: 100%; }

body { 
	width: 100%;
}
#page {
	width: 800px;
	margin: 0px auto;
}
#pane {}
#content {}

.teaserbox {
	float: left;
	width: 160px;
	margin: 45px;

}
.teaserbox .logo,
.teaserbox .image,
.teaserbox .text {
	float: none;
	width: 220px;
}
.teaserbox .text h2.company {
	color: #fff;
}
.teaserbox .logo {
	text-align: center;
}
.teaserbox .image {
	height: 220px;
}
.teaserbox div.linksite,
.teaserbox .text {
	width: 200px;
	border-top: 1px solid #000;
	padding: 10px;
	background: #505558;
}
.teaserbox .linksite {
	background: #505558;
}
div.linksite a {
	font-weight: bold;
}
div.linksite a:hover,
div.linksite a:active {
	color: #808080;
}
div#imprint {
	float: left;
	color: #fff;
}
h2.imprint {
	font-size: 16px;
	margin: 0px 0px 10px 44px;
}
div#imprint .teaserbox {
	float: left;
	width: 220px;
	margin: 0px -15px 0px 45px;
}
