body
{
	background-color: transparent;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	margin: 1.75em 2em;
}

a { 
	text-decoration: underline; 
	color: black;
}

/* ************** Verstecken */
#header, #breadcrumb, #nav, #footer, 
#visual fieldset, #visual img, .more, .tools, 
.admintools, .nodisplay,.keywords, hr,
.jumplist, #encyclopedianav, #abzmap img, #abzmarker,
div.blendbar
{
	display: none;
}

.section, .item, .info {
	border-top: 1px solid black;
	float: none;
	clear: both;
}

img {
	float: left;
	margin: 1em;
	border: 0px none;
}


dl.std {
	width: 33%;
	float: left;
	clear: left;
	margin: 0.75em 1.5em 1.5em 1.5em;
	
}
dl.std dt, dl.std dd {
	width: 50%;
	display: block;
	line-height: 1.75em;
}
dl.std dt {
	margin-right: 50%;
	text-align: right;
}
dl.std dd
{
	padding-left: 50%;
	margin-top: -1.75em;
}

/* ************** Schwarz Weiss Logo */
#visual {
	background: url(../pics/logo.gif) 100% 50% no-repeat;
	height: 150px;
}
/* ************** Formulare */
fieldset										{ border: none; }
legend											{ display: none; }
input, select, textarea 						{ width: 95%; }
input.dateinput 								{ width: 10em; }
ul.tools label, ul.tools input#selectforum 		{ float: left; }

.section .checkbox input {
	width: auto;
	display: block;
	margin-top: 0.4em;
}
div.button input
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
}
label
{
	font-weight: bold;
	display: block;
	padding: 0.25em 0;
}
.amount {
	width: 20px;
	float: left;
	margin-right: 10px;
}