@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #2e3640;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
a:link {
	color: #00C;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #00C;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #ffa200;
}
h2 {
	font-size: 24px;
	color: #ffa200;
}
h3 {
	font-size: 18px;
	color: #ffa200;
}
h4 {
	font-size: 16px;
	color: #ffa200;
}
h5 {
	font-size: 16px;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #ffa200;
}
.heading_orange {
	color: #F60;
}
.overskrift_orange2 {
	font-weight: bold;
	color: #000;
	text-align: left;
}
.outlined {
	text-align: justify;
}
.courseform {
	font-size: 10px;
}
.schedule {
	font-size: 11px;
}
.menu {
	color: #2e3640;
	size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.menu:link {
	color: #2e3640;
	size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.menu:visited {
	color: #2e3640;
	size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.menu:hover {
	color: #ffa200;
	size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.menu:active {
	color: #2e3640;
	size: 11px;
	text-decoration: none;
	font-weight:bold;
}
