﻿
* {
   font-family:Open Sans, Arial, Helvetica, sans-serif;
   color: #4f5457;
   line-height: 1.5em;
}

a:link {
	color:#3a3d3f;
	text-decoration:underline;
}
a:visited {
	color:#3a3d3f;
	text-decoration:underline;
}

a:hover {
	color:#f08;
	text-decoration:underline;
}

a:active {
	color:#f08;
	text-decoration:underline;
}

table.Warnung th {
	text-align:left;
}

table.Vorsicht th {
	text-align:left;
}

table.Hinweis th {
	text-align:left;
}

table.Gefahr th {
	text-align:left;
}

div {
	max-width:650px;
}