body 
{ 
	color: black;
  margin: 0px;
	background-image: url(imagen/metal.jpg);
  background-repeat: repeat-x;
  background-position: top;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 120%; }

.table_seite 
{  
	width: 1000px;
	height: 100%;
}

a
{
	text-decoration: none;
  outline: none;
}

a:hover
{
	text-decoration: none;
}

.datos
{
	
}

.td_borde_top
{
	background-color: darkblue;
	background-image: url(imagen/border_top.jpg);
	background-repeat: no-repeat;
  background-position: bottom;
}

.td_borde
{
  min-width: 10px;
	background-color: black;
}

.td_seite 
{ 
	width: 100%;
	height: 100%;
	text-align: center;
}

.td_title
{

	text-align: center;
}

.td_inhalt 
{ 
  background-color: #D1D4FF;
	text-align: left;
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 120%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-height: 400px;
}

.td_inhalt a
{ 
	color: darkblue;
}


.links
{
	font-size: 70%;
	background-color: #7C8EFF;
}

.links td
{
	text-align: right;
}

.links a
{
	color: darkblue;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
}

.links a:hover
{
	color: white;
	text-decoration: none;
	background-image: url(imagen/punta_izq.gif);
	background-repeat: no-repeat;
  background-position: left;
}

.links li
{
	position: relative;
	text-align: left;
	width: 200px
}

.links ul
{
  position:absolute;
  left:20px; top:100px; width:200px; height:407px;
	list-style: none;
	background-image: url(imagen/bkmenu.jpg);
}

.datos
{
  border: 1px solid #666666;
}

.label
{
	background-color: darkblue;
	background-image: url(imagen/bg_blue_top.jpg);
	background-repeat: repeat-x;
  background-position: bottom;
	height: 20px;
}
