h1 {
	font-family: "FreeSans";
	font-size: 18px;
	font-weight: bold;
	color: #fef7ce;	
	border-bottom: 1px solid #ed9f62;
}

h2 {
	font-family: "FreeSans";
	font-size: 16px;
	font-weight: bold;
	color: #fef7ce;
	border-bottom: 1px solid #ed9f62;
}

body {
	margin-left: 5%; margin-right: 5%; margin-top: 2%; margin-bottom: 2%;
	font-family: "FreeSans";
	font-size: 14px;
	color: #efefef;
	/*background-color: #181829;*/
	/*background-image: url('stars.gif');*/
	background: url('stars.gif');
}

p {
<!-	color: #efefef;
	font-family: "FreeSans"; ->
	width: 80%;
}

table {
	font-size: 95%;
}

/*** Pseudo classes ***/
a:link {
	color: #ed9f62; /* unvisited links - prej je bla #ed9f62*/
	text-decoration: none;
}

a:visited {
	color: #ed9f62; /* visited links - prej je bla #efefef fef7ce */
	text-decoration: none;
}

a:hover {
	color: #ed9f62; /* when mouse is over link */
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #fef7ce; /* when link is clicked */
	font-weight: normal;
	text-decoration: underline;
}

li.nav a:link {
	color: #fef7ce;
	text-decoration: none;
	font-weight: bold;
}

li.nav a:visited {
	color: #fef7ce;
	text-decoration: none;
	font-weight: bold;
}

li.nav a:hover {
	color: #ed9f62;
	text-decoration: none;
	font-weight: bold;
}

li.nav a:active {
	color: #ed9f62;
	text-decoration: none;
	font-weight: bold;
}

li.nav {
	list-style-type: lower-roman;
	line-height: 200%;
	border-bottom: 1px solid #ed9f62;
}

li.title {
	list-style-type: lower-roman;
	border-bottom: 1px solid #ed9f62;
}

.t {
	background: url(top_border.gif) 0 0 repeat-x;
}

.b {
	background: url(bottom_border.gif) 0 100% repeat-x;
}

.l {
	background: url(left_border.gif) 0 0 repeat-y;
}

.r {
	background: url(right_border.gif) 100% 0 repeat-y;
}

.bl {
	background: url(bottomleft_corner.gif) 0 100% no-repeat;
}

.br {
	background: url(bottomright_corner.gif) 100% 100% no-repeat;
}

.tl {
	background: url(topleft_corner.gif) 0 0 no-repeat;
}

.tr {
	background: url(topright_corner.gif) 100% 0 no-repeat;
	padding: 20px
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
	margin: 0 15px 5px 0;
}

/*** ID's ***/
#navigation {
	position: absolute;
	z-index: 10;
	width: 230px;
	/*height: 550px;*/
	/*margin: 0px 5px 0px 0px;*/
	/*padding: 0px 0px 0px 0px;*/
	/*border: 1px solid #ed9f62;*/
	font-weight: normal;
	background-color: #1c1d2e;
	/*background-image: url('navigation.gif');
	background-repeat: repeat-y;*/
	/*background-position: right top;*/	
}

#document {
	position: absolute;
	z-index: 15;
	/*padding: 0px 8px 0px 8px;*/ /* top right bottom left */
	margin-top: 0px;
	margin-left: 232px;
	margin-right: 2%;
	/*border: 1px solid #ed9f62;*/
	/*border-bottom: 1px solid #ed9f62;*/
	/*border-left: 1px solid #ed9f62;*/
	/*border-right: 1px solid #ed9f62;*/
	background-color: #1c1d2e;
	background-image: url('wallpaper2.png');
	background-repeat: no-repeat;
	background-position: top;
}
