* {
	font-size: 12px;
	font-family: arial,tahoma, verdana, 'sans serif';
}

html, body, form {
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:link, a:active, a:visited { text-decoration: underline; }

a img { border: none; }

big {
	font-size: 13px;
	font-weight: bold;
}


small { font-size: 10px; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; margin-top: 0px; margin-bottom: 0px; }

p {
	margin-top: 0px;
	padding-top: 0px;
}

author {
	font-size: 12px;
	font-style: italic;
}

form { background: transparent; }

input, textarea {
	border:1px solid #005686;
}


fieldset {
	border: 2px solid orange;
	margin-bottom: 20px;
}

legend {
	font-size: 16px;
	font-weight: bold;
}

label {
	font-weight: bold;
	font-size: 14px;
}




.boxes {
	width: 73px;
	border: 1px solid #000080;
	padding: 2px;
	margin: 0px 1px 1px 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float:left;
	height: 50px;
}

.boxes:hover {
	background-color: #f0f0ff;
}

.aufzaehlung {
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px;
}

.kategoriebox {
	height: 130px;
	overflow: auto;
}
.kategorieboxItem {
	width: 210px;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}


/* ################################### */
/* Footerleiste */
.contentBreite { width: 986px; text-align: left; }


#footerleiste a {
	text-decoration: none;
}

dd {
	margin: 0px;
	padding: 0px;
/*	background: transparent url(/globalart/menu/tab-trenner.gif) repeat-x left bottom; */
	border-right: 1px solid white;
}

#footerleiste {
	background: #ffffff url(/globalart/menu/tab-aktiv.gif) repeat-x left bottom;
	text-align: middle;
	position: fixed;
	height: 20px;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 7;
	padding: 2px 0px 2px 0;
	margin: 0px;
/*	border-top: 1px solid #fff;
	border-bottom: 1px solid #CBC8A9; */ 
	width: 980px;
}

#footerleiste {
	position: absolute;
	bottom:0;
	top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
	width: 100%;
	width:expression(document.body.clientWidth);
	border: none;
}