﻿html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {

	font-family: "Verdana",  Arial, sans-serif;
	color: #ffffff;
	font-size: 80%; /* 1em = 10px */
	line-height: 1.28em;
  text-align:center;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* za ul list v besedilu - splosno */
.besedilo_list ul {
}

.besedilo_list li {
	padding-bottom: 8px;
}

.bold {
font-weight: bold;
}

.pokoncdesno {
border-right: 1px solid #6f6b67;
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
}

.zgoraj {
border-top: 1px solid #6f6b67;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-style: solid;
}

.desnozgoraj {
border-right: 1px solid #6f6b67;
border-left: 0px;
border-top: 1px solid #6f6b67;
border-bottom: 0px;
border-style: solid;
}

.levozgoraj {
border-right: 0px;
border-left: 1px solid #6f6b67;
border-top: 1px solid #6f6b67;
border-bottom: 0px;
border-style: solid;
}

a:link {
color:#ffffff;
text-decoration: underline;
}
a:visited {
color:#ffffff;
text-decoration: underline;
}
a:hover {
color:#7b7b7b;
text-decoration: underline;
}
a:active {
color:#ffffff;
text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.vina-wines {
	font-family: "Verdana",  Arial, sans-serif;
	color:#6f6b67;
	font-size: 80%; /* 1em = 10px */
	line-height: 1.2em;
  text-align:center;
}