* {
	margin: 0;
	padding: 0;
}
body {
	font: 10pt Verdana, Arial, Tahoma, sans-serif;
	width: 100%;
	
	background: url(../images/fon.jpg) repeat-x left top;
	background-color: #b2d4a2;
}
h1{
   font: 11pt Verdana, Arial, Tahoma, sans-serif;
   color: #c60000;
   font-weight: bolder;	
}

img {
	border: none;
}
img.dborder {
  border: 5px solid #ddd;
  padding: 3px; /*ширина внутренней границы*/
  background: #fff; /*цвет внутренней границы*/
}
.dbleft {
  border: 5px solid #ddd;
  padding: 3px; /*ширина внутренней границы*/
  background: #fff; /*цвет внутренней границы*/
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1145px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 142px;
	position: relative;
	background: url(../images/head.jpg) no-repeat left top;
	
}
#lang{
 	position: absolute;
	height: 30px;
	width: 450px;
	left: 735px;
	top: 90px;
	text-align: left;
	z-index: 30;
 }

/* Middle
-----------------------------------------------------------------------------*/
#content {
   position: relative;
   background: url(../images/center.jpg) repeat-y right top;
}

A.m:link {
	COLOR: #005701; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
	font-weight: bolder;
}
A.m:visited {
	COLOR: #005701; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
	font-weight: bolder;
}
A.m:hover {
	COLOR: #ff0000; TEXT-DECORATION: none; font-weight: bolder; FONT-FAMILY: Verdana;
}


#menu{
 	position: absolute;
	height: 320px;
	width: 199px;
	left: 8px;
	top: -2px;
	text-align: center;
	background: url(../images/menu.jpg) no-repeat left top;
	z-index: 30;
 }
 #wetter{
 	position: absolute;
	height: 274px;
	width: 199px;
	left: 23px;
	top: 340px;
	text-align: center;
	z-index: 30;
 }
 
ul, li {margin:0;padding:0;}

#menu ul {
margin-top:22px;
}

#menu ul li {
list-style:none;
text-align: right;
}
#menu ul li a {
display:block; /* Делаем ссылки блочным элементом, чтобы они могли нативно работать с внутренними полями */
width:199px;
height: 25px;
background: url(../images/menu_p.jpg) 0 0 no-repeat;
font: 11pt Verdana;
color:#ffffff;
text-decoration: none;
line-height: 25px;
}
#menu ul li a:hover {
color: #fd0000;
line-height: 25px;
}

#menu ul li ul {
margin-top:0px;
}
#menu ul li ul li {
list-style:none;
text-align: right;
}
#menu ul li ul li a {
display:block; /* Делаем ссылки блочным элементом, чтобы они могли нативно работать с внутренними полями */
width:199px;
height: 25px;
background: url(../images/menu_p.jpg) 0 0 no-repeat;
font: 9pt Verdana;
color:#ffffff;
text-decoration: none;
line-height: 25px;

}
#menu ul li ul li a:hover {
color: #ff0000;
line-height: 25px;
}

 
 
 #text{
 	position: relative;
	width: 900px;
	min-height: 600px;
	left: 220px;
	top: -2px;
	text-align: left;	
	z-index: 30;
 }


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 54px;
	background: url(../images/footer.jpg) no-repeat left top;
	text-align: right;
	position: relative;
	
}
#copyr{
	top: 35px;
	right: 50px;
	position: absolute;
	
}
#copyr a{
 font: 8pt Verdana;
color:#005701;
text-decoration: none;	
}
#copyr a:hover{
 
color:#ff0000;
	
}

