/* CSS Document */

@media screen {
html {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
body {
background-color:#C9CDD6;
text-align:center;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link, a:visited {
color:#394F67;
font-weight:bold;
text-decoration:underline;
}
a:active, a:hover {
color:#FFFF00;
text-decoration:none;
}
#counter a:link, #counter a:visited {
text-decoration: none;
}
#counter a:active, #counter a:hover {
color:#FFFF00;
text-decoration:none;
}
.container {
width:990px;
height:100%;
}
.naslov {
width:100%;
height:112px;
background-image:url(grafika/naslov.png);
margin-top:10px;
vertical-align:bottom;
}
.counter {
padding-top:2px;
margin-left:10px;
vertical-align:bottom;
font-size: 9px;
color: #394F67;
}
.meni {
width:100%;
height:24px;
}
.side {
width:159px;
height:100%;
background-image:url(grafika/bg-side.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#BFC7D1;
}
.center {
width:668px;
height:100%;
background-color:#8199B1;
border:1px #394F67 solid;
border-top:0px;
overflow:hidden;
vertical-align:top;
text-align:left;
verflow:hidden;
}
.text {
padding:2px;
}
.bottom {
height:12px;
background-color:#394F67;
color:#FFFFFF;
font-size:9px;
}
.podnaslov {
width:666px;
height:22px;
background-color:#394F67;
border:1px #8199B1 solid;
vertical-align:middle;
}
.menifont {
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.naslov-text {
font-size:16px;
}
.kvadrat {
width:330px;
border:1px solid #394F67;
background-color: #BFC7D1;
color: #394F67;
}
img.sponzori {
margin-top:4px;
}

span {
border-color:#FFFFFF;
}
table.prijave {
font-size:9px;
}
tr.prijave {
background-color:#ACBDCC;
}
tr.prijave2 {
border:1px solid #000000;
}
}
@media print {
body {
background: white;
font-size: 12pt;
}
#container, #center {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}
div#center {
text-align:left;
margin-left: 10%;
padding-top: 1em;
border-top: 1px solid #930;

}
.meni {
display:none;
}
.side {
display:none;
}
.counter {
display:none;
}
.bottom {
display:none;
}
a.ispis {
display:none;
}
.podnaslov {
display:none;
}
a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
#center a:link:after, #center a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
#center a[href^="/"]:after {
content: " (http://www.yc-host.com" attr(href) ") ";
}
}
