/* General Styles */

body {
  margin:0px auto;
}

body, div, p, table td, input, textarea {
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif; 
  font-size : 12pt;
}

img {
  border:none;
}

a {
  color:#cc2229;
  text-decoration:underline;
}

a:hover {
  text-decoration:none
}

.clear {
  clear:both;
}

.center {
  text-align:center;
}

ul {
  margin:10px 0 0 0;
  padding:0;
}

p {
  line-height:20px;
  margin:10px 0 0 0;
  padding:0;
}

.f13px {
  font-size:13px;
}

.f14px {
  font-size:14px;
}

.gray {
  color:#666;
}

.red {
  color:#cc2229;
}

/* Layout */

#page-wrap {
  margin:20px auto;
  width:950px;
}

#header {
  height:210px;
  display:none;
}

#main-menu {
  display:none;
  float:left;
  margin-right:40px;
  width:200px;
}

#content {
  float:left;
  margin:30px 25px 0 0;
  width:455px;
}

#sidebar {
  display:none;
  float:left;
  width:230px;
}

#footer {
  display:none;
  background:url('../img/bg-footer.gif') repeat-x 0 70px;
  margin:0 0 0 240px;
  padding:50px 0 0 0;
}

/* Headlines */

.na-sporedu h3 {
  color:#000;
  font-size:15px;
  font-weight:bold;
  margin:20px 0 0 0;
  padding:0;
}

#sidebar .announcement h3 {
  color:#000;
  font-size:14px;
  margin:0;
  padding:0;
}

#sidebar .announcement h3 a {
  text-decoration:underline;
}

#sidebar .announcement h3 a:hover {
  text-decoration:underline;
}

#sidebar h3 {
  color:#000;
  font-size:13px;
  margin:0;
  padding:0;
}

#sidebar h3 a {
  text-decoration:underline;
}

#sidebar h3 a:hover {
  text-decoration:underline;
}

.entry h2 {
  background:#000;
  color:#fff;
  float:left;
  font-size:18px;
  margin:0 0 10px 0;
  padding:2px 10px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.entry h3 {
  color:#000;
  font-size:18px;
  margin:0;
  padding:0;
}

.entry h3 a {
  text-decoration:underline;
}

.entry h3 a:hover {
  text-decoration:underline;
}

.entry h3.search {
  color:#000;
  padding-bottom:20px;
}

.entry h4 {
  background:#000;
  color:#fff;
  clear:left;
  float:left;
  font-size:14px;
  margin:25px 0 10px 0;
  padding:1px 10px;
  text-transform:uppercase;
}

.entry h4 a {
  color:#fff;
  text-decoration:none;
}

.entry h4 a.seznam:hover {
  text-decoration:underline;
}

.entry h5 {
  color:#000;
  clear:left;
  font-size:13px;
  margin:20px 0 0 0;
  padding:0;
}

/* Lists */

.na-sporedu ul,
.entry ul {
  clear:left;
  margin-left:15px;
}

.na-sporedu ul li,
.entry ul li {
  list-style-image:url('../img/bullet.gif');
  line-height:20px;
}

.entry ul li {
  font-size:13px;
}

.entry ul.more-padding li {
  padding-bottom:20px;
}

.entry ul.smeri li {
  font-size:14px;
  text-transform:uppercase;
}

/* Content */

/** Home **/

.top10-container {
  height:230px;
  width:455px;  
}

.buttons-container {
  margin-top:13px;
  height:80px;
}

.buttons-container a {
  color:#000;
  display:block;
  font-weight:bold;
}

.buttons-container .button-one {
  float:left;
  margin-right:13px;
  width:143px;
}

.buttons-container .button-one .one,
.buttons-container .button-two .two,
.buttons-container .button-three .three {
  height:61px;
  width:143px;
}

.buttons-container .button-one .one {
  background:url('../img/button-1.gif') no-repeat top left;
}

.buttons-container .button-one .one:hover {
  background:url('../img/button-1.gif') no-repeat bottom left;
}

.buttons-container .button-two {
  float:left;
  margin-right:13px;
  width:143px;
}

.buttons-container .button-two .two {
  background:url('../img/button-2.gif') no-repeat top left;
}

.buttons-container .button-two .two:hover {
  background:url('../img/button-2.gif') no-repeat bottom left;
}

.buttons-container .button-three {
  float:left;
  width:143px;
}

.buttons-container .button-three .three {
  background:url('../img/button-3.gif') no-repeat top left;
}

.buttons-container .button-three .three:hover {
  background:url('../img/button-3.gif') no-repeat bottom left;
}

.buttons-container .button-one a.one-extra,
.buttons-container .button-two a.two-extra {
  margin-left:50px;
  text-decoration:none;
}

.buttons-container .button-three a.three-extra {
  margin-left:35px;
  text-decoration:none;
}

.na-sporedu {
  float:left;
  margin:25px 40px 0 0;
  width:260px;
}

.promos {
  float:left;
  width:155px;
  margin:25px 0 0 0;
}

.promos .promo-box {
  background:#e6e6e6;
  cursor:pointer;
  margin-bottom:20px;
  padding:15px 10px;
}

.promos .promo-box p {
  
}

/** The Rest **/

.entry.excerpt {
  border-bottom:1px solid #f5d3d4;
  margin-bottom:20px;
  padding-bottom:20px;
}

.entry p {
  clear:left;
  font-size:13px;
}

.entry .f12px {
  font-size:12px;
}

.entry .f14px {
  font-size:14px;
}

.vpis-v-tecaj {
  background:url('../img/button-vpis.gif') no-repeat top left;
  display:block;
  height:31px;
  width:120px;
}

.vpis-v-tecaj:hover {
  background:url('../img/button-vpis.gif') no-repeat bottom left;
}

.prijava-na-priprave {
  background:url('../img/button-prijava.gif') no-repeat top left;
  display:block;
  height:31px;
  width:110px;
}

.prijava-na-priprave:hover {
  background:url('../img/button-prijava.gif') no-repeat bottom left;
}

.edit {
  margin-top:20px;
}

.prijava-fields,
.tecaj select,
.modul select {
  border:1px solid #cc2229;
  font-size:13px;
  width:250px;
}

.prijava-posta {
  border:1px solid #cc2229;
  font-size:13px;
  width:35px;
}

.prijava-kraj {
  border:1px solid #cc2229;
  font-size:13px;
  width:209px;
}

.prijava-splosni-pogoji {
  border:1px solid #cc2229;
  font-size:12px;
  padding:5px;
  height:200px;
  width:350px;
}

.std-button {
  background:#cc2229;
  border:none;
  color:#fff;
  cursor:pointer;
  font-weight:bold;  
  padding:4px 10px 2px 10px;
  text-transform:uppercase;
}

.entry a img {
  background:#fff;
  border:1px solid #cfcfcf;
  padding:5px;
}

.entry a:hover img {
  background:#cc2229;
  border:1px solid #000;
}

blockquote {
  background:#e6e6e6;
  border-left:5px solid #cc2229;
  clear:left;
  margin-left:0;
}

blockquote p {
  padding:10px 20px;
}


/* Sidebar */

#sidebar .subscribe-rss {
  color:#666;
  float:right;
  font-size:12px;
  font-weight:bold;
  margin-top:5px;
}

