/* $Id: styles.css,v 1.0 2011/08/20 09:56:39 goba Exp $ */
/*
Page Name: Junak-Germany
Description: Junak-Germany, ATC-Autoteile, Motorradvertrieb. 
Version: 1.0
Author: Robert Skrobich
Author URI: http://www.robert@skrobich.de/
*/

body {
	margin: 10px;
	background-color: #cccccc;
}

.wrapper {
	background-color: #ffffff;
	width: 1180px;
	height: 700px;
}

.head {
	/* background-color: #000000; */
	background:url(../img/asphalt.jpg);
	padding: 0;
	margin: 0;
	width: auto;
	height: 110px;
}

a img{
	border: 0;
}

table.menu td a{
	display: block;
	position: absolute;
	left: 30px;
	top: 60px;
	right: 30px;
	border: 1;
}

table.menu a span {
	position: absolute;
	left: -9999px;
}

table.menu td a.modelle {
	left: 150px;
	top: 60px;
	padding-top: 20px;
	background: url(../img/modelle.jpg) no-repeat top left;
}

table.menu td a.modelle:hover {
	background: url(../img/modelle_over.jpg) no-repeat top left;
}

table.menu td a.modelle:visited {
	background: url(../img/modelle_over.jpg) no-repeat top left;
}

table.menu td a.geschichte {
	position: absolute;
	top: 60px;
	left: 300px;
	padding-top: 25px;
	background: url(../img/geschichte.jpg) no-repeat top left;
}

table.menu td a.geschichte:hover{
	background: url(../img/geschichte_over.jpg) no-repeat top left;
}

table.menu td a.geschichte:visited{
	background: url(../img/geschichte_over.jpg) no-repeat top left;
}

table.menu td a.logo {
	position: absolute;
	top: 30px;
	left: 470px;
	padding-bottom: 105px;
	background: url(../img/junak.gif) no-repeat left top;
}

table.menu td a.logo:hover {
	background: url(../img/junak_over.jpg) no-repeat left top;
}

table.menu td a.ueberuns {
	position: absolute;
	top: 59px;
	left: 730px;
	padding-top: 20px;
	background: url(../img/ueberuns.jpg) no-repeat left top;
}

table.menu td a.ueberuns:hover {
	background: url(../img/ueberuns_over.jpg) no-repeat left top;
}

table.menu td a.ueberuns:visited {
	background: url(../img/ueberuns_over.jpg) no-repeat left top;
}

table.menu td a.aktuell {
	position: absolute;
	top: 61px; 
	left: 870px;
	padding: 20px;
	background: url(../img/aktuell.jpg) no-repeat left top;
}

table.menu td a.aktuell:hover {
	background: url(../img/aktuell_over.jpg) no-repeat left top;
}

table.menu td a.aktuell:visited {
	background: url(../img/aktuell_over.jpg) no-repeat left top;
}

table.menu td a.kontakt {
	position: absolute;
	top: 61px; 
	left: 1000px;
	padding: 20px;
	background: url(../img/kontakt.jpg) no-repeat left top;
}

table.menu td a.kontakt:hover {
	background: url(../img/kontakt_over.jpg) no-repeat left top;
}

table.menu td a.kontakt:visited {
	background: url(../img/kontakt_over.jpg) no-repeat left top;
}

.teaser {
	margin: 0;
	background-color: #ffffff;
	width: auto;

}
.inhalt {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	height: 500px;
}

#iframe{
	position: absolute;
	top: 215px;
	width: 100%;
}

	
<!-- .hidepics { width:0px; height:0px; visibility:hidden; } -->