ACC SHELL
@import url("inicializace.css");
body, div, table,
form, fieldset, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
font-size: 12px;
font-family: Arial;
color: #666;
}
/* ----- Definice odstavců ----- */
h1 {
font-weight: bold;
font-size: 16px;
text-align: left;
margin: 0px 0px 10px 0px;
color: #00537b;
}
h2 {
font-weight: bold;
font-size: 16px;
text-align: left;
margin: 20px 0px 10px 0px;
color: #00537b;
}
h3 {
font-weight: bold;
font-size: 12px;
text-align: left;
}
p {
text-align: left;
margin: 10px 0px;
}
ol, ul {
text-align: left;
margin: 5x 5px 5px 20px;
padding: 0px
}
ol {
margin-left: 20px;
}
li {
margin: 0px;
padding: 0px
}
/* ----- Definice odkazů ----- */
a {
color: #4E78B8
}
a:hover {
color: #FCA210
}
/* ----- Definice tabulek ----- */
table {
}
table tr.pozadi {
background-color: #FFFFFF
}
div.nahoreBg {
position: absolute;
top: -11px;
left: 0px;
height: 11px;
width: 100%;
}
div.doleBg {
position: absolute;
bottom: -11px;
left: 0px;
height: 11px;
width: 100%;
}
ul li {
list-style: none;
min-height: 10px;
padding: 2px 0px 2px 20px;
}
#wr {
position: relative;
float: right;
}
#wr a {
color: #666666;
text-decoration: none;
}
ul ul {
margin-left: 20px;
}
ACC SHELL 2018