@import url(layout.css);
@import url(navigation.css);
@import url(forms.css);
@import url(default.css);

body {
	color: #455560;
	background: white url(../images/bg.png) no-repeat fixed center bottom;
	font: 13px "Lucida Grande", Verdana, Helvetica, Sans-Serif;
	text-align: left;
}
input, select {
	font-size: 1em;
	color: #455560;
}
/* kleinerer font */

.arrowlistmenu ul ul, .content, .searchinput {
	font-size: 0.8461em;
}

* {
	margin: 0;
	padding: 0;
}



