/* ------------ LAYOUT------------*/

body, table {
	margin-bottom: 10px;
}
p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3, h4 {
	margin:0px;
}
div.inhalt {
	position: absolute;
	width: 650px;
	left: 270px;
/*	right: 80px;
	height: 540px;
	overflow: auto;*/
}
#counter a {
	display:none;
}


/* ----------- FONTS ------------------ */

body, table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
input, textarea, select, optgroup {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td.lineheader {
	font-weight: bold;
}
.small {
	font-size: 9px;
}
.normal {
	font-size: 12px;
}
.help {
	font-size: 9px;
	white-space: normal;
}

/* -------------- IMAGES, COLORS & BORDERS ---------- */
/* Grün ist jetzt BLAU*/
body.background {
	background-image:url(../../images/background.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
}
table.books, table.users {
	background-image: url(../../images/px.gif);
	border: 2px solid #000000;
}
td.tableheader {
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
td.lineheader {
	border-bottom: 1px dashed #000000;
}
a:link {
	color: #3F526B;
}
a:visited {
	color: #1A0050;
}
a:hover {
  color: #3000FF;
}
span.red, a.red, p.red {
	color: #CC0000;
}
span.green, a.green, p.green {
	color: #67A3FD;
}
span.yellow, a.yellow, p.yellow {
	color: #FFCC00;
}
div.imoutline {
   width: 200px;
   border: 1px solid #000000;
}
div.imfillcolor {
   background-color: #000000;
}



