<!--
html, body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;	
	background: #EBEBEB;
}
.Header {
	width: 975px;
	height: 80px;
	position: relative;
	color: #000;
	padding: 10px 0 10px 15px;
}

.NavigationTop {
	height: 20px;
	text-align: right;
	width: 990px;
	font-size: 0.8em;
	margin-bottom: 5px;	
}

a:link, a:visited{
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
a:link#active, a:visited#active {
	text-decoration: none;
	color: #000;
}

.NavigationBottomLeft {
	float: left;
	height: 20px;
	width: 285px;
	padding-left: 15px;
	margin-top: 5px;
	font-size: 0.8em;
}
.NavigationBottomRight {
	float: left;
	height: 20px;
	text-align: right;
	width: 690px;
	margin-top: 5px;
	font-size: 0.8em;	
}


.IntroTextLeft {
	float: left;
	color: #000;
	width: 465px;
}
.IntroTextRight {
	float: left;
	color: #000;
	width: 465px;
	margin-left: 30px;
}

.Content {
	width: 975px;
	padding: 15px 0 15px 15px;
	background: #fff url(../images/content_body.png) repeat-y;
	overflow: hidden;
}
.ContentHeader {
	height: 4px;
	width: 990px;
}
.ContentFooter {
	height: 4px;
	width: 990px;
}

.Company1 {
	float: left;
	height: 142px;
	width: 300px;
	cursor: pointer;
	background: url(../images/messtechnik.png) no-repeat;
	padding-top: 142px;
}

#Company1Navigation {
	height: 105px;
	padding: 1px 0 0 6px;
	background: url(../images/messtechnik_layer.png) no-repeat;
}

.Company2 {
	float: left;
	height: 142px;
	width: 300px;
	margin-left: 30px;
	cursor: pointer;
	background: url(../images/automobiltechnik.png) no-repeat;
	padding-top: 142px;
}

#Company2Navigation {
	height: 105px;
	padding: 1px 0 0 6px;
	background: url(../images/automobiltechnik_layer.png) no-repeat;
}

.Company3 {
	float: left;
	height: 142px;
	width: 300px;
	margin-left: 30px;
	cursor: pointer;
	background: url(../images/autohaus.png) no-repeat;
	padding-top: 142px;
}

#Company3Navigation {
	height: 105px;
	padding: 1px 0 0 6px;
	background: url(../images/autohaus_layer.png) no-repeat;
}

.Company1 a:link,.Company2 a:link,.Company3 a:link,.Company1 a:visited,.Company2 a:visited,.Company3 a:visited{
	display: block;
	padding: 4px 1px 4px 5px;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	width: 200px;
}

.Content a:hover {
	background: #fff;
    -moz-opacity: 0.4;
	filter: Alpha(opacity = 40);
	color: #000;
	width: 283px;
}

h1{
	margin: 0;
	font-weight: normal;
	font-size: 2.0em;
}
p {
	margin-top: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
#map {
	position: absolute;
	left: 350px;
	top: 145px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 615px;
	height: 445px;
	border: 3px solid #eee;
	z-index: 1;
}

.SitemapCompany1 {
	float: left;
	width: 300px;
}
.SitemapCompany2, .SitemapCompany3 {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.SitemapCompany1 h3 a:link,.SitemapCompany1 h3 a:visited{
	font-size: 0.8em;
	color: #0E7D47;
	text-decoration: none;
}
.SitemapCompany1 li{
	font-size: 0.8em;
	list-style-type: none;
	line-height: 1.5em;
}

.SitemapCompany2 h3 a:link,.SitemapCompany2 h3 a:visited{
	font-size: 0.8em;
	color: #005DAC;
	text-decoration: none;
}
.SitemapCompany3 h3 a:link,.SitemapCompany3 h3 a:visited{
	font-size: 0.8em;
	color: #FFCD02;
	text-decoration: none;
}
.SitemapCompany2 li{
	font-size: 0.8em;
	list-style-type: none;
	line-height: 1.5em;
}
.SitemapCompany3 li{
	font-size: 0.8em;
	list-style-type: none;
	line-height: 1.5em;
}
.Routenplaner {
	width: 300px;
}
a[href^="javascript:"] {
	padding-right: 13px;
	background: url(../images/icon_link_eml.png) right 0 no-repeat;
}
a[href^="javascript:"]:visited:hover {
	background-position: right 100px;
}
a[href^="javascript:"]:hover {
	background-position: right 100px;
}
-->
