@import url("main_wrap.css");
@import url("main_teaser.css");
@import url("main_content.css");
@import url("main_head.css");
@import url("main_navigation.css");
@import url("main_newsletter.css");
/*			Basics			*/
html {
	min-height: 100%;
}
div, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #C0E967;
	height: 100%;
	background-image: url(../img_index/bg_repeat_down.png);
	background-repeat: repeat-x;
}
body {
	font-size: 0.7em;
}
table {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}
table tr td {
	vertical-align: top;
}
body, a, table {
	font-family: Arial;
	color: #555555;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*text-shadow: 1px 1px 0px;*/
}
