﻿.playbutton
{
	background: url(images/lautspr.gif);
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.ftbig
{
	font-size: 10pt;
}
.songlist th, .customerOrder th
{
	text-align: left;
	background: #2B519D;
	color: #FFFFFF;
	height: 22px;
}
.rowAlt
{
	background: #EEE;
}
.songlist A, .customerOrder A
{
	text-decoration: underline;
}
.songlist th a
{
	color: #FFF;
}
.filterbox
{
	border-style: solid;
	width: 600px;
}
.invisible
{
	width: 0px;
	display: none;
}
ul
{
	list-style-type: square;
	margin-top: 2px;
}
.menuheader
{
	background: #2B519D;
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding-left: 5px;
}
.menuheader a
{
	color:#FFF;
	}

#navbar
{
	background: #2B519D;
	color: #FFFFFF;
	font-weight: bold; /*height: 22px;*/
	margin-bottom: 2px;
}
#navbar A
{
	color: #FFFFFF;
}
html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #2B519D;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 980px;
}
#content
{
	/*     margin-left: 6px;     margin-right: 6px; */
	margin: 6px;
}
#top
{
	background: url(images/top_logo.jpg);
	height: 91px;
}
#left
{
	position: absolute;
	background-color: #C6DEFA;
	left: 0px;
	width: 180px;
	height: 100%;
}
#right
{
	position: absolute;
	background-color: #C6DEFA;
	left: 800px;
	width: 180px;
	height: 100%;
}
#center
{
	width: 620px;
	position: absolute;
	left: 180px;
}

img
{
	border: 0;
}

A
{
	text-decoration: none;
	color: #2B519D;
}

