* {
	margin: 0;
	padding: 0;
}
html{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
/*
body {
	font-family: verdana,'ms sans-serif';
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #000000;
	width: 100%;
	height: 100%;
}
*/
img {
  border: none;
}

/* Text */
/* Ueberschriften */
h1 {
  font-size: 150%;
  font-weight: normal;
}
h2 {
  font-size: 110%;
  font-weight:bold;
  padding-bottom:3px;
}
h3 {
  font-size:110%;
  font-weight:bold;
}
h4 {  
  font-size:100%;
  font-weight:bold;
}
table { border-collapse:collapse; }

ul { margin:0 0 0 2.5em; 
	list-style-type: disc; 
}


/* Standard Links */

a,a:link,a:visited
{ text-decoration:none; }

a:focus,a:hover,a:active
{ text-decoration:underline; }
a:focus,a:hover,a:active
{  outline: 0 none; -moz-outline: 0 none;}

table.mytable {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid grey;
}
table.mytable tr.mytr {
	height: 24px;
}
table.mytable tr.mytr_titel {
	height: 26px;
	font-weight: bold;
}
table.mytable td.mytd {
	padding: 2px;
	border: 1px solid grey;
}
table.mytable td.mytd1 {
	padding: 2px;
	border: 1px solid grey;
}
