@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../picts/tlo.gif);
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
body, html {
	height: 100%;
}
#wraper {
	background-color: rgba(230,230,230,1.00);
	height: 100%;
	width: 90%;
	float: right;
}
header {
	background-color: rgba(230,230,230,1.00);
	height: 133px;
	width: 100%;
}
logo {
	float: right;
}

#nav {
	background-color: rgba(153,153,153,1.00);
	height: 18px;
	width: 100%;
}
main {
	background-color: rgba(153,153,153,1.00);
	float: left;
	height: 350px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}
footer {
	width: 100%;
}
#logo {
	background-color: rgba(230,230,230,1.00);
	height: 133px;
	width: 257px;
	float: right;
	padding-right: 30px;
}
#text {
	width: 90%;
	color: rgba(153,153,153,1.00);
	margin-left: 70px;
	margin-top: 30px;
	text-align: justify;
}
h1 {
	font-size: 12px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(95,94,94,1.00);
	line-height: 17px;
}
h2 {
	color: rgba(255,255,255,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}
label {
	width: 68px;
	padding-bottom: 10px;
	display: inline-block;

}
