body {
	margin: 0px;
	padding: 0px;
}

#dowoz {
	width: 328px;
	height: 166px;
	
	background: url(../images/dowoz.jpg);
}

#mapa {
	width: 328px;
	height: 247px;
	text-align: center;
	background: url(../images/mapa.jpg);
}

#content_top {
	width: 100%;
	height: 17px;
	
	background: url(../images/content_top.jpg);
}

#content_main {
	
	text-align: center;
	
	width: 100%;
	
	background: url(../images/content_bg.jpg);
}

#content_down {
	width: 100%;
	height: 16px;
	
	background: url(../images/content_down.jpg);
}

#text {
	margin: 0 auto;
	
	width: 98%;
	height: 100%;
}

#links {
	
	text-align: left;
	
	float: left;
	width: 450px;
	padding-top: 50px;
	padding-left: 50px;
	font-family: Tahoma;
	font-size: 12px;
	
	color: white;
}

#copyright {
	float: left;
	width: 440px;
	padding-top: 35px;
	padding-right: 40px;
	
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #fcff00;
	
	text-align: right;
}

.greenco {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #fcff00;
	text-decoration: none;
}

.greenco:hover {
	text-decoration: underline;
}

.down_link {
	color: white;
	text-decoration: none;
}

.down_link:hover {
	color: white;
	text-decoration: underline;
}

#footer {
	
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 111px;
	
	background: url(../images/footer_bg.jpg);
	
	text-align: center;
}

#down {
	width: 980px;
	margin: 0 auto;
}

.menu_element {
	float: left;
	text-align: center;
	background: url(../images/menu_b.png);
	width: 154px;
	height: 37px;
	margin-bottom: -1px;
	margin-right: 2px;
	margin-left: 2px;
	cursor: pointer;
	
	font-family: Tahoma;
	
	color: #f0ff00;
}

.menu_label {
	font-size: 12px;
	color: #f0ff00;
	font-weight: bold;
	padding-top: 10px;
}

.menu_element:hover {
	text-decoration: underline;
}

.hover:hover {
	background-color: #d80001;
}

