
/* CSS Document */

body {
background-color:#CCC;
	padding: 0;
	margin: 0;

}

div {
	height: 450px;
	width: 100%;
	position: absolute;

}

#header {
	margin-top: 18px;
	margin-left: -10px;
}

#viewer {
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
	
}

#z1 {text-align: right;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #EEE;}


#anchors {z-index: 100}

#termin, div.termin {
	position: absolute;
	left: 1473px;
	top: 41px;
	widows: 78px;
	height: 80px;
}

a img {color: none; border: none}


