div, p, h1, h2, h3, hr, span, body, table, tr, td, ul, li, img, a{
  margin:0px;
  padding:0px;
}

body{
    background-color:#0055A0;
    font-size:12px;
    color:#0055A0;
    font-family:Arial,Verdana,sans-serif;
    /*text-align: center; */ /* Zentrierung im Internet Explorer */
}

li{
	color:#0055A0;
	font-size:12px;
	font-weight:bold;
}

a{
  color:#0055A0;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}


a:hover {
	color:#72797F;
}
/*
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:focus {
  text-decoration:none;
}

a:active {
  text-decoration:none;
}*/

/*******************************************************************************
 * frame
 *
 *
 ******************************************************************************/

div#frame{
	position:absolute;
	left:50%;
   top:50%;
   width: 800px;
   height: 400px;
   margin-left:-400px;
	margin-top:-200px;
	background-color:white;
}

img#logo{
	position:absolute;
	left:40px;
	top:40px;
}

menu#o{
	position:absolute;
	left:50px;
	top:160px;
	list-style-type:disc;
}

menu#u{
	list-style-type:none;
}

div#flash{
	position:absolute;
	right:100px;
}







