@import url(reset.css);
@import url(container.css);
@import url(top.css);
@import url(center.css);
@import url(bottom.css);
@import url(navi.css);

html, body, a {
	font-family: Verdana;
	font-size: 12px;
	color: #e5e5e5;
	text-decoration: none;
}

html, body {
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

input, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
