@charset "UTF-8";
body  {
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../img/taust.jpg) repeat;
	float: left;
}

	body,html {
		margin:0;
		padding:0;
		background: #fff;
		color:#000;
	}
	body {
		min-width:750px;
	}

.twoColFixLtHdr #container { /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	background-color: #faeed2;
	width: 998px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0 auto 0 -2px;
	display: block;
	height: 1%;
}

.twoColFixLtHdr #header {
	width: 758px;
	height: 75px;
	background: #e3a413 url(../img/nyda_logo.png) no-repeat 585px;
	margin: 0;
	padding: 0;
	float: right;
}

.twoColFixLtHdr #header_esi {
	width: 758px;
	height: 320px;
	padding: 0;
	margin: 0;
	background-image: url(../img/header_esi.jpg);
	float: right;
}

.twoColFixLtHdr #tydruk {
	width: 658px;
	background: url(../img/avalehe_tydruk.png) no-repeat;
	margin-left: 60px;
	position: absolute;
	height: 323px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

.twoColFixLtHdr #seljadkoos {
	width: 211px;
	background: url(../img/seljadkoos.jpg) no-repeat;
	height: 449px;
	margin: -449px 0 0 450px;
	float: left;
	position: absolute;
}

.twoColFixLtHdr #kahekesi {
	width: 334px;
	height: 441px;
	padding: 0;
	background: url(../img/kahekesi.jpg) no-repeat;
	margin: -420px 0 0 394px;
	float: left;
	clear: both;
	position: absolute;
}

.twoColFixLtHdr #sidebar1 { /* since this element is floated, a width must be given */
	width: 240px;
	clear: left;
	margin: 0 0 -275px;
	float: left;
	padding: 27px 0 0;
	background-attachment: scroll;
}

.twoColFixLtHdr #poll {
	padding: 0;
	width: 240px;
	clear: left;
	margin: 0;
	position: relative;
	float: left;
}
.twoColFixLtHdr #mainContent {
	width: 728px;
	background-color: #fff;
	height: 1%;
	margin: 0 0 0 240px;
	float: right;
	padding: 5px 0 60px 30px;
} 
.twoColFixLtHdr #mainContent_esi {
	width: 728px;
	background-color: #fff;
	padding: 1px 0 60px 30px;
	height: 1%;
	float: right;
	margin: 0 0 0 240px;
} 
.twoColFixLtHdr #footer {
	width: 758px;
	height: 75px;
	background: #a092c3 url(../img/pohl_boskamp.png) no-repeat 556px;
	margin: -75px 0 0 240px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
	float: right;
	position: relative;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
