@import url("./stavba.css");
@import url("./formatovani.css");
/* default vlastnosti */
html {
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color:  #666;
 scrollbar-track-color: #EFEFEF;
 scrollbar-darkshadow-color: #98AAB1;
 background: #FFF url("../skins/default/background.gif") top left repeat;

 height: 100%; /* dulezite */
}


body {
 vertical-align: top; text-align: center;
 padding: 0px 0px 0px 0px; margin: 0px auto;
 height: 100%; /* dulezite */
 width: 930px;
}

p,body,ul,li,h1,h2,h3,h4,h5,h6,td,th,div,table,strong, input, textarea, a {
 font-size:12px;
 font-family: "Arial CE", arial, "Helvetica CE", Helvetica, sans-serif;
 color: #000;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0 0; padding: 0 0; font-weight: bold; color: #000;
 text-align: left; display: block;
}

h1 { font-size: 13px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

a:link, a:visited, a:hover, a:active {
 color: #000;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

a img {
 border-width: 0px;
}

form, fieldset {
 margin: 0 0;
 padding: 0 0;
 border-width: 0px;
}

input, textarea, select {
 border: 1px solid #CCC;
 margin: 0 0;
 padding: 1px 2px;
 vertical-align: middle;
 font-size: 10px;
}

input.CheckBox, input.radio {
 border-width: 0px;
}

select {
 font-size: 10px;
 margin-top: 3px;
}

input.Tlacitko {
 background-color: #EEE;
 border: 1px solid #CCC;
 width: auto; height: 20px;
 font-size: 10px;
 text-align: center;
 margin: 5px 0px 0px 0px;
 padding: 0px 15px;
}

.none {
 display: none;
}



/* default vlastnosti */

.Center {
 text-align: center;
}
.Right {
 text-align: right;
}

img.FloatLeft {
 float: left;
 margin: 0px 0px;
}
.clearFloatLeft {
 clear: left;
}

sup, sub {
 font-size: 8px;
 vertical-align: top;
}


/* height: expression("0px"); */
