body { 
	background:url(/images/bg.gif);
	margin : 0;
	font-size : 12px;	
	font-family: "Courier New", Courier, monospace;
	color : #333333; }

/* TEXT */	

.text {
	font-family: "Courier New", Courier, monospace;
	font-size : 15px;
	font-weight : normal;
	color : #333333;
	text-decoration : none; }

.text-clanak {
	font-family: "Courier New", Courier, monospace;
	font-size : 13px;
	font-weight : normal;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	color : #333333;
	text-decoration : none; }

h3 {
	font-size: 23px;
	margin: 0 0 0 0;
	display: inline;
	text-decoration : none;	}
	
h4 {
	font-size: 23px;
	margin: 0 0 0 0;
	display: inline;
	text-decoration : none;	}
		
/* MENU */
	
.text-menu {
	font-family: "Courier New", Courier, monospace;
	font-size : 13px;
	font-weight : bold;
	padding-left: 25px;
	color : #333333;
	text-decoration : none; }

.text-menu-gray {
	font-family: "Courier New", Courier, monospace;
	font-size : 13px;
	font-weight : bold;
	padding-left: 25px;
	color : #999999;
	text-decoration : none; }

.text-menu-link {
	font-family: "Courier New", Courier, monospace;
	font-size : 13px;
	font-weight : bold;
	color : #333333;
	text-decoration : none; }

a.text-menu-link {
	text-decoration:none;
	color:#333333; }
	
a.text-menu-link:hover {
	text-decoration:none;
	color:#FD6E05; }	

.text-menu-title {
	font-family: "Courier New", Courier, monospace;
	font-size : 13px;
	font-weight : bold;
	padding-left: 25px;
	color : #333333;
	text-decoration : none; }
	
.frame-right {
	float: right;
	margin: 0px 5px 0px 5px;
	border: 3px solid #FD6E05;
	padding: 0; }		

.frame-center {
	float: center;
	margin: 0px 0px 0px 0px;
	border: 3px solid #FD6E05;
	padding: 0; }		

#navlist li { 
	list-style-type: square;
	padding-left: 0px;
	padding-bottom: 5px; }	

