body {
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-size: 12px;
	vertical-align: top;
	margin: 0px;
	padding: 0px; 
	}

	
/* -- maincontainers -- */

div#container {
		background-image: none;
		margin: 0px auto;
	}

div#contentcontainer {
	width:650px;
	margin: 0px auto;
	}	
	
/* -- maincontent -- */

.header {
	height: 30px;
	background: none;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	}
	
.naheader {
	display:none;
	}	

div#left {
	display:none;
	}
	
div#midden {
	width:650px;
		}

div#right {
	display:none;
	}

div#footer {
	clear:both;
	background-image:none;
	width:800px;
	height:35px;
	margin: 0px auto;
	padding-top:25px;
	font-size: 9px;
	text-align:center;
	color: #000000;
/*	position: relative;
	top: -0px; */
	}

/* -- links -- */

a:link {font-size: 12px; color: #000000; text-decoration: underline;}
a:visited {font-size: 12px; color: #000000; text-decoration: underline;}

div#footer a:link {color: #000000; font-size: xx-small;}
div#footer a:visited {color: #000000; font-size: xx-small;}

/* -- headers -- */

H1, H2, H3 {
	color:#000000; 
	font-weight: bold;
	text-align:left;
	margin:0px;
	}

H1 {	
	font-size: 20px;
	margin-bottom:10px;
	border-bottom: 1px solid #000000;
	}

H2 {
	font-size: 14px; 
}

H3{
	font-size: 13px;
	}
	
H4 {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin-top: 0px; 
	margin-bottom: -10px; 
	padding-bottom: -10px;
	}	

H5 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px; 
	margin-bottom: 0px; 
}


ul.alfabet {
	padding:0px; text-align:left;
}

ul.alfabet li {
	list-style:none; padding-right:5px; float:left; font-weight:normal; text-align: center;
}

ul.alfabet li a {display:block; width:14px; height:14px; background-color:#000000; font-weight:normal;
	text-decoration:none; color:#FFFFFF;
}

ul.alfabet li a.active {
	background-color: #FFFFFF;
	color: #000000;
}


img{
border:0;
}

.align-center {
visibility:hidden;
} 