body {
	background-color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: #cccccc;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	color: #cc3333;
}

/*a:link {
	color: #cc3333;
}

a:visited {
	color: #cc6666;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}
*/


/* 
neu width: 222px;
	height: 103px;
alt	width: 277px;
	height: 128px;
diff width: 55px;
	 height: 25px;
*/
#billensteiner {
	z-index: 1010;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 222px;
	height: 103px;
	background-image: url(/images/logo_billensteiner.gif);
	layer-background-image: url(/images/logo_billensteiner.gif);
}

#menuhead {
	z-index: 1000;
	position: absolute;
	left: 245px;
	top: 47px;
}

/* #logokunsthafnerei {
	z-index: 1005;
	position: absolute;
	left: 130px;
	top: 97px;
	width: 149px;
	height: 40px;
	background-image: url(/images/logo_kunsthafnerei.jpg);
	layer-background-image: url(/images/logo_kunsthafnerei.jpg);
} */
#pagetitle {
	z-index: 999;
	position: absolute;
	left: 50px;
	top: 73px;
	height:40px;	/* necessary for IE */
	vertical-align:top;	/* necessary for IE */
	color: #808080;
}
#pagetitle h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
}
#pagetitle h1:first-letter {
	font-size: 140%;
}
#subpagetitle {
	z-index: 999;
	position: absolute;
	left: 70px;
	top: 112px;
	height:20px;	/* necessary for IE */
	vertical-align:top;	/* necessary for IE */
	color: #808080;
	font-size: 16px;
}
#strichoben {
	z-index: 1001;
	position: absolute;
	left: 40px;
	top: 76px;
	right: 80px;
	/*width: 920px;*/
	height: 1px;
	background-image: url(/images/grau.gif);
	layer-background-image: url(/images/grau.gif);
}
.language {
	z-index: 1000;
	position: absolute;
	top: 47px;
	right: 80px;
	height: 25px;
	text-align: right;
	padding:0.55em 0em;
}
.editseries {
	z-index: 1000;
	position: absolute;
	top: 80px;
	right: 80px;
	height: 25px;
	text-align: right;
	padding:0.55em 0em;
}
.editseries div {
	float:left;
	padding: 2px;
}
#steinbock_alle {
	z-index: -10;
	position: absolute;
	right: 5px;
	top: 34px;
	width: 327px;
	height: 362px;
	background-image: url(/images/logo_steinbock_alle.gif);
	layer-background-image: url(/images/logo_steinbock_alle.gif);
}

.ueberschrift {
	color: #999999;
}

.header {	
	color: #999999;
	border-bottom: 1px solid #202020;
}
.header:first-letter { 
	font-size: 110%;
}
input {
	background-color: #dddddd;
	color:#333333;
	border: 1px solid #999999;
}
select {
	background-color: #dddddd;
	color:#333333;
	border: 1px solid #999999;
}
.button{
	background-color: #333333;
	color:#cccccc;
	border: 1px solid #999999;
	}
.button:hover {
	background-color: #999999;
	color:#cccccc;
	border: 1px solid #333333;
	}
.main {
	position: absolute;
	right: 50px;
	left: 50px;
	top: 140px;
	bottom: 50px;
}
.text2col {
	padding: 10px; 
	clear:both;
}
.column{ 
	padding: 10px; 
}
.collectionoverview {
	overflow: auto;
	width: 100%;
	height: 100%;
}
.collectionoverview .item {
	float: left;
}
.item {
	padding: 5px;
	margin: 10px;
	border: 1px solid #333333;
	width: 200px;
}
.item div {
	text-align: center;
	padding: 5px;
}
.item:hover, .item:focus, .item:active  {
	background-color: #202020;
}
.item img  {
	border:2px solid #999999;
}
/*.collectionoverview .item {
	float: left;
	padding: 5px;
	margin: 10px;
	border: 1px solid #333333;
	width: 200px;
}
.collectionoverview .item div {
	text-align: center;
	padding: 5px;
}
.collectionoverview .item:hover  {
	background-color: #202020;
}
.collectionoverview .item img  {
	border:2px solid #999999;
}*/
div.bottomright { /* Footer soll immer unten fixiert werden */
	position: absolute;
	bottom: 0;
	left: 0; /* für IE */
	right: 0;
	padding: 0.2em;
	padding-right: 1em;
	text-align: right;
	font-size: 0.8em;
	color: #cccccc;
}