@import url(default-layout.css);

body {
	/*behavior: url(fileadmin/styles/csshover.htc);*/
}

table {
	border: none;
	border-collapse: collapse;
}

* > table {
	border-collapse: separate;
	border-spacing: 0px;
}

td, th {
	padding: 0px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}


a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; }
