
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F5156;
}

p, ul, ol, table, blockquote {
	font-size: 1.167em;
	margin-bottom: 1.5em;
}

h1 {
	color: #31506C;
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	color: #31506C;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h3 {
	color: #31506C;
	font-size: 1.3em;
	margin-bottom: 0.25em;
}

p {
	line-height: 1.25em;
}

a {
	color: #00129B;
	text-decoration: none;
	border-bottom: 1px solid #DEDEDE;
}

a.dl-thumb {
	border: none;
}

a:hover, a:focus {
	border-bottom-color: #00129B;
}

ul {
	list-style-type: none;
	margin: 1em;
	margin-left: 15px;
}

ul li {
	background: url(../img/nav-li-li-bg.png) no-repeat left 0.2em;
	padding-left: 15px;
	margin: 0.25em 0;
}

ol {
	margin: 1em;
	margin-left: 30px;
}

ol li {
	margin: 0.5em 0; 
}

table {      
	border-collapse: collapse;
}

table.documents {
	width: 100%; 
}

table caption { 
	text-align: left;
	margin: 0.5em 0 1.25em 0; 
	font-size: 90%;
	line-height: 1.6667em; 
	caption-side: bottom;    /* IE kann's nicht */
	font-style: italic;
} 

table th, table td {
	padding: 1em 0.25em 0.25em 0.25em;
	border-right-style: hidden;
	border-bottom: 1px solid #717276;
}

table th.date {
	width: 100px;
}

table thead th {
	color: #000;
}

table thead {
	text-align: left;
}

table tbody th {
	color: #31506C;
	background: url(../img/nav-li-bg.png) no-repeat left 1.2em;
	padding-left: 18px;
	padding-right: 15px;
	text-align: left;
}

div.download-thumbnail {
	float: left;
	padding-right: 35px;
}

div.download-thumbnail p {
	margin-bottom: 0;
}

div.download-thumbnail p.info {
	background: url(../img/nav-li-bg.png) no-repeat left 0.4em;
	padding-left: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}