@charset "utf-8";
/* CSS Document */

html,
body,
img,
div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #E1E1E1;
}

html,
p,
a,
h1,
h2,
h3,
label,
input, 
textarea,
select, option, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #383838;
	text-decoration: none;
}

label {
	font-weight: bold;
	text-align: left;
}

h1, h2 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	line-height: 18px;
}

div {
	background-color: #FFFFFF;
}

/* LOGIN */

#Loginbox {
	width: 400px;
	border: 1px solid #FF0000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	z-index: 1;
}

#Loginbox label {
	display: block;
	width: 100px;
	float: left;
}

#Loginbox input {
	width: 250px;
}

#Loginbox div {
	width: 360px;
	margin: 5px auto 5px auto;
}

#Loginbox #btnLogin {
	width: 100px;
	margin-left: 140px;
}

#Loginbox #btnNewpass {
	width: 100px;
	margin-left: 140px;
}

#Loginbox h1,
#Loginbox p {
	text-align: center;
}

/* CONTENT */

#Container {
	margin: 10px;
	padding: 10px;
}

#Container div {
	border: 1px solid #FF0000;
	padding: 5px;
	margin-bottom: 20px;
}

#Container #Content div {
	border: 0px;
	clear: both;
	margin-bottom: 20px;
}

#Container #Content #Menu {
	margin-bottom: 40px;
}

#Menu a {
	display: block;
	float: left;
	margin-right: 20px;
}

#Menu a:hover {
	color: #FF0000;
}

.blokk {
	margin: 20px;
}

table {
	margin: 10px auto 10px auto;
}

table a:hover {
	text-decoration: underline;
	color: #FF0000;
}

table td {
	text-align: center;
	padding: 3px;
}

thead th {
	text-align: center;
	padding: 5px;
	background-color: #cfcfcf;
}

thead, tfoot {
	font-weight: bold;
}

#message {
	width: 800px;
	height: 400px;
}

.div_month {
	display: none;
}

h1.h1_month {
    text-align: center;
}
