
html, body, iframe, object, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
span, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** ------------------------------------------------------------------------ */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

img.left {
    margin: 0 15px 0 0;
    float: left;
}

img.right {
    margin: 0 0 0 15px;
    float: right;
}

/** ------------------------------------------------------------------------ */

body {
    background: #FFF url('body.gif') repeat-x 0 0;
    font-family: Arial, Verdana, Sans-Serif;
    line-height: 1.3em;
    font-size: 13px;
    color: #6C8D48;
}

h2 {
    font-family: 'Trebuchet MS', Verdana, Sans-Serif;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #6C8D48;
}

h1 {
    text-transform: uppercase;
    margin: 30px 0 18px 0;
    font-weight: bold;
    font-size: 15px;
    color: #6C8D48;
}

p {
    margin: 1em 0;
}

a {font:normal 12px arial; text-decoration:underline; color:#FF6600}
a:hover {font:normal 12px arial; text-decoration:none; color:#FF6600}

/** ------------------------------------------------------------------------ */

#container {
    background: transparent url('container.jpg') no-repeat 0 0;
}

/** ------------------------------------------------------------------------ */

#header {
    height: 123px;
}

/** ------------------------------------------------------------------------ */

#premier {
    position: absolute;
    left: 870px;
    top: 0px;
}

#premier a {
    text-indent: -9999px;
    display: block;
    height: 126px;
    width: 130px;
}

/** ------------------------------------------------------------------------ */

#title {
    display: none;
}

/** ------------------------------------------------------------------------ */

#phone {
    font-family: Arial, Sans-Serif;
    padding: 55px 20px 10px 0;
    font-weight: bold;
    font-size: 32px;
    color: #799A4B;
    float: right;
}

#phone p {
    margin: 0;
}

#phone span {
    font-weight: normal;
    font-size: 21px;
    color: #C65900;
}

/** ------------------------------------------------------------------------ */

#menu-main {
    padding: 98px 0 0 270px;
}

#menu-main ul {
}

#menu-main li {
    font-family: Tahoma, Sans-Serif;
    line-height: 24px;
    font-size: 13px;
    display: inline;
    margin: 0 15px;
}

#menu-main a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

/** ------------------------------------------------------------------------ */

#bars {
    background: transparent url('sidebar-bg.gif') repeat-y 0 0;
    display: inline-block;
    overflow: hidden;
}

/** ------------------------------------------------------------------------ */

#sidebar {
    padding: 100px 0 0 25px;
    width: 240px;
    float: left;
}

#sidebar h2 {
    font-family: Arial, Sans-Serif;
    font-size: 21px;
    color: #C65900;
    margin: 0;
}

#sidebar .menu {
    margin: 1.5em 0 1.5em 0;
}

#sidebar .menu li {
    background: transparent url('menu-bullet.gif') no-repeat 0 50%;
    font-family: Verdana, Sans-Serif;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #7F8D09;
    margin: 5px 0;
}

#sidebar .menu a {
    text-decoration: none;
    color: #7F8D09;
}

/** ------------------------------------------------------------------------ */

#news {
    font-size: 12px;
}

.news-item {
    margin: 20px 0 20px 0;
}

.news-item .date {
    font-size: 11px;
    color: #6FB038;
}

.news-item h3 {
    font-weight: bold;
    margin: 0 0 3px 0;
    color: #C65900;
}

.news-item h3 a {
    font-weight: bold;
    color: #C65900;
}

.news-item p {
    color: #7A9957;
    margin: 0;
}

#news .more a {
    font-weight: bold;
}

/** ------------------------------------------------------------------------ */

#mainbar {
    padding: 20px 20px 20px 270px;
}

/** ------------------------------------------------------------------------ */

#courses {
    display: inline-block;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.course {
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 1.1;
    font-size: 11px;
    color: #373737;
    height: 224px;
    width: 164px;
    float: left;
}

.course .c1, .course .c2, .course .c3, .course div {
    border-right: 1px solid #A5C587;
    border-left: 1px solid #A5C587;
    display: block;
}

.course .c1, .course .c2, .course .c3 {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    height: 1px;
}

.course .c1 {
    background: #A5C587;
    border: none;
}

.course .c1 { margin: 0 3px; }
.course .c2 { margin: 0 2px; }
.course .c3 { margin: 0 1px; }

.course div {
    padding: 5px 5px;
    height: 208px;
    width: 152px;
}

.course h3 {
    margin: 1px 0 2px 0;
    font-weight: bold;
}

.course h3 a {
    font-weight: bold;
}

.course p {
    margin: 0;
}

.course a {
    text-decoration: none;
    color: #C65900;
}

/** ------------------------------------------------------------------------ */

#footer {
    background: transparent url('footer.gif') repeat-x 0 0;
    font-family: Verdana, Sans-Serif;
    padding: 45px 25px 25px 25px;
    font-size: 11px;
    color: #284259;
    line-height: 1.2;
}

/** ------------------------------------------------------------------------ */

#buttons {
    padding: 13px 0 0 0;
    float: right;
}

#buttons li {
    display: inline;
    margin: 0 5px;
}

/** ------------------------------------------------------------------------ */

#copyright {
    background: transparent url('premier.jpg') no-repeat 0 50%;
    padding: 0 0 0 55px;
}

#copyright p {
    padding: 10px;
    margin: 0;
}

/** ------------------------------------------------------------------------ */
.anotacia {font:normal 16px serif; color:#CC6600; padding:5px; line-height:100%}
.price {font:normal 20px serif; color:#CC6600}
.phones {font:normal 20px serif; color:#CC6600}
.smallphones {font:normal 12px serif; color:#CC6600}
.small{font:normal 11px serif; color:#000000}
.rh {	background: #CBEAAE;	text-align: center; font: bold;}
.r2 {	background: #E3F5D4;	text-align: center;}
.r1 {	background: #F3FCEB;	text-align: center;}
.color{color: #000000}
.color:hover {font:normal 12px arial; text-decoration:none; color:#000000}
.otstup {padding-left: 190px}
/** ------------------------------------------------------------------------ */

