@charset "utf-8";
/* CSS kanupolo.ch - Umbau */

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 400px;
	margin-top: -300px;
	margin-left: -480px;
	text-align: center;
	font-size: 81.25%;
}

h1 {
	font-size: 1.6em;
	color: #00f;
	margin: 0 0 0.25em -0.25em;
	padding: 0.5em 0 0.25em 0.25em;
	border-bottom: 2px #eee solid; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-weight:normal;
}

p {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	color: #444;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #669;
	text-decoration:none;
}
a:hover {
	background-color: #fff; 
	text-decoration:underline;
}
a:focus {
	background-color: #fff;
	text-decoration:underline;
}

td {
	width: 480px;
	padding: 20px 20px 20px 60px;
}

td.links {
	width: 480px;
	padding: 20px 60px 20px 20px;
}
