
/* AXXE */

@import url("axxe_konstrukt.css");
@import url("axxe_standard.css");
@import url("axxe_module.css");

/* Zeigt die vertikale Scrollbar im Firefox immer an. Auch, wenn es nichts zum Scrollen gibt */
html {
     overflow: -moz-scrollbars-vertical;
}

* {outline:none}

body
{
	margin: 0;
	padding: 0;

	font: 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #6c6c6c;

	background: #c0e5fb url(../images/konstrukt/hintergrund_body.gif) 0 0 repeat-x;
}




