/* bigtown music.de */

body
{
	direction: ltr;
	line-height: 16px;
	word-spacing: 0px;
	letter-spacing: 0px;
	text-align: left;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 255, 255);
	background-image: url(images/mixer2.jpg);
}

body.index
{
	margin-left: 160px;
	margin-top: 16px;
	background-color: #000044;
}

div.top
{
	background-image: url(images/top.jpg);
}

div.menu
{
	position: relative;
	top: 50px;
	height: 25px;
	width: 100%;

	background-color:#111177;
}
td.menu
{
	white-space: nowrap;
}

div.content
{
	background-image: url(images/mixer.jpg);
	color: #0000FF;
	scrollbar-base-color:#0000FF;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#AAAAFF;
}

div.bottom
{
	background-image: url(images/bottom.jpg);
	color: #FFFFFF;
}

div.content p 
{
	margin: 16px;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	margin:0;
	padding: 16px;
	color: #0000FF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0000FF;
	text-align: center;
}
li
{
	font-size: 12pt;
	margin-bottom: 0px;
	line-height: 20pt;
}

p.home
{
	text-align: center;
	color: #0000FF;
}

/*--*/
img
{
	border-width: 0px;
}
img.textImage
{
	float: right;
	margin: 8px;
}
/*--*/
a
{
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}
a, a:link, a:visited, a:focus
{
	color: rgb(240, 0, 0);
	background-color: transparent;
}
a.menu
{
	padding-left: 10px;
	padding-right: 10px;
	color: yellow;
}
a:hover, a:active
{
	color: white;
	background-color: blue;
}
a[href="#"]
{
	color: white;
	background-color: transparent;
	cursor: pointer;
}
/*--*/

