html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image: url('../images/bg.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	min-width: 759px;
	min-height: 486px;
	position: relative;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

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

.blue {
	color: #034ea2;
}

/* wegen dem Link in der Fu?navigation */
.red {
	color: #034ea2;
}

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

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

#block {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -379px;
	width: 759px;
	height: 486px;
}

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

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

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

#headline {
	position: absolute;
	top: 34px;
	left: 30px;
	width: 543px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 55px;
	left: 34px;
	width: 495px;
	height: 350px;
	overflow: auto;
	padding-right: 30px;
}

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

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

#content table thead th {
	background-color: #034ea2;
	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: -23px;
	left: 30px;
	width: 700px;
	height: 13px;
	overflow: hidden;
	color: #034ea2;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

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

#navigation ul li {
	display: inline;
}

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

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

#content_scrollbalken {
	position: absolute;
	top: 40px;
	left: 540px;
	width: 8px;
	height: 350px;
	overflow: hidden;
	background-color: #FFF;
}

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

