body {
	background-color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	margin: 4px 3px;
	padding: 0;
}

#Inhalt a.extern {
	font-weight: bold;
	text-decoration: none;
}

#Inhalt a.extern:before {
	content: url("../bilder/link.png");
}

#Inhalt a.extern:hover:before {
	content: url("../bilder/link_hover.png");
}

#Inhalt a:hover {
	background-color: inherit;
	color: #000 !important;
	border-bottom: black solid 1px;
	margin: 0;
	padding: 0 2px;
}

#Inhalt {
	left: 11em;
	position: absolute;
	padding: 0.5em;
	right: 1em;
	top: 1em;
	bottom: 1em;
	background-color: #FFF;
	border: #000 solid 1px;
	overflow: auto; 
}

#Inhalt * {
	color: black;
}

img {
	border: none;
}

h1 {
	background-color: #FFF !important;
	border-bottom: 2px solid #000000;
	color: #000 !important;
	display: block;
	letter-spacing: 0.4em;
	margin: 0; 
	padding: 15px 0  5px; 
	text-align: right; 
	text-transform: lowercase;
	white-space: nowrap;
	font: bold 1.5em sans-serif;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
	text-align: left;
}

table .border {
	border-bottom: dotted 1px #151515;
}

table.border {
	border: dotted 1px #151515;
}

#Inhalt table a:hover {
	display: block;
}

.list p {
	margin: 0;
	padding: 0.1em 0 0 1em;
}

input[type="text"], textarea {
	font-family: Arial,Helvetica,sans-serif;
	width: 400px;
	color: #151515;
	background-color: #FFF;
	border: #000 1px solid;
}

input[type="submit"] {
	background-color: #FFF;
	color: #151515;
	border: #000 1px solid;
}

.list p:before {
	content: "- ";
}

p.error {
	padding: 0.2em;
	margin: 0.3em;
}

p.error:before {
	content: "- ";
}

div.error {
	border-left: solid red 2px;
/*	background-color: #;*/
}

a.download {
	padding-right: 100%;
}

