html, body {
	background: #fff;
	color: #000;
	font-size: 1em; 
	font-family: trebuched, tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0; 
	padding: 0;
/*	quotes: "&bdquo;" "&rdquo;" "&laquo;" "&raquo;"; */
	quotes: "„" "”" "«" "»";
	}

q:before {
	content: open-quote;
	}
q:after {
	content: close-quote;
	}

abbr[title] {
	cursor: help;
	}
	
h1, h2, h3 {
	font-weight: bold;
	text-align: left;
   }

h1 {
	font-size: 1.4em; 
	margin-top: 0;
	}

h2 {
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0; 
	}

h3 {
	font-size: 1em; 
	}

a {
	text-decoration: none;
	}

a:link {
	color: #63f;
	}

a:visited {
	color: #0a0;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #c00;
	text-decoration: blink;
}

#all {
	width: 50em;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #ffc url(/grafika/Mjm.png) no-repeat 99% 0.5em;
	}

#footer {
	clear: both;
	width: 100%;
	font-size: 0.85em;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	text-align: left;
	}

hr {
	color: black;
	background-color: black;
	height: 0; 
	border-width: 1px 0 0 0;
	border-color: black;
	border-style: solid none none none;
	width: 100%;
	display: block;
}
