/*******************************************************/
/*                                                     */
/* Style sheet für die Web Site von Margot Oitzinger   */
/* *************************************************   */
/*                                                     */
/* Autor: Volker Sudmann                               */
/* Dieses Style Sheet ist urherberechtlich geschuetzt. */
/* Fassung vom xx.xx.2008                              */
/*                                                     */
/*******************************************************/

/* Basisdefinition */
html, body, dd, div, dl, dt, fieldset, form, input, textarea,
h1, h2, h3, h4, h5, h6, noframes, ol, p, ul,  dir, hr, menu, pre
{	display: block;
	font-size: 11pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
}
	
body
{	position : absolute;
	background-image: url(audioplayer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFE0; 
	height: 417px; 
	width: 428px;
	color: #7F7F7F;
	/*margin : -150px 0px 0px -150px;
	top : 50%; 
	left : 50%;
	overflow: visible;
	padding:20px; */
}

div		{position:absolute;	top:0px; left:0px; background-color:transparent;}
.info	{top: 70px; left: 60px; width:280px;}
.close	{top: 270px; left: 260px;}

p		{font-size: 11pt; font-weight: normal; text-align: left;}
.red	{font-weight:bold; color: #940F00;}
.small	{font-size:9pt;}
.player {margin-top:25px; text-align:center;}

img		{border: none;}



