html{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: white;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
  text-decoration: underline;
	color:black;
  font-size: 14px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
	color:black;
  font-size: 14px;
  font-weight: bold;
}
a:active {
  text-decoration: underline;
	color:black;
  font-size: 14px;
  font-weight: bold;
}


/* ----------Container zentriert das Layout-------------- */
.text{
 text-indent: 0px;
 font-size: 14px;
}

img{
	max-width:100%;
	border: 0px solid #645328;
	padding: 2px;
	margin-bottom: 5px;
	background-color: white;
}

#tab{
	background-color: white;
}

#tab img{
	border: none;
}

#tab td{
	border: none;
   border: 2px solid #645328;
}