/* --------------------------------- Stile für die Hilfeseiten ---------------------------------- */

@font-face {
	font-family: "Rubik"; 
	src: url("/shared/fonts/Rubik-Regular.ttf");
}
@font-face {
	font-family: "Rubik";
	font-weight: bold;	
	src: url("/shared/fonts/Rubik-Bold.ttf");
}
@font-face {
	font-family: "Rubik";
	font-weight: 600;	
	src: url("/shared/fonts/Rubik-SemiBold.ttf");
}

html {
   	font-family: "Rubik",Helvetica,Arial,sans-serif;
	font-size:8pt;
}
body {
   background-color:#fff;
}

a:link, a:visited, a:active {
   text-decoration:none;
   color:#0000ff;
}
a:hover {
   text-decoration:underline;
   color:#0000ff;
}

table {
   font-size:8pt;
   background-color:#ffffff;
}
table.grau {
   background-color:#E0E0E0;
}
.kopftabelle {
	width:100%;
	height:100%;
	border-collapse:collapse;
	border: 1px solid #999999;
	background-color:#efefef;
}
.tempHinweis {
	padding: 0px 15px;
}