﻿html  {
	margin: 0;
	padding: 0;
}

ul, li  {
	position:relative;
}

form  {
	margin:0;
	padding:0;
}

/*input  {
	height:12px;
	font-size:11px;
}*/

a:link {
	color: #666666;
}
a:visited {
	color: #478CE1;
}
a:hover {
	color: #4682b4; /*color: #CC0000;*/
}
a:active {
	color: ##666666;
}

body 
{
	margin: 0px;
	background-image:url(http://www.reifensuchmaschine.at/htm-us-layout/Img-US/Body.gif);
	background-position:0px 110px;
	background-repeat:repeat-x;
}

#header 
{
	background-image:url(http://www.reifensuchmaschine.at/htm-us-layout/Img-US/Header.gif);
	background-repeat:repeat-x;
}

#logo
{
	position:relative;
	margin:0 auto;
	background-image:url(http://www.reifensuchmaschine.at/htm-us-layout/Img-US/HeaderLogo.gif);
	background-repeat:no-repeat;
	height:123px;
	width:983px;
	z-index:100;
    
}

#logooverlay
{
	border:0;position:absolute;z-index:150;left:0px;top:44px;
}



#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	background-color:#FFFFFF;
	position:relative;
	margin:0 auto;
	width:981px;
}

.headerbox {
	padding-bottom:18px;
}

#headerbox {
	position:absolute;
}

#footer {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin:0 auto;
	height:123px;
	width:983px;
	background-image:url(http://www.reifensuchmaschine.at/htm-us-layout/Img-US/Footer.gif);
	background-repeat:no-repeat;
}

#footer_left {
	float:left;
	z-index:1;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width:311px;
}


#footer_middle {
	float:left;
	z-index:1;
	margin:0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width:311px;
}

#footer_right {
	float:left;
	z-index:1;
	margin:0 auto;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width:311px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	margin: .75em 0 .5em 0;
}
h1 {
  font-size: 1.3em;
  color: #000000;
}

h2 {
  font-size: 1.2em;
  color: #000000;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.0em;
}
	
h5 {
  font-size: .9em;
}
	
h6 {
  font-size: .8em;
}


/*.clear {
	clear:both;
}*/
