body{
    font-family: Trebuchet MS;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
}
a{
    color: #87C04B;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.picture{
    padding: 1px;
    float: right;
    border: 1px solid #E7E7E7;
    margin-left: 5px;
}
#holder{
    width: 816px;
    background: url("../img/body-bg.gif") no-repeat;
    padding: 47px 6px 0 78px;
    margin: 0 auto;
    position: relative;
}
.langswitch{
	position: absolute;
	top: 25px;
	right: 100px;
}
#top{
    padding: 0;
    text-align: left;
}
#menu{
    height: 47px;
}
#menu a{
    display: block;
    float: left;
    padding-top: 47px;
    height: 0;
    overflow: hidden;
}
#menu a:hover{
    background-position:  0 47px;
}
#menu a.offers{
    width: 171px;
    background-image: url("../img/menu1.gif");
}
#menu a.teachers{
    width: 109px;
    background-image: url("../img/menu2.gif");
}
#menu a.tests{
    width: 107px;
    background-image: url("../img/menu3.gif");
}
#menu a.career{
    width: 109px;
    background-image: url("../img/menu4.gif");
}
#menu a.prices{
    width: 128px;
    background-image: url("../img/menu5.gif");
}
#menu a.contact{
    width: 108px;
    background-image: url("../img/menu6.gif");
}
#menu a.offerscz{
    width: 171px;
    background-image: url("../img/menu1cz.gif");
}
#menu a.teacherscz{
    width: 109px;
    background-image: url("../img/menu2cz.gif");
}
#menu a.testscz{
    width: 107px;
    background-image: url("../img/menu3cz.gif");
}
#menu a.careercz{
    width: 109px;
    background-image: url("../img/menu4cz.gif");
}
#menu a.pricescz{
    width: 128px;
    background-image: url("../img/menu5cz.gif");
}
#menu a.contactcz{
    width: 108px;
    background-image: url("../img/menu6cz.gif");
}

#content{
    padding: 10px 30px 40px 30px;
    _padding: 10px 30px 40px 15px;
    text-align: justify;
    width: 733px;
}
#content h1{
    color: #87C04B;
    font-size: 23px;
    margin: 10px 0;
}
.box{
    background: #F7F7F7 url("../img/box-bg.gif") no-repeat;
    padding: 20px;
    min-height: 83px;
    _height: 83px;
    width: 620px;
}
#content .left{
    width: 220px;
    float: left;
}
#content .left .box{
    width: 230px;
}
#content .right{
    width: 364px;
    float: right;
    margin-right: 60px;
    _margin-right: 35px;
}
#content .right .box{
    width: 324px;
}
#pata{
    float: left;
    text-align: center;
    height: 50px;
    width: 733px;
    background-image: url("../img/pata-bg.gif");
}

fieldset{
    border: 1px solid #2A4437;
    margin-bottom: 15px;
    padding: 15px;
}
fieldset legend{
    color: #87C04B;
    font-size: 14px;
    font-weight: bold;
}
fieldset input, fieldset textarea{
    background-color: #FCFBFB;
    border: 1px solid #E6E6E6;
}
fieldset option{
    background-color: #FCFBFB;
    border: 1px solid #E6E6E6;
    font-size: 10px;
}
table.prices{
	margin: 10px 0;
}
table.prices td{
	padding: 2px 5px;
	background-color: #F1F1F1;
	vertical-align: top;
}
table.prices tr.head td{
	font-weight: bold;
	background-color: #BED2A8;
}
table.prices tr.odd td{
	background-color: #EFEFEF;
}
.offer{
	padding-left: 25px;
	background-image: url("../img/offer.gif");
	background-repeat: no-repeat;
	min-height: 90px;
	_height: 90px;
}

.infobox{
	margin: 15px;
	border: 2px solid grey;
	padding: 15px;
	font-weight: bold;
}