@import url("prettyPhoto.css");

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: gray;
	padding: 0px;
	background-image: url(../img/grounder.gif);
}

a {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #4b4a4c;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

img {
	border:0px;
}

/* ----------container zentriert das layout-------------- */

#container {
	width: 1000px;
	padding: 0px;
	background: url(../img/background.jpg) no-repeat;
	margin: 50px auto 0px;
}


/* --------------left content------------- */

#left_menu {
	width: 265px;
	float: left;
	position: relative;
	margin-left:15px;
	
}

.navigation {
	height:38px;
	margin-top:455px;
}

/* --------------right content------------- */

#right_menu {
	width: 650px;
	float: right;
	position: relative;

}


/* -----------------SHOWROOM--------------------- */

#top_wheels {
	height: 240px;
	margin-top:20px;
	text-align: center;

}

#bottom_wheels {
	height: 240px;
	margin-top:5px;
	margin-left:70px;
	text-align: center;
}

table {
	border: 0;
	border-collapse:collapse;
	empty-cells:show;
	}
/* Felgenname (Grafik) */
td.row1 {
	width: 150px;
	height: 25px;
}
/*Felgenmotive*/
td.row2 {
	width: 150px;
	height: 130px;
}
/* Felgenname (Text unterhalb des Felgenmotivs) */
td.row3 {	
	width: 150px;
	height: 80px;
	background: url(../img/infotab.png) no-repeat;
	padding-top: 5px;
	vertical-align: text-top;
	text-transform: uppercase;
	font-size: 1.0em;
}

/*Felgengröße*/
td.sizes_top {
	padding-top:5px;
	font-size: 0.9em;
	color:white;
	width: 100px;
	text-transform: capitalize;
}

td.sizes_bottom {
	padding-top:5px;
	padding-left:7px;
	font-size: 0.9em;
	color:white;
	/*border: 1px solid white;*/
}


/*Felgengewicht*/
td.wight_top {
	padding-top:5px;
	padding-right:18px;
	font-size: 0.9em;
	color:silver;
	width: 50px;
	text-transform: capitalize;
}

td.wight_bottom {
	padding-top:5px;
	font-size: 0.9em;
	color:silver;
	float:left;
}

/* -----------------Inhalt--------------------- */

#content {
	position: relative;
	margin: 0px;
	width: 999px;
	height: 523px;
	border: 1px solid white;
}

p {
	padding: 5px 10px;
	margin: 0px;
}

pre {
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}

/*  ----------------footer---------------------- */

#footer {
	clear: left;
	padding: 5px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
}
