* {
	margin: 0;
	padding: 0;
}
html{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	/*text-align: center;*/
	font-size: 78%;
	line-height: 120%;
	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;
}
p {

}

table { border-collapse:collapse; }

ul { margin: 0 0 0 0; }
li { 
 list-style-type: square; 
 display:block;
 padding: 0 0 0 15px;
 margin: 0 0 0 0;
}

li li {
 list-style-type: none;
}
li li li {
 list-style-type: none;
}

/* 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;
}




