BODY {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	background-color: #fff;
	color: #3d3d3d;
}

a { 
	text-decoration: none;
}

h1,h2 { 
	color: red; 
}

pre {
	margin: 1em 1em 0.5em 5em;
	padding: 4px;
	border: solid 1px #ccc;
	background: #eee;
	overflow: auto;
	width: 90%;
}


#glavno {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

#sodrzhina_glavno {
	margin-right: 13em;
	margin-left: 1em;
	margin-top: 2em;
	padding-top: 0;
	
}

#meni {
	float: right;
	width: 13em;
	background-color: transparent;
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 1em;
	padding-top: 1em;
	margin-top: 0;
	font-size: x-small;
}

#meni hr {
	height: 1px;
	border-style: none;
	background: #ccc;
	margin-top: 1em;
}

#meni br {
	line-height: 0.5em;
}

.naslov, .naslov a, .naslov a:visited {
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	border-bottom: none;
	font-size: small;
  	text-transform:uppercase;
	color: #aaaaaa;
	padding-bottom: 1em;
	
}
.naslov_data {
	font-size: 75%;
	/*color: #A3A3A3;*/
	text-align: left;
	color: #666; 
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}

.tekst {
	text-align: justify;
	font-size: 95%;
}

.tekst P { 
	text-indent: 2em;
	padding-top: 0.5em;
	margin: 0;
}

.tekst a, .tekst a:visited { 
	color: #777777;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.tekst a:hover	{ 
	color: #cccccc; 
	border-bottom: none;
}

#meni a {
	display: list-item;
	list-style-type: circle;
	list-style-position: outside;
	padding: 0.1em;
	margin-left: 0.6em;
	color: #777777;
}

#meni a:hover {
	list-style-type: disc;
}


#pateka  {
	font-size: 80%;
	letter-spacing: 0.5em;
	color: #fff; 
	text-align: left;
	background-color: #ccc;
	padding: 0;
	padding-bottom: 1em;
}

#pateka a, #pateka a:visited { 
	color: #fff; 
	background-color: #ccc;
}

.povekje {
	font-size: 80%;
	margin-top: 1em;
	text-align: left;
}

.povekje a {
	border-bottom: none;
}


.stari_blogovi, .stari_blogovi a {
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: none;
	font-size: small;
  	text-transform:uppercase;
	color: #aaaaaa;
	padding-bottom: 0.5em;
	
}

.stari_blogovi a:hover {
	color: #666;
}

.stari_blogovi_data {
	color: #666; 
	font-size: 70%;

}