/* Anweisungen im Bodybereich */
body {
	font-family: verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 100.01%;
	margin: 0;
	padding: 0.5em;
}

* html div#Inhalt {
	height: 1em;	/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#content {
	font-size: 0.8em;
}

div img {
	border: 0;
}

br.clear,
.umbruch {
	clear: both;
}

div#copyright {
	font-size: 0.8em;
	float: right;
}

.hoerbar {
	position: absolute;
	left: -5000px;
	font-size: 0;
}

table {
	font-size: 1em;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #000000;
}

/* Schriftformatierung */
a:link,
a:visited,
a:active {
	color: #043baa;
	text-decoration: underline;
}

a:hover {
	color: #043baa;
	text-decoration: underline;
}

a[name].hover {
	color: inherit;
	background: inherit;
	text-decoration: inherit;
}

/* Ueberschriftendarstellung */
h1,
h4 {
	font-size: 1.2em;
	line-height: 120%;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 0.1em;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.1em;
}

caption {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.4em;
	/* fuer Zoll-Auktion eingefuegt FS */
	display: none;
}

/* Linke Navigation */
/* angepasst FS */
div#left {
	float: left;
	width: 16em;
}

ul#left_navigation {
	border: 0;
}

ul#left_navigation li {
	list-style: none;
	padding: 0;
}

/* Rechte Navigation */
/* angepasst FS */
div#right {
	float: right;
	width: 14.5em;
}