@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption);
body {
	background-color: #F7F7F7;
}
body,td,th {
	color: #111111;
	/* normaler Text */
	font-family: "PT Sans Caption", "sans-serif", sans-serif;
	font-size: 13px;
	
	width: 800px;
	margin-top: 15px;
	margin-left: 50px;
}


/* Titel der Seite */
h1 {
	font-family: "PT Sans Caption", "sans-serif", sans-serif;
	font-size: 23px;
	color: #111111;
}


/* Untertitel */
h2 {
	font-size: 13px;
	color: #111111;
}


/* hyperlink */
a:link.impressum {
	font-family: "PT Sans Caption", "sans-serif", sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF9900;
	position: absolute;
	bottom: 5px;
	left: 70px;
}
a:visited.impressum {
	text-decoration: none;
	font-weight: normal;
	color: #FF9900;
	visibility: visible;
}

/* hyperlink einstellungen */
a:link { text-decoration:none; font-weight:bold; color: #FF9900; }
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	visibility: visible;
}
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; }


/* dotted selectionbox */
a {
	outline: 0;
	color: #FF9900;
}


/* explorer img outline */
img {
	border-width: 0;
}
