/* 
-----------------------------------------------------------------
Titel: Styles fuer honda-foerster.de
Autor: Carsten Hetzer 
URL: http://www.quattronet.de 

Beschreibung: Styles fuer Honda Foerster

Erstellt: 24.10.2006
Bearbeitet: 24.10.2006
-----------------------------------------------------------------
*/

/* ----- IMPORT ----- */
@import url(classes_css.css);
@import url(forms_css.css);
@import url(ids_css.css);
@import url(links_css.css);
@import url(lists_css.css);
@import url(tables_css.css);

/* ----- ALLGEMEIN ----- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	line-height: 18px;
}
td, tr, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	/*text-align: left;*/
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #DF0031;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/dot-list.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
hr {
  height: 1px;
  width: 100%;
  color: #CCC;
}
a img,:link img,:visited img { 
	border: none;
}
