body { background: #333 url(../bg/bg_head.jpg) top repeat-x; margin: 0;}

	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}
	
	.center {
		text-align:center;
	}

#container {
	margin: 0 auto;
	width:900px;
}

#head-impozans {
	margin: 0 auto;
	float:left;
	width:680px;
	height:90px;
	background:url(../bg/bg_impozans.jpg) center no-repeat;
	position: relative;
}
	
#head-dog {
	margin: 0 auto;
	width:220px;
	height:135px;
	background:url(../bg/bg_dog.jpg) right no-repeat;
	float:right;
	position:relative;
}
#menu {
	margin: 0px 0px 0px 0px;
	float:left;
	width:680px;
	height:25px;
	position: relative;
}
	.menuelem {
		background:url(../bg/bg_menu.jpg) left no-repeat;
		height:25px;
		padding:0 0 0 26px;
		font-family:century gothic;
		color:#000;
		font-size:13px;
		line-height:25px;
		float:left;
		position: relative;
	}
		.menuelem a{
			color:#000;
		}
		.menuelem a:hover{
			color:#fff;
		}
	.active {
		background:url(../bg/bg_menu.jpg) left no-repeat;
		height:25px;
		padding:0 0 0 26px;
		font-family:century gothic;
		color:#fff;
		font-size:13px;
		line-height:25px;
		float:left;
		position: relative;
	}
			
	#page {
		width:900px;
		float:left;
		position:relative;
	}
		
		h1 {
			font-family:"Century Gothic";
			font-size:18px;
			color:#ff9900;
		}
			h1 a{
				font-family:"Century Gothic";
				font-size:18px;
				color:#ff9900;
			}
			h1 a:hover{
				font-family:"Century Gothic";
				font-size:18px;
				color:#fff;
			}
		
		h2 {
			font-family:"Century Gothic";
			font-size:14px;
			color:#ff9900;
		}
		
		h3 {
			font-family:"Century Gothic";
			font-size:13px;
			font-weight:normal;
			color:#fff;
		}
			h3 a {
				font-family:"Century Gothic";
				font-size:13px;
				font-weight:bold;
				color:#fff;
			}
			h3 a:hover {
				font-family:"Century Gothic";
				font-size:13px;
				font-weight:bold;
				color:#ff9900;
			}
		p {
			font-family:"Century Gothic";
			font-size:13px;
			color:#fff;
		}
		.small {
			font-size:11px;
		}
		.line {
			width:100%;
			height:1px;
			margin:10px 0 8px 0;
		}
		
	.figyelem {
		text-decoration:blink;
	}
		.figyelem a{
			text-decoration:blink;
		}
		.figyelem a:hover{
			text-decoration:none;
		}
