@CHARSET "UTF-8";

body {
	background: url(../images/bg.jpg) #0f0305 repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 700px;
	font: 90% Arial, Helvetica, sans-serif;
}

.clear_l {
  clear: left;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
}

.clear_r {
  clear: right;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
}

.clear_b {
  clear: right;
  font-size:0px;
  height: 0px;
  line-height: 0px;
}

#wraper {
  width: 931px;
  height: 100%;
  margin: auto;
}

#left_c {
  width: 64px;
  height: 100%;
  float: left;
  background: url(../images/left_c_bg.jpg) no-repeat;
  background-position: bottom;
}

#center_c {
  width: 803px;
  height: 100%;
  float: left;
}

#right_c {
  width: 64px;
  height: 100%;
  float: left;
  background: url(../images/right_c_bg.jpg) no-repeat;
  background-position: bottom;
}

#head {
  background-image: url(../images/head.png);
  width: 803px;
  height: 153px;
}

#menu {
  width: 100%; 
  text-align: left;
}

#menu a {
  float: left;
}

#menu span {
  display: none;
}

#menu_st {
  background: transparent url(../images/menu_st.png) no-repeat 0 0;
  width: 135px;
  height: 38px;
  display: block;
}

#menu_on {
  background: transparent url(../images/menu_on.png) no-repeat 0 0;
  width: 133px;
  height: 38px;
  display: block;
}

#menu_p {
  background: transparent url(../images/menu_p.png) no-repeat 0 0;
  width: 133px;
  height: 38px;
  display: block;
}

#menu_no {
  background: transparent url(../images/menu_no.png) no-repeat 0 0;
  width: 134px;
  height: 38px;
  display: block;
}

#menu_dp {
  background: transparent url(../images/menu_dp.png) no-repeat 0 0;
  width: 133px;
  height: 38px;
  display: block;
}

#menu_k {
  background: transparent url(../images/menu_k.png) no-repeat 0 0;
  width: 135px;
  height: 38px;
  display: block;
}

#real_content {
  text-align:left;
  clear: left;
  width: 792px;
  height: 243px;
  margin-left: 5px;
  margin-right: 5px;
  background: transparent url(../images/real_content_bg.jpg) no-repeat 0 0;
}

#real_content_footer {
  width: 803px;
  height: 128px;
  background: transparent url(../images/real_content_bg_footer.jpg) no-repeat 0 0;
}

#real_content_footer2 {
  width: 803px;
  height: 138px;
  background: transparent url(../images/real_content_bg_footer2.jpg) no-repeat 0 0;
}

#panel_l_kontakt {
	top:16px;
	left:33px;
	width:392px;
	height:204px;
	position:relative;
	float:left;
	background: transparent url(../images/kontakt_panel_l.jpg) no-repeat 0 0;
}

#panel_l_kontakt p, #panel_r_kontakt p {
	margin:15px;
	font-size:80%;
	color:#009867;
}

#panel_l_kontakt p ul, #panel_r_kontakt ul {
	font-size:80%;
	margin:0px;
	color:#009867;
	padding:0px 0px 0px 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#panel_l_kontakt p ul li, #panel_r_kontakt ul li {
	margin:0px;
	background: transparent url(../images/li.jpg) no-repeat 0px 2px;
	display:block;
	padding-left:20px;
	
}

#panel_r_kontakt {
	top:16px;
	right:34px;
	width:305px;
	height:139px;
	position:relative;
	float:right;
	background: transparent url(../images/kontakt_panel_r.jpg) no-repeat 0 0;
}

form {
	font-size:90%;
	color:#009867;
}

form input  {
	font-size:90%;
	width:326px;
	color:#009867;
	border:1px solid #65553f;
}

form textarea  {
	font-size:90%;
	color:#009867;
	width:326px;
	height:60px;
	border:1px solid #65553f;
}