
html {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/common/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #669988;
}
a:hover {
	color: #000000;
	background-color: #eeeeee;
}
input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}

#logoblock {
	color: #88bb99;
	font-family: verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 13px;
}

#navblock {
	position: absolute;
	z-index: 42;
	left: 262px;
	top: 14px;
	text-align: center;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#mainblock {
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin-top: 2px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	width: 600px;
	text-align: justify;
}

#copyrightnotice {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	margin-top: 2px;
	margin-left: 15px;
}

#klimaguidendata {
	float: right;
	/* background-image: url(/common/bg.jpg); */
	/* background-position: top left; */
	/* background-repeat: no-repeat; */
	border: 1px solid #dddddd;
	color: #000000;
	background-color: #eeeeee;
	margin-left: 14px;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 260px;
	height: 315px;
}

h1 {
	color: #777777;
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 8px;
}

h2 {
	color: #444444;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 8px;
}

h3 {
	color: #444444;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 8px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 8px;
}

.codeexamplehl {
	color: #444444;
	margin-bottom: 1px;
	font-weight: bold;
}
.codeexample {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(/common/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;
	margin-top: 0;
	padding: 6px;
	overflow: hidden;
}

.bold {
	font-weight: bold;
	color: #000000;
}
.spacer {
	height: 6px;
}
