html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #D61521;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	min-width: 909px;
	min-height: 447px;
	position: relative;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

dfn, .invisible, .accesskey {
	display: none;
}

.red {
	color: #CC0000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#block {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -455px;
	width: 909px;
	height: 447px;
	overflow: hidden;
}

#block_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 248px;
	height: 447px;
	overflow: hidden;
	background-image: url('../images/block_left.png');
	background-repeat: no-repeat;
}

#block_middle {
	position: absolute;
	top: 0px;
	left: 248px;
	width: 499px;
	height: 447px;
	overflow: hidden;
	background-image: url('../images/block_middle.png');
	background-repeat: repeat-x;
}

#block_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 162px;
	height: 447px;
	overflow: hidden;
	background-image: url('../images/block_right.png');
	background-repeat: no-repeat;
}

#headline {
	position: absolute;
	top: 34px;
	left: 238px;
	width: 465px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 83px;
	left: 238px;
	width: 465px;
	height: 250px;
	overflow: auto;
	padding-right: 50px;
}

#content h3, #content p {
	margin-bottom: 20px;
}

#content table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 465px;
}

#content table thead th {
	background-color: #CC0000;
	color: #FFF;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
	padding-right: 10px;
}

#content table tbody td {
	border-bottom: 1px solid #808080;
	vertical-align: middle;
	padding-right: 10px;
}

#content table tbody td a {
	color: #000;
	text-decoration: none;
}

#content table thead th.language {
	padding-left: 10px;
}

#content table tbody td.language {
	text-align: left;
	padding-left: 10px;
}

#content table tbody td.number {
	text-align: left;
	font-weight: bold;
}

#content table tbody td.date {
	text-align: left;
}

#content table tbody td.fluid {
	text-align: left;
}

#navigation {
	position: absolute;
	top: 364px;
	left: 280px;
	width: 600px;
	height: 28px;
	overflow: hidden;
	color: #808080;
	font-size: 11px;
	line-height: 14px;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #808080;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#content_scrollbalken {
	position: absolute;
	top: 83px;
	left: 745px;
	width: 8px;
	height: 250px;
	overflow: hidden;
	background-color: #FFF;
}

#content_scrollklotz {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 6px;
	height: 40px;
	overflow: hidden;
	background-color: #CC0000;
}

