/* music.boesendorfer.com */
body
{
	background-color: #ffffff;
	color: #000;
}

/* font für alle Elemente */
*
{
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10pt;
}

/* zum zentrieren der Seite */
div#page
{
	margin: 0 auto;
	width: 948px;
}

/* keine Rahmen bei Bildern (etwa bei links */
img { border: 0 none; }

/* Bilder in Tabellen */
td img { display: block; }

/* suchfeld */
#find
{
	font-size: 10pt;
	font-weight: normal;
	/* spinnt im firefox 
	border: 1px #2E2E2E solid;
	background-color: #000 !important;
	color: #FFF;
	*/
	border: 0 none;
	height: 16px;
}

/* sortier-select */
#findbutton
{
	background-color: #080808;
	color: #fff;
	border: 1px solid white;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 1px;
	height: 18px;
}

/* sortier-select */
#order
{
	background-color: #080808;
	color: #fff;
	border: 1px solid #080808;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 24px;
}

/* intro-text */
#intro-text
{
	color: #FFF;
	padding-right: 1em;
	text-align: justify;
	width: 435px;
}

/* Liste */
#item-list-table
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	/*width: 100%;*/
	/*border-collapse: collapse;*/
	empty-cells: hide;
}

#item-list-table td { vertical-align: top; }
#item-list-table div { }
td.col-divider { width: 10px !important; }

/* box für ein item */
td.item-box, td.empty-box
{
	/*width: 452px;*/
	width: 50%;
	/* bei wenig inhalt viel weiss
	height: 216px;
	*/
	border: 1px solid #6d6d6d;
	padding-top: 15px;
	padding-left: 9px;
	padding-bottom: 23px;
	padding-right: 12px;
	/*
	background-image: url(../images/bg_item.gif);
	background-repeat: repeat-y;
	*/
}

table.item-element-table { height: 100%; }

/* ein versuch */
/* bild mit text drunter */
td.img-box
{
	width: 140px;
	background-color: white;
	text-align: center;
	border-top: 15px solid white;
	border-bottom: 23px solid white;
	border-left: 9px solid white;
}

td.info-box
{
	width: 286px;
	padding-top: 3px;
	background-color: white;
	padding-bottom: 23px;
	border-top: 15px solid white;
	border-bottom: 23px solid white;
	border-right: 9px solid white;
}

td.col-divider
{
	border-top: 15px solid white;
	border-bottom: 23px solid white;
}

td.info-box div
{
	padding: 1px 3px;
	margin-left: 2px;
}

/* -- alle infos --*/
div.item
{
	color: #000;
	padding: 0;
}

/* -- einzelne info-teile --*/
.title, .artist
{
	width: 140px;
	vertical-align: top;
	margin-top: 6px;
	padding: 0;
	/* zu lange wörter abschneiden */
	overflow: hidden;
}

.media, .content, .artist-country, .label, .recorded, .orchester, 
.genre, .description, .domain-artist, .domain-label, .domain-shop,
.model { font-size: 9pt; }

/* beschriftungen */
span.col
{
	color: #333333;
	font-size: 7pt;
}

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

/** pager ( zeige ... von ...  */
div#pager-top, div#pager-bottom
{
	color: white;
}

/** =================  */
.error { color: red; }

.none_found
{
	color: #d3922e;
	text-align: center;
}

.none_found h1 { font-size: 30pt; }
.none_found h2 { font-size: 20pt; }

/* editor - begrüssung */
#editmenu { margin-top: 18px; }
#editmenu, #privacy, #contact, #delete { color: white; }

#privacy,
#contact,
#delete
{
	margin-left: 474px;
	font-size: 150%;
}

#privacy h1,
#contact h1,
{
	color: #d3922e;
	font-size: 16pt;
}
#delete h1
{
	color: red;
	font-size: 16pt;
	margin-top: 60px;
}

.edit_item
{
	margin-top: 5px;
	color: white;
	background-color: #080808;
	padding: 2px 4px;
	font-weight: bold;
}

/** extrawuerste */
div#pager-top, div#pager-bottom, 
#pager_info_bef, #blurbtable,
td.item_divider, tr.row_divider { display: none; }

#logotable { margin-bottom: 18px; }

