/* STRAUBYT.SK */

/*MAIN*/
html, body {
height: 100%;
margin:0px;
}
body {
font-family:Arial,Verdana;
font-size:12px;
background:#f8f8ff url('../resources/bg.png') repeat;/* e5eaff */
}

/*LINKS generaly*/
a:link,a:active,a:visited,a.postlink {
color: #942bb7;
text-decoration:underline;
}
a:hover {
color:#2066ff;
text-decoration:underline;
}

/*TABLES generaly*/
th {
font-size:16px;
text-align:left;
}
td {
font-size:12px;
text-align:left;
vertical-align:top;
}

/* BANNER */
td.top {
background: url('../resources/top.png') no-repeat;
height:176px;
padding-left:435px;
font-size:32px;
font-weight:bold;
color: #fbea00;/* fbca28 */
vertical-align:middle;
}
/* BLOK */
th.blok {
background: #942bb7;
color: #ffffff;/* fbea00 */
padding-left:4px;
width:100%;
}
th.page {
color: #fbf200;
padding-left:4px;
background: #00128f url('../resources/right.png')right no-repeat;
}
td.blok_left {
padding-left:4px;
padding-right:5px;
background: url('../resources/left.png') no-repeat;
}
td.blok_right {
padding-left:5px;
padding-right:4px;
background: url('../resources/right.png') no-repeat;
}

/* FOOTER */
td.footer {
color:#000000;
font-size:9px;
text-align:center;
border-top:1px solid #942bb7;/* 00128f */
border-bottom:1px solid #942bb7;
background:#d1d1d1;
padding-left:15px;
padding-right:15px;
}

/*Custom*/
.stlp {
width:3px;
background:#942bb7;
border:0px;
}
/*PAGE SETUP of text, color, background and border(page means page box or block box)*/
.page {
color:#000000;
background:#e0e0e0;
}

.tsmall{
font-size:9px;
}
.tsmaller{
font-size:11px;
}

.tdark{
color:#b0b0b0;
}
.tlight{
color:#f5f5f5;
}

.aleft{
text-align:left;
}
.acenter{
text-align:center;
}
.aright{
text-align:right;
}

/*for Plugins*/

/*News*/
.separator{
border-top:1px dashed #a0a0a0;
}

/*Events*/
.nieco{
color:#00ff00;
}
.daco{
font-size:9px;
}

/*WebPages block*/
ul.link {
font-size:16px;
font-weight:bold;
list-style-type: disc;
color: #942bb7;
text-decoration:none;
margin:2px;
padding-left:20px;
list-style-position:outside;
}