input, textarea, select, td, p, div, body, h1, h2, h3, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.2em;
	color: #333;
	text-align: left;
}

img {
   border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #643331;
	margin: 1.5em 0 .7em 0;
	/*border-bottom: 2px dashed #c6b3b3;*/
}

.vrh {
	margin-top: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: rgb(74,25,0);
	margin: 1.3em 0 .6em 0;
}

h3 {
	font-weight: bold;
	color: rgb(74,25,0);
	margin: 1em 0 .6em 0;
}

p, ul {
	margin: 0 0 .6em 15px;
}

a {
	color: #4e7599;
}

a.reasons {
  color:#8e410e;
}

a:visited, a:active, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.prva {
  margin-left: 69%;
}

sup {
	/*line-height: 40%;*/
}

hr {
	width: 100%;
	height: 1px;
	border: 0px;
	background-color: #ccc;
}

ul {
	margin: 0 0 0 35px;
	padding: 0px 0px 0px 15px;
	list-style: disc outside none;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
}

li {
	margin-bottom: 2px;
}

input, textarea, select {
	color: #000;
	font-size: .9em;
	border: 1px #333 solid;
	background-color: #fff;
	text-align: left;
}

.nic {
	margin: 0px;	
}

.majhen {
   font-size: .9em;
}

.b { font-weight: bold }
.i { font-style: italic }
.u { text-decoration: underline }

th.list, td.list, td.list1 {
	font-size: 8pt;
	border-right: 1px solid rgb(74,25,0);
	border-bottom: 1px solid rgb(74,25,0);
}

th.list {
	font-weight: bold;
	color: white;
	background-color: rgb(74,25,0);
}

td.list1 {
	background-color: #eee;
}

table.program tr {
  vertical-align: top;
}

table.program th {
  font-size:1em;
  font-weight:bold;
  padding-top:10px;
  color: rgb(74,25,0);
}

table.program td {
  font-size: .9em;
  padding-top: 5px;
}

table.program td.prvi {
  width: 100px;
  font-style: italic;
  color: #999
}

table.program td p {
  color:#000;
  font-size:.9em;
  margin:6px 0 3px 0;
}


  input.button {border:1px solid #000;background-color:#ddd;color:black;padding:3px;text-align:center}
  
  form#profile label, form#profile label {
    display:block;
    float:left;
    width:150px;
    text-align:right;
  }
  form#profile input.text, form#profile input.text, form#profile textarea.text form#profile select.text {
    margin-left:10px;
  }
  
  form fieldset {
    margin-top: 15px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 10px;
  }
  
  form legend {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size:.9em;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
  }


