
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
}

BODY {
    background-color: #e6dfc6;
}

P {
    margin-top: 6px;
}


/*  20 + 680 + 20 */
#headerShadow {
  padding-top: 5px;
  margin: 0 auto;
  width: 722px;
  height: 88px;
  background-image: url('img/shadow_header.png');
  background-repeat: no-repeat;
  vertical-align: bottom;
}

#header_keywords {
  font-size: 60%;
  text-align: center;
}

#header_menu {
  margin-left: 25px;
  margin-top: 40px;
}

#header_menu LI {
 float: left;
 display: inline;
 font-weight: bold;
 font-size: 90%;
 padding-left: 17px;
}

#header_menu LI DIV {
  padding-right: 17px;
  padding-bottom: 9px;
  padding-top: 10px;
}

#header_menu LI DIV A, #header_menu LI DIV A:active, #header_menu LI DIV A:visited {
    color: #000;
    text-decoration: none;
}

#header_menu LI DIV A:hover {
    color: #000;
    text-decoration: underline;
}

#shadow {
  background-image: url('img/shadow.png');
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 722px;
}

#logo_white_block {
  height: 100px;
  width: 675px;
  background-color: #fff;
  padding-top: 15px;
  padding-left: 5px;
}

#phones {
  font-size: 130%;
  color: #666;
  position: relative;
  left: 220px;
  top: -85px;
  font-weight: bold;
}

#paper {
    position: relative;
    left: 380px;
    top: -165px;
}

#karton {
  background-image: url('img/karton.png');
  background-repeat: no-repeat;
  height: 96px;
  padding-top: 70px;
  padding-left: 15px;
}

#karton H1{
  font-size: 130%;
  color: #fff;
<!--  font-weight: bold; -->
}

#pageText {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 25px;
}

#pageText H2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 100%;
}

#content {
  margin: 0 auto;
  width: 682px;
}

#footer {
  background-image: url('img/footer_bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #c1cf74;
  height: 80px;
  font-size: 60%;
  text-align: center;
}

.menu_active {
  background-image: url('img/active_menu_left.png');
  background-repeat: no-repeat;
  background-position: left top;
}

.menu_active DIV {
  background-image: url('img/active_menu_right.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
}

.text {
  font-size: 80%;
  text-align:justify;
}

.h2style {
  margin-top: 15px;
  background-image: url('img/box.png');
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 5px;
  height: 30px;
}

.h3title {
  font-size: 90%;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.box {
    margin-right: 15px;
}

.redLitera {
  width: 30px;
}


.withBoxes {
    margin-top: 15px;
    list-style-image: url('img/li.gif');
}

.withBoxes LI {
    font-size: 80%;
    margin-left: 40px;
    margin-top: 5px;
    color: blue;
    padding-left: 5px;
	text-align:justify;
}

.orangeBold {
    color: red;
    font-weight: bold;
}

.errors {
    background-color: #FFD7D7;
    color: red;
    border: 1px solid red;
    padding: 5px;
    font-size: 80%;
    padding-left: 25px;
}

.sended {
    background-color: #CAFFB0;
    color: green;
    border: 1px solid green;
    padding: 5px;
    font-size: 80%;
    padding-left: 25px;
}


