html {
margin: 0px;
padding: 0px;
border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background-color:#e4f5b2;
	font-family: "trebuchet MS", Tahoma, Arial, sans-serif;
	color:#445021;
	background-image: url(../img/bgcont.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*fonts size*/
body, p {   
font-size: 14px; 
} 
/*/*/ a{}
body, body p {   
font-size: x-small;   
voice-family: "\"}\"";   
voice-family: inherit;   
font-size: small; 
} 
html>body p {
	font-size: small;
	margin: 5px 0px 20px;
} /* */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;

}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* tags */
img {
	border:#d3e0ae 3px solid;
}

a, a:link, a:visited {
	color: #336699;

}
a:hover, a:active{
	color:#003399;
}


h1 {
	font-size: 90%;
	font-weight: lighter;
	padding:0px;
	margin:0px;
}

h2 {
	font-weight: bold;
	
	font-size: 140%;
	margin:30px 0px 0px 0px;
}

h3 {
	font-size: 110%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
form {
	margin:0px;
	padding:0px;
}
.buton {
	font-weight: bold;
	color: #de2738;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #b3b3b3;
	border-bottom-color: #919194;
	border-left-color: #b3b3b3;
	background-image: url(../images/buton_bg.gif);
	background-repeat: repeat-x;
	background-color:#dfdee2;
	padding: 2px;
	
}
/* spacers */
.spacer {
	height: 10px;
	clear: both;
}
.line   {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	border: none;
	border-top: 1px solid #e4e4e4;
	background-color:#FFFFFF;
	overflow: hidden;
}

/* blocks */
.block{
	width: 70%;
}


ul.menuVert  {
	list-style-type: circle;
	margin: 0px  0px 20px 30px;
	padding: 0px;
	font-weight:bold;
	list-style-image: url(../img/li.gif);
}

/* layout */
#container {
	width: 822px;
	margin: 0px auto;
	background-image: url(../img/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

/*top*/
#top {
	width: 360px;
	padding-left:330px;
	padding-top:50px;
	line-height: 1em;

}

/* header */


/* footer */
#footer {
	width:252px;
	background-image: url(../img/bgfooter.gif);
	background-repeat: no-repeat;
	height: 96px;
	padding-left: 570px;
	padding-top: 70px;
}
#footer  a.add {
	color: #999999;
}

.content {
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 74px;
}

#footer .webest {
	display: block;
	width: 180px;
	height: 60px;
	}
	a.webest span{
	margin-left: -5000px;
}
.spec {
	background-color: #DAF88B;
	border: 3px solid #F7F7F5;
	padding: 15px;
	width: 250px;
	margin-top: 20px;
	margin-left: 350px;
}
.specfull { background-color: #DAF88B; border: 3px solid #F7F7F5; padding: 0 15px; margin: 20px; 
	}
h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.imgintext {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
