html {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

body {
	background-color: #f8f8f8;
	background-image: url('graysmall.gif');
	background-repeat: both;
	color: black;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

A {
	text-decoration: none;
}

A:link {
	color: #9D0000;
}

A:visited {
	color: #000066;
}

A:hover {
	color: Silver;
	background-color: #000066;
}

A:active,A:focus {
	color: #FF4848;
}

img {
	border-style: none;
}

#header {
	width: 100%;
	display: table;
}

#cowboy {
	position: absolute;
	left: 0px;
	top: 39px;
}

#xamdelogo {
	font-family: Arial;
	font-size: 26pt;
	font-weight: bold;
	color: #000060;
	position: absolute;
	top: 39px;
	left: 150px;
}

#contact {
	background-color: Black;
	color: #F9F9F9;
	float: right;
	margin-top: 91px;
	padding: 1px 15px 1px 0;
	text-align: right;
	width: 100%;
	height:21px;
}

#content {
	position: absolute;
	top: 140px;
	left: 156px;
	background-color: #f9f9f9;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 20px;
	background-color: #F9F9F9;
}

#impressum {
	float: right;
	left: 398px;
	top: 3px;
	font-size: 9pt;
}

.spacer {
	width: 30px;
}

.category {
	font-weight: bolder;
	padding-top: 25px;
	padding-bottom: 3px;
}

.date {
	color: #777777;
	text-align: right;
}