html {
	height: 100%;
	width: 100%;
	
}
body {
	margin: 10px;
	padding: 10px;
	height: 90%;
	width: 90%;
	color: #445;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #333333;
	}

h1 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #333333;
	}

#nav {
	position: absolute;
	width: 280px;
	left: 31px;
	top: -1700px;
	margin: 0;
	padding: 0;
	background: transparent;

}
#nav span.null {
	display: none;
}
#nav div {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #777;
	background: #f9f9f9;
	border-right: 1px solid #f9f9f9;
	line-height: 14px;
	font-size : 12px;
}
#nav a:hover {
	color: #DA1212;
	background: #eee;
	border-right: 1px solid #DA1212;
	text-decoration: underline;

}
#nav a.akt {
	color: #555;
	background: #eee;
	border-right: 1px solid #DA1212;
}

h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #cccccc;
	}


#container {
	background-color : #ffffff;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 49px;
	left: 320px;
}
#cont {
	width: 550px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 58px 0 40px 7px;
}

a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background: transparent;
	text-decoration: underline;
}
p {
	color: #444;
	margin: 0 0 12px;
	padding: 0;
}
img {
	margin: 0 5px 0 0;
	float: none;
}

.Txt {
	position: absolute;
	left: 10px;
	top: 1800px;
	width: 800px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
	padding: 10px;
	margin: 0px;
	}
.sumaNav {
	position: absolute;
	left: 10px;
	top: 1180px;
	width: 220px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
	padding: 10px;
	margin: 0px;
	float: left;
	}
.Txt h1 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 15px;
	color: #CC0000;
	}
.Txt h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 15px;
	color: #0099FF;
	}

