/* Adda Stylesheet */

BODY{
	font-family: Serif, Times New Roman;
	color : #fecd67;
	font-size: 14px;
	background-color: #ecedf2;
}
H2 {font-size: 20px}

A {
		color: #fecd67;
		text-decoration: none;
}

A:hover {
		color: #fecd67;
		text-decoration: none;
		font-weight: bold;
}

A:active {
		color: #fecd67;
		text-decoration: none;
		font-weight: bold;
}

#pos1{
		position: absolute;
		top: 10px;
		left: 112px;
		z-index: 1;
}

#pos2{
   	position: absolute;
 	 	top: 28px;
   	left: 214px;
		z-index: 3;
}

#posTekst{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 4;
}

#pos3{
		position: absolute;
    top: 130px;
    left: 680px;
   	z-index: 5;
}

.scrollTekst{
		position: absolute;
		top: 130px;
		left: 218px;
    width: 400px;
    height: 400px;
    overflow: auto;
		font-size: 13px;
		font-family: Arial, Sans Serif;
		color: black;
}
BODY{
scrollbar-face-color:#b5c2ec;
scrollbar-highlight-color:#b5c2ec;
scrollbar-3dlight-color:#b5c2ec;
scrollbar-darkshadow-color:#b5c2ec;
scrollbar-shadow-color:#b5c2ec;
scrollbar-arrow-color:#400040;
scrollbar-track-color: A7BCE7;
}