/* formate.css - Copyright Mario Haßler */
/* Stand: 29.08.2018 */

@font-face {
	font-family:'ABeeZee';
	font-style:normal;
	font-weight:400;
	src:local('ABeeZee'),local('ABeeZee-Regular'),url(abeezee.woff) format('woff');
}

@font-face {
	font-family:'GrundschriftNormal';
	font-style:normal;
	font-weight:normal;
	src:local('GrundschriftNormal'),local('Grundschrift-Normal'),url(grundschriftnormal.woff) format('woff');
}

@font-face {
	font-family:'Wingdings';
	font-style:normal;
	font-weight:normal;
	src:local('Wingdings'),local('Wingding'),url(wingding.ttf) format('truetype');
}

body {
	color:#000;
	font-family:ABeeZee,Arial,Helvetica,sans-serif;
	font-size:20px;
	padding-left:250px;
}

body#start {
/*	background:url(klasse4c.jpg) no-repeat center -20px;	*/
	padding-left:0;
}

a {	text-decoration:none; }

#start a {
	color:#222;
}

#start p {
	color:#222;
	font-size:300%;
	text-align:center;
	text-shadow:#444 2px 2px 4px;
}

img {	border:0 none transparent; }

p#end {
	margin-top:5ex;
	border-top:2px solid #444;
	padding-top:2ex;
}

input[type=text] {
	background-color:#F5F5F5;
	border:0px solid #BBB;
	border-bottom-width:1px;
	color:#318;
	font:inherit;
	font-family:GrundschriftNormal,ABeeZee,Arial,Helvetica,sans-serif;
	font-weight:600;
	line-height:110%;
	text-align:center;
}

label {
	background-color:#F5F5F5;
}

button,
input[type=checkbox] {
	font:inherit;
	padding:1ex 3ex;
}

tt {
	font-family:GrundschriftNormal,ABeeZee,Arial,Helvetica,sans-serif;
	font-weight:600;
}

.tinte {
	color:#318;
}

/* Bildschirm: ===================================================== */

@media screen, handheld, projection {

	a:link			{ color:#600; }
	a:visited		{ color:#500; }

	.noscreen {			/* bei Bildschirmdarstellung ausgeblendet */
		display:none;
	}

	button,
	input[type=checkbox],
	label {
		cursor:pointer;
	}

	.cursor {
		cursor:pointer;
		padding:0;
	}
}


/* Drucken: ======================================================== */

@media print {

	a:link,
	a:visited	{ color:#005; }

	body {
		font-size:10pt;
		padding-left:0;
	}

	.noprint {			/* beim Drucken ausgeblendet */
		display:none;
	}
}
