@import url("extensions.css");
@import url("custom.css");


/* Farben 
#F3F3F4 	grau- Hinterrund Seite
#EFEFEF	grrau Hintergrund input etc.
#DA3E08 	dunkles orange
#CCC	dunkles grau
#E0E0E0	hellgrau
#EE7F00	starkes orange
#E6EAEE	hellblau
*/

* {margin:0;padding:0;}

body, body * {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	}

form {
	margin:0;
	padding:0;
	border:0;
}
a { 
	color:#EE7F00;
	text-decoration: underline;
	}
a:hover {
	color:#FFF;
	}

li {
	margin:3px 0px 3px 15px;
	list-style-image: url(img/bullet.gif);
	}

.clearer {
	display:block;
	clear:both;
	}
.floatbox {
	overflow: hidden;
	}
.highlight {
	color: #DA3E08;
	font-weight:bold;
	}