/*
------------------------
OBD-Motortuning - Wien 2009
tauro.at
------------------------
*/
*{
	margin: 0px;
	padding: 0px;

}
body
{
	background-image: url(../images/HG/HG-3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	text-align: center;
}



#container
{
	width: 850px;
	margin: 35px auto;
	border: 0px solid #000000;
	background-image: url(../images/HG/Banner/HG-Desk.jpg);
	background-repeat: no-repeat;
	text-align: left;

}

#header
{
	height: 180px;
	margin: 0px;
	padding: 0px;
}

#navigation
{
	height: 25px;
	background-image: url(../images/HG/HG-abstand-blau-sw.jpg);
	padding-right: 15px;
	padding-left: 15px;
}
#navigation ul
{
	list-style-type: none;
	padding-top: 5px;

}

#navigation li
{
	display: inline;
}

#navigation a
{
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;

}

#navigation a:hover
{
	color: #FF7777;
}


#mainContent
{
	height: 430px;
}

#footer
{
	height: 70px;
}
#table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}

