/* elementi */
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #cbc196;
	color: #444;
	font: normal 60% Tahoma,sans-serif;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}



/* struktura, kjer je besedilo */
.container {
	background: #e4dfcc;
	margin: 0 auto;
	padding: 10 10px 10px;
	width: 770px;
}


/* header */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 0% 0% 0.5%;
	width: 770px;
}


/* content, kjer je besedilo*/
.content {
	float: left;
	margin: 12px 0;
	padding: 0 15px;
	width: 740px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: disc;
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
