/*-----------------------------------------------
$Id: generic.css
     Basis-Style Sheet mit grundlegenden Styles
Customer: Docuport
Author:   edotz web development
Version:  1.0
Creation Date:    2006/08/23
Last Modify:      2006/08/23
-----------------------------------------------*/

/* --  basic HTML Styles
--------------------------- */

address, abbr, acronym, dfn	{
	font-variant:normal;
}

a, address, body, blockquote, caption, cite, div, dfn, dl, dt,
fieldset, h1, h2, h3, h4, img, input, label, legend,
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family:Arial,Helvetica,sans-serif,"Trebuchet MS";
}

* {
    margin:0;
	padding:0;
    font-size:11px;
    color:#7B7B7B;
}

h1, h2, h3, h4 {
   font-weight:bold;
}
h1 {
    color:#000;
}
h2 {
    color:#666;
}
h3 {
    color:#000;
}
h4 {
    color:#000;
}
a {
    text-decoration:none;
    color:#7B7B7B;   
}

p {
	padding:0;
	margin:0;
}
form {
	margin:0;
    padding:0;
}
img {
	border:0;
}