#sidebar .announcement {
  border-top:5px solid #cc2229;
  border-bottom:5px solid #cc2229;
  margin-top:5px;
  padding:10px 0;
}

#sidebar .announcement.no-title {
  padding:0 0 10px 0;
  margin:30px 0 0 0;
}

#sidebar .announcement.no-rss {
  margin:30px 0 0 0;
}

#sidebar .meta-data,
#sidebar .meta-data a {
  color:#666;
  font-size:10px;
}

#sidebar .latest-news-entry {
  border-top:1px solid #cc2229;
  padding:15px 0;
}

#sidebar .sidebar-button {
  color:#666;
  font-style:italic;
  margin:30px 0 0 0;
  width:144px;
}

#sidebar .sidebar-button a {
  display:block;
  margin-bottom:5px;
  height:31px;
  width:144px;
}

#sidebar .sidebar-button a.darilni-bon {
  background:url('../img/button-darilni.gif') no-repeat top left;
}

#sidebar .sidebar-button a.darilni-bon:hover {
  background:url('../img/button-darilni.gif') no-repeat bottom left;
}

#sidebar .sidebar-button a.info-zlozenka {
  background:url('../img/button-info.gif') no-repeat top left;
}

#sidebar .sidebar-button a.info-zlozenka:hover {
  background:url('../img/button-info.gif') no-repeat bottom left;
}

#sidebar .sidebar-button a.e-sola {
  background:url('../img/button-esola.gif') no-repeat top left;
}

#sidebar .sidebar-button a.e-sola:hover {
  background:url('../img/button-esola.gif') no-repeat bottom left;
}

/* Footer */

#footer ul {
  float:left;
  margin:0 23px 0 10px;
}

#footer ul li {
  list-style-type:none;
}

#footer li.title {
  font-weight:bold;
  padding:0 0 10px 0;
}

#footer ul li a {
  color:#666;
  text-decoration:none;
}

#footer ul li a:hover {
  text-decoration:underline;
}

#footer p {
  color:#666;
  font-size:11px;
  font-style:italic;
  margin-top:40px;
}

