body { 
	font-family: Verdana, sans-serif; 
}

h1,h2,h3,h4,h5,p,ul { 
	font-family: sans-serif; 
}

pre { 
	font-family: monospace; 
}

body {
	background: white;
}

h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.center-panel {
	color: black;
	position: absolute;
	background: white;
	top: 0;
	left: 10%;
	right: 10%;
	height: 100%;
	border-left: solid #2a027d 1px;
	border-right: solid #2a027d 1px;
	min-width: 44em;
}

.header {
	background: #6675b7;
	background-image: url("../media/Logo.bmp");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 1em;
	padding-bottom: 0;
	margin: 0;
	min-height: 62px;
	color: white;
}

.header h1 {
	padding-top: 0.5em;
}

.navigation {
	background: #6675b7;
	margin: 0;
	padding: 0;
	list-style: none outside none;
	text-align: right;
	border-bottom: solid #2a027d 1px;
}

.navigation li {
	background: #2a027d;
	margin-left: 0.5em;
	display: inline;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	border-left: solid black 1px;
}

.navigation li:hover {
	background: white;
	border-bottom: dashed black 1px;
}

.navigation li a {
	padding-left: 1em;
	padding-right: 1em;
	color: white;
	text-decoration: none;
}

.navigation li:hover a {
	padding-left: 1em;
	padding-right: 1em;
	color: black;
}

.navigation .current {
	color: black;
	border-bottom: solid white 2px;
	border-top: solid black 1px;
	border-left: solid black 1px;
	background: white;
	padding-left: 1em;
	padding-right: 1em;
}

.navigation .current:hover {
	border-bottom: solid white 2px;
	background: white;
}

.content {
	padding: 1em;
	clear: both;
	text-align: justify;
}

.test {
	text-align: center;
}


.msg {
	color: red;
	text-align: center;
}