.a_dbox {
	border-top: 1px solid #888;
	padding-top: 5px;
}

/* HTML-Tags */
body {
	font-family:Arial,sans-serif;
	font-size:100%;
	line-height:1.2em;
	margin:0 0 0 0px;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
}
hr.sbac-spacer { visibility:hidden; }
h1 {
	font-weight:bold;
	text-align:left;
	font-size:1.4em;
	margin:0.5em 0 0.5em 0;
	color:#7F1C19;
}
h2,caption,legend {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	color:#000;
}
small {
	font-size:0.85em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#7F1C19;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left center no-repeat;
}

a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left center no-repeat;
}
ul {
	margin-left:1.5em;
}
ul.nostyle {
	list-style-type:none;
}
li ul {
	margin-bottom:10px;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}

form br {
	clear:both;
}
fieldset {
	border:1px solid #E3A528;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
label {
	clear:both;
	float:left;
	width:10em;
	font-weight:bold;
	margin-right:1em;
	text-align:right;
}
input, textarea, select {
	border:1px solid #E3A528;
	background-color:#F9E8C1;
	padding:2px;
	font-family:Arial,sans-serif; 
	font-size:0.85em;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:18em;
}
textarea {
	height:10em;
}
input.submit {
	margin-top:5px;
}
table {
	font-size:1em;
	width:97%;
}
caption {
	text-align:left;
}
th {
	background-color:#F9E8C1;
	padding:3px;
	text-align:left;
}
th a {
	color:#000;
}
td {
	vertical-align:top;
	border-bottom:1px solid #E3A528;
	padding:3px;
}
dd {
	margin-left:2em;
}
dl.image {
	margin:0 10px 10px 10px;
}

dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#f9e8c1;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
}

div.breadcrumb {
	margin-bottom:15px;
	color:#666;
}

/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.monospace {
	font-family:'Andale Mono',Courier,monospace;
}