* {
	border-radius: 0 !important;
}

a {
	color: #F47921;
}

body {
	color: #636465;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

p {
	/*font-size: 10px;*/
	
}

div#header {
	/*background-color: #e5e6e7;*/
	padding: 10px 10px;
}

#chooseFile:hover {
	text-decoration: underline;
	cursor: pointer;
}

span.beispiellink {
	color: #F47921;
}

span.beispiellink:hover {
	cursor: pointer;
	text-decoration: underline;
}

img.popup_example_aufgabenseite {
	width: 100%;
	height: auto;
}

img.popup_example_uebung {
	width: 100%;
	height: auto;
}

.hideAtStartup {
	display: none;
}

.h2label {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}