table
{
  empty-cells: show; 
}

img 
{
  border: 1px dotted black; 
  border: 0; 
  position: absolute; 
}

.logo
{
  position: absolute;
  left: 5px; 
  top:  5px;
}


/* Kleinansichten */

.small_navi
{
  left:  100px; 
  top:     5px;
}

.small_title
{
	left: 601px; 
	top: 5px;
}

.small_pic 
{
	position: absolute;
	left:    0px; 
	top:   100px; 
	width: 530px;
}

.small_img
{
	/* right: 0px; */
	left: 0px;
}

.small_desc
{
	left: 531px; 
	top:  120px;
}

/* Großansichten */

.large_navi
{
  left:  100px; 
  top:     5px;
}

.large_title
{
	left: 601px; 
	top:    5px;
}

.large_format
{
  left: 830px; 
  top:    5px
}

.large_pic 
{
	position: absolute;
	left:     0px; 
	top:    106px; 
	width: 1030px;
}

.large_img
{
	/* right: 0px; */
	left: 0px;
}


/*  Allgemein */

.titlenotice td
{
  width: 20px; 
  height: 20px;
}


