* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #ffffff;
}
.clear {
	height: 0;
	line-height:0;
	font-size: 1px;
	clear: both;
}
a:hover {
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 10px 0;
}

#content {
	width: 955px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #f0f0f0;
	margin: 0 auto;
}
	.header {
		height: 40px;
		background: #f0f0f0;
	}
		.header .phone {
			width: 205px;
			padding: 10px 0 0 10px;
			font: 22px arial;
			color: #000000;
			float: left;
		}
		.header .link {
			width: 158px;
			padding: 10px 10px 0 0;
			float: right;
			text-align: right;
		}
		.link a {
			font: 12px arial;
			color: #000000;
		}
	.headermenu{
		height: 20px;
		background: #f0f0f0;
	}
		.headermenu .link {
			width: 205px;
			padding: 0 0 0 10px;
			float: left;
			text-align: right;
		}
		.headermenu a{
			font: 12px arial;
			color: #000000;
		}
	.headerend{
		height: 20px;
		background: #f0f0f0;
	}
	.logo {
		height: 100px;
		background: #c5c5c5;
		text-align: center;
                background-image: URL("img/grass.jpg");
                background-repeat: no-repeat;
	}
		.logo .static {
			width: 655px;
			font: 12px arial;
			color: #000000;
			float: left;
	   		text-align: left;
		}
			.logo .static a {
				font: 12px arial;
				color: #000000;
			}

		.logo .dinamic {
			width: 300px;
			font: 12px arial;
			color: #000000;
			float: right;
			text-align: center;
		}

	.content {
		float: left;
		padding: 20px 0 20px 20px;
		width: 600px;
		text-align: left;
		font: 12px arial;
		color: #000000;
	}
		.content .leftbutton {
			width: 200px;
			font: 12px arial;
			color: #000000;
			float: left;
			text-align: center;
		}
		.content .centerinput {
			width: 200px;
			height: 380px;
			background: grey;
			font: 12px arial;
			color: #000000;
			float: left;
			text-align: center;
		}
		.content .rightbutton {
			width: 200px;
			font: 12px arial;
			color: #000000;
			float: left;
			text-align: center;
		}
	.sitebar {
		float: left;
		width: 335px;
		text-align: right;
	}
		.sitebar .link {
			width: 355px;
			height: 25px;
			padding: 0 10px 0 0;
			float: right;
			text-align: right;
			font: 12px arial;
			color: #000000;
		}
		.sitebar .clear {
			width: 355px;
			height: 25px;
		}
		.sitebar .news {
			width: 230px;
			padding: 0 10px 0 10px;
			float: right;
			text-align: left;
			font: 12px arial;
			color: #000000;
		}
		.sitebar a{
			font: 12px arial;
			color: #000000;
		}

.requestpole {
	height: 30px;
 	background: red;
	color: #FFFFFF;

}	
.requestpoleok {
	height: 30px;
 	background: green;
	color: #FFFFFF;
        text-decoration: underline;
	cursor:pointer;
}	
.currentpole {
	height: 30px;
 	background: red;
	color: #FFFFFF;
        text-decoration: underline;
	cursor:pointer;
}	

.doppoleok {
	height: 30px;
 	background: #cccccc;
	color: #FFFFFF;
        text-decoration: underline;
	cursor:pointer;
}	

.doppole {
	height: 30px;
	color: #FFFFFF;
 	background: blue;
}	
.around {
  	padding: 10px 10px 10px 10px;
	background: white;
}
.aroundactive {
  	padding: 10px 10px 10px 10px;
	background: grey;
}
.anketa_before {
	height: 20px;
}
.anketa_after {
	height: 100px;
}

#content .empty {
	height: 180px;
}
#footer {
	width: 955px;
	position: relative;
	margin: 0 auto;
	margin-top: -150px;
	height: 180px;
	background: #e4e4e4;
	text-align: center;
        background-image: URL("img/foo.jpg");
        background-repeat: no-repeat;
	padding: 60px 0 0 0;
}

.footerlink a {
	font: 12px arial;
	color: #000000;
}

.foo {
	width: 955px;
	background: #e4e4e4;
}
	.foo .leftlogo {
                height: 31px;
		width: 180px;
		font: 12px arial;
		color: #000000;
		float: left;
   		text-align: left;
		padding: 0 0 0 20px;
	}
	.foo .leftcounter {
                height: 31px;
		width: 80px;
		font: 12px arial;
		color: #000000;
		float: left;
   		text-align: left;
		padding: 0 0 0 20px;
	}
	.foo .center {
                height: 31px;
		font: 12px arial;
		color: #000000;
		float: left;
   		text-align: left;
	}
	.foo .right {
                height: 31px;
		width: 300px;
		font: 12px arial;
		color: #000000;
		float: right;
   		text-align: right;
		padding: 0 20px 0 0;
	}
