86 lines
1.0 KiB
CSS
86 lines
1.0 KiB
CSS
@charset "utf-8";
|
|
|
|
/* CSS Document */
|
|
* {
|
|
margin: 0;
|
|
}
|
|
|
|
.zelenii {
|
|
background-color: #A8C1A8;
|
|
}
|
|
|
|
.NoUnderline {
|
|
text-decoration: none;
|
|
color: #A8C1A8;
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
margin-right: 22px;
|
|
}
|
|
|
|
.textZEL {
|
|
color: #A8C1A8;
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.text {
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.NIZtext {
|
|
font-family: Arial;
|
|
font-size: 12px;
|
|
margin-top: 40px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.divR {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.line {
|
|
width: 600px;
|
|
border-top: 2px dotted #000000;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.line2 {
|
|
width: 600px;
|
|
border-top: 1px dashed #000000;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.zagolovok {
|
|
font-family: Arial;
|
|
font-weight: lighter;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.PoleVibor {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.otstup {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.otstup2 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.otstupL {
|
|
margin-left: 7px;
|
|
}
|
|
|
|
.menu {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.menu li {
|
|
display: inline;
|
|
}
|