html {
	text-align: center;
}

body {
	background: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

#banner {
	margin: 30px auto 0;
	width: 700px;
	height: 150px;
	border: 4px solid gray;
	border-bottom: none;
}

#container {
	margin: 0 auto 30px;
	border: 4px solid gray;
	background: url(background.jpg) no-repeat;
	width: 700px;
	height: 600px;
}

#links {
	text-align: left;
	width: 200px;
	margin: 200px 17px 150px 20px;
	float: left;
	display: inline;
}

#content {
	width: 420px;
	margin-left: 260px;
	margin-top: 220px;
	text-align: left;
	}
	table {
		width: 420px;
		line-height: 110%;
		border-collapse: collapse;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	td {
		padding-bottom: 4px;
		border-bottom: 1px solid silver;
	}
	.left {
		float: left;
		width: 200px;
	}
	.right {
		margin-left: 220px;
		line-height: 145%;
		color: red;
	}
	.green {
		color: #008000;
	}
	.red {
		color: #f00;
	}


.legende {
	font-size: 9px;
	line-height: 135%;
	margin-top: 25px;
}

#links .legende {
	
}

h2 {
	font-size: 14px;
}

#content h2 {
	border-bottom: 1px solid silver;
}
