/*-----------------------------------------------
$Id: generic.css
     Basis-Style Sheet mit grundlegenden Styles
Customer: Masterplan Köln
Author:   Volker Dür
Version:  1.0
Creation Date:    2007/07/26
Last Modify:
-----------------------------------------------*/

/* --  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:Verdana,Helvetica,sans-serif,"Trebuchet MS";
}
.clear {
	clear:both;
    float:none;
}
h1, h2, h3, h4 {
   font-weight:bold;
}
h1 {
	font-size:120%;
     color:#fff;
}
h2 {
  	font-size:80%;
     color:#fff;
}
h3 {
	font-size:.7em;
     color:#fff;
}

h4 {
	font-size:.7em;
    color:#fff;
}
p {
	padding:0;
	margin:0;
}
form {
	margin:0;
    padding:0;
}
img {
	border:0;
}
/*img:after {
	content: attr(alt);
} */
a {
    color:#ff0000; 
	text-decoration:none;
}
fieldset {
 	border:none;
    background:none;
}