
/* --- GENERIC --- */

body, html {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #0909a8;
}
a:hover {
	text-decoration: none;
	color: #870e0e;
}

h1 {
	text-align: center;
	font-size: 40px;
}
h1 .preamble {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	background: url(/img/logo-50x43.png) no-repeat;
	margin-top: 55px;
	padding-left: 70px;
	padding-top: 0.32em;
	height: 43px;
}
h3 {
	background: url(/img/logo-32x27.png) no-repeat;
	margin-top: 35px;
	padding-left: 40px;
	padding-top: 0.2em;
	height: 32px;
}
p {
	margin-left: 30px;
	line-height: 1.35em;
}

/*** CLASSES ***/

.page {
	margin: 50px 80px 0px 80px;
	padding-bottom: 50px;
}

.indent {
	margin-left: 30px;
}

.snippet-meteokit {
	font-weight: bold;
}
.snippet-meteokit-m {
	color: #870e0e;
}
.snippet-meteokit-k {
	color: #0909a8;
}

.mk-highlight {
	background-color: #fffdd2;
	border: 2px solid #870e0e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

