@import url("extensions.css");
@import url("custom.css");


/* Farben 
#2D5DAB blau
#232021 dunkel grau
#A3A3A3 hellgrau
*/

* {margin:0;padding:0;}

body, body * {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	}

form {
	margin:0;
	padding:0;
	border:0;
}
a { 
	color:#2D5DAB;
	text-decoration: underline;
	}
a:hover {
	color:#232021;
	}

li {
	list-style-image: url(img/bullet.gif);
	}

.clearer {
	display:block;
	clear:both;t
	}
.floatbox {
	overflow: hidden;
	}
.highlight {
	color: #2D5DAB;
	font-weight:bold;
	}