
/*

Thank you for visiting this CSS document.

(c)2010 Sascha Bregenhorn | netzrocker.com

*/



/*** main elements ***/

body {
	margin: 20px 0;
	padding: 0;
	background: #fff;
	text-align: center;
}
#container {
	width: 970px;
	margin: auto;
}
#archiv {
	margin: 25px 0 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
table {
	padding: 10px 0px;
}
td {
	padding: 0 5px;
}



/*** typo ***/

p, td {
	font: normal 0.8em/1.5em verdana;
	color: #2a4170;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #932823;
	text-decoration: none;
}
a:hover {
	color: #932823;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
