body
{
    margin: 0px;
    height: 100%;
    background-color: #CCCCCC;
    padding: 0px;
}

html
{
    height: 100%;
}

img
{
	border: 0px;
    margin: 0px;
}

form
{
	display: inline;
}


#Footer
{
	width: 920px;
    height: 39px;
    background-image: url(../_gfx/footer.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    text-align: center;
}


#Body
{
	width: 870px;
    padding: 25px;
    padding-top: 5px;
	background-image: url(../_gfx/repeat.gif);
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


#Header
{
	background-image: url(../_gfx/header.gif);
    background-repeat: no-repeat;
    height: 103px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#Menu
{
	background-image: url(../_gfx/menue.gif);
    background-repeat: no-repeat;
    width: 903px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
}

#UnderMenu
{
	background-image: url(../_gfx/shadow_menu.gif);
    background-repeat: no-repeat;
    width: 920px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
}

#Search
{
	background-color: #444444;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #000000;
    padding: 3px;
    text-align: left;
}

/*#ArtistSearch
{
	background-color: #444444;
    width: 220px;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    padding: 3px;
}*/

#ArtistSearch
{
	width: 232px;
    margin-left: 8px;
    margin-bottom: 15px;
    height: 38px;
    background-image:url(../_gfx/all_tracks.gif);
    background-repeat: no-repeat;
    text-align: center;
}

.MenuPunkt
{
    text-align: center;
	text-decoration: none;
    height: 21px;
    padding-top: 5px;
    width: 109px;
    display: block;
    float: left;
    border: 1px solid #444444;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    background-color: #CCCCCC;
    color: #3F3F3F;
    border-right: 0px;
}
.MenuPunkt:link 	{}
.MenuPunkt:active 	{}
.MenuPunkt:visited 	{}
.MenuPunkt:hover 	{background-color: #EEEEEE;}

.MActive
{
	background-color: #EEEEEE;
}