td
{
	padding: 0px;
	font-size: 100%;
}
td.head
{
	background-color: Silver;
	color: black;
}

td.desc
{
	background-color: White;
}

td.copy
{
	font-size: 100%;
	background-color: Silver;
	color: Red;
}

h1, h2
{
	text-align: center;
}

table {
	border-spacing: 0px;
	border-collapse: separate;
	width: 100%;
	max-width: 800px; 
	min-width: 300px; 
}

table.stevne
{
	width:100%;
	max-width: 800px; 
	min-width: 300px; 
}

table.det td
{
	min-width: 40px;
	background: white;
}

td.add, td.copy
{
	text-align: center;
}


table.stevne tr:nth-of-type(even) { 
  background: #eee; 
}

table.filelist tr:nth-of-type(even) { 
  background: #eee; 
}

col.columnIcon 
{
  width: 30px;
}

col.columnKlasse
{
  width: 35%;
}

col.columnEvent
{
  width: 35%;
}

col.columnTime
{
 width: 20%;
}

img
{
  max-width: 100%;
  height:auto;
}