html {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
background-image: url(http://people.opera.com/howcome/2005/img/bg.png);
}

body {					/* celoten osrednji del */
margin: 20px 180px 20px 260px;
padding: 10px;
border: 2px solid gray;
background: white;
}

header {				/* kje se nahajamo */
position: absolute;
top: 100px;
left: 5px;
background: white;
width: 190px;
border: 2px solid gray;
font-size: 60%;
font-weight: bold;
text-transform: uppercase;
}

nav {					/* glavni menu */
position: absolute;
top: 120px;
left: 5px;
margin: 0px;
padding: 0px;
border: 2px solid gray;
background: white;
width: 190px;
}

aside {}				/* kazalo */
article {}				/* celotno besedilo */
footer {}				/* copyright, avtor */

ul { list-style-type: none }		/* alineje */

li { 
margin: 1px; 
padding: 2px;
}

h1 {					/* glavni naslov */
font-family:"Times New Roman", Georgia, Serif;
font-size: 250%;
font-weight: normal;
font-style:oblique;
color: blue;
margin: 0px auto 20px 5px;
}

h2 {					/* glavni podnaslovi */
font-size: 110%;
margin: 35px auto 10px 25px;
font-weight: bold;
}

h3 {					/* drugi podnaslovi*/
font-size: 100%;
margin: 0px auto 10px 25px;
font-weight: normal;
}

p {
font-size: 13px;
line-height: 17px;
text-align: justify;
margin: 0px 50px 15px 40px;		/* odmiki paragrafov: gor, od desne, dol, od leve */
}

p.center { text-align: center }		/* sredinsko centrirano besedilo */

small {					/* mala pisava */
font-size: 11px;
font-weight: normal;
}

img {
display: block;				/* vse slike naj bodo sredinsko centrirane */
margin: 0px auto 15px auto;
border: none;
}

a:link, a:visited {			/* izgled linkov */
color: blue;
text-decoration: none;
background-color: transparent;
}

a:hover {
color: white;
text-decoration: none;
background-color: blue;
}
