html {
	height: 100%;
}

body {
	background: white url(../img/tausta.gif);
	margin:0px;
	height: 100%;
	font: normal 9pt/1.7 Helvetica, arial, sans-serif, Tahoma;
}

.image {
	filter:gray;
	border-style: outset;
	border-color: 2a2a2a;
	border-width: 1px;
	margin-right: 10px;
}
.image:hover {
	filter:none;
}

div#content {
	position: relative;
	width: 100%;
	text-align: left;
}

div#loggins {
	position: relative;
	width: 400px;
	height: 200px;
	top: 170px;
	text-align: center;
}

div#textcontent {
	background-color: #e5e5e5;
	position: relative;
	width: 100%;
	min-height: 500px;
	text-align: left;
}

div#top {
	width: 100%;
	position: relative;
	height: 377px;
}

div#logo {

	position: relative;
	top: 58px;
	left: 45px;
	width: 150px;
	height: 72px;
}
div#menu {
	position: absolute;
	background-color: #FFFFFF;
	z-index:200;
	text-align: right;
	left: 0px;
	top: 112px;
	width: 994px;
	height: 30px;
}

div#image {
	position: absolute;
	left: 0px;
	top: 146px;
	height: 221px;
}

div#text {
	float: left;
	clear: both;
	position: relative;
	margin-left: 40px;
	margin-right: 30px;
	width: 240px;
	padding: 6px 5px 10px 15px;
	font: normal 9pt/1.7 Helvetica, arial, sans-serif, Tahoma;

}

div#news {
	float:left;
	position: relative;
	padding: 5px;
	margin:1px;
	left: 2px;
	width: 504px;
}

div#newsline {
	clear: both;
	display: block;
	height: 100px;
	width: 500px;
	margin-bottom: 10px;
}

div#grayline {
	position: absolute;
	background-color: #dcdddc;
	width: 100%;
	z-index: 444;
	top: 140px;
	height: 5px;
	margin-bottom: 0px;
}


div#contact {
	clear: both;
	position: relative;
	background: white url(../img/tausta.gif);
	padding-top: 30px;
	width: 100%-100px;
	height: 50px;
	padding-left: 100px;

}

A:link {text-decoration: none; color: #DF1F26;}
A:visited {text-decoration: none; color: #DF1F26;}
A:active {text-decoration: none; color: #DF1F26;}
A:hover {text-decoration: underline; color: #6D6D6E;}


