@charset "utf-8";


/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: -1px;
	vertical-align: middle;
}

}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
a {
	outline: none;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	background-color: #ededed;
	color: #38373a;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
a:hover,
a:focus, 
a:active {
	text-decoration: underline;
	color: #1b6fb2;
}

/* Überschriften und Absätze */






/* Überschriften und Absätze */
table {
	margin: 0;
	padding: 0;
}

