/*-----------------------------------------------
$Id: generic.css
     Basis-Style Sheet mit grundlegenden Styles
Customer: StEB (Stadtentwässerungsbetriebe Köln)
Author:   Volker Dür (vierviertel.com)
Version:  1.0
Creation Date:    2006/12/05
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:Arial,Helvetica,sans-serif,"Trebuchet MS";
}
.clear {
	clear:both;
    float:none;
}

.box-header ul{
	list-style: none;
    padding:0;
    margin:0;
    height:1%;
}

h1, h2, h3, h4 {
   font-weight:bold;
}
h1 {
	font-size:120%;
    color:#000;
}
h2 {
  	font-size:80%;
    color:#000;
}
h3 {
	font-size:80%;
    color:#000;
}

h4 {
	font-size:1em;
    color:#000;
}


p {
	padding:0;
	margin:0;
}
form {
	margin:0;
    padding:0;
}
img {
	border:0;
}
img:after {
	content: attr(alt);
}
a {
    color:#000;
	text-decoration:none;
}
fieldset {
 	border:none;
    background:none;
}