@charset "UTF-8";

/*
* {
    zoom: 1;
    positition:relative;
}
*/

object, embed {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	margin: 0;
}
html {
	overflow: auto;
	height: 101.1%;
}
a:active, a:focus {
	outline: none;
}
#footer {
	padding-top: 39px;
	padding-bottom: 50px;
	clear: left;
}
#footer p {
	color: #FFF;
	margin-top: -5px;
}
#imprint {
	padding-top: 20px;
	padding-bottom: 50px;
	clear: left;
}
#imprint p {
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 8px;
	margin-left: 362px;
}

.header {
	height: 324px;
}
.header img {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
}
.content {
	position: relative;
	top: 19px;
	float: left;
	width: 715px;
}
/* .foo {
	display: none;
	height: 0;
} */
.show1 {
  display: block;
	height: auto;
}
.show2 { /* for wipeout */
  display: block !important;
}
.show { /* marker for js! */ }

#contact_first {
	width: 171px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	top: 19px;
	float: left;
}

#contact_second {
	width: 171px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	top: 19px;
	left: 10px;
	float: left;
}
#contact_third {
	width: 171px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	top: 19px;
	left: 20px;
	float: left;
}
#contact_fourth {
	width: 171px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	top: 19px;
	left: 30px;
	float: left;
}

p#adress {
}

p#phone {
	margin-top: -8px;
	padding-bottom: 7px;
}

p.joboffer {
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #fff;
}

p.jobdownload a {
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #97233f;
	text-decoration: none;
}

p.jobdownload a:hover {
	text-decoration: underline;
}

h1 {
	color: #97233f;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
}

#wrapper {
	width: 715px;
	margin: auto;
}

div#menu{
		height:39px;
		overflow:hidden;
}
div#menu ul,div#menu li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
div#menu a{
	margin-top:0;
}
div#menu a,div#menu a:hover{
	height:117px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	float:left;
}
div#menu a:hover{
	margin-top:-39px;
}
img{
	border:none;
}
html + body div#menu a#willkommen{/* only for IE 5.0 */
	width:171px;
	background-image:url(images/nav_01_willkommen.jpg);
}
html + body div#menu a#unternehmen{/* only for IE 5.0 */
	width:181px;
	background-image:url(images/nav_02_unternehmen.jpg);
}
html + body div#menu a#produkte{/* only for IE 5.0 */
	width:182px;
	background-image:url(images/nav_03_produkte.jpg);
}
html + body div#menu a#kontakt{/* only for IE 5.0 */
	width:181px;
	background-image:url(images/nav_04_kontakt.jpg);
}
html + body div#menu a#willkommen_active{/* only for IE 5.0 */
	width:171px;
	background-image:url(images/nav_01_willkommen.jpg);
}
html + body div#menu a#unternehmen_active{/* only for IE 5.0 */
	width:181px;
	background-image:url(images/nav_02_unternehmen.jpg);
}
html + body div#menu a#produkte_active{/* only for IE 5.0 */
	width:182px;
	background-image:url(images/nav_03_produkte.jpg);
}
html + body div#menu a#kontakt_active{/* only for IE 5.0 */
	width:181px;
	background-image:url(images/nav_04_kontakt.jpg);
}
html + body div#menu a img{/* only for IE 5.0 */
	display:none;
}
#willkommen.active img, #unternehmen.active img, #produkte.active img, #kontakt.active img {
	margin-top: -39px;
}