body {
	background-color: #292929;
	color: #fff;
	font-family: verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	word-spacing: 0;
	text-indent: 0;
	}
	
a { text-decoration: none; color: #fff; outline: none; }
a:hover { text-decoration: none; color: #fff; outline: none; }
img { border: none; }

#headerContainer {
	width: 100%;
	height: 177px;
	background: #292929 url(../images/menu.jpg) bottom left repeat-x;
	}
	
	#header {
		width: 900px;
		height: 130px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		}
		
		#logo {
			width: 245px;
			height: 111px;
			float: left;
			}
			
			#logoText {
				width: 245px;
				height: 111px;
				overflow: hidden;
				text-indent: -1000em;
				cursor: pointer;
				background: url(../images/logo.jpg);
				margin-top: 10px;
				margin-left: -3px;
				}

	#menu {
		width: 900px;
		height: 47px;
		margin: 0 auto 0 auto;
		}
		
		#menu ul {
			width: 900px;
			height: 47px;
			overflow: hidden;
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
			
			#menu li {
				height: 47px;
				float: left;
				}
				
				#menu li a {
					height: 47px;
					display: block;
					text-indent: -1000em;
					}
					
				#bemutatkozasButton { width: 171px; background: url(../images/menu/bemutatkozas.jpg); }
				#szolgaltatasainkButton { width: 211px; background: url(../images/menu/szolgaltatasaink.jpg); }
				#referenciakButton { width: 159px; background: url(../images/menu/referenciak.jpg); }
				#aruhitelButton { width: 125px; background: url(../images/menu/aruhitel.jpg); }
				#linkekButton { width: 101px; background: url(../images/menu/linkek.jpg); }
				#kapcsolatButton { width: 133px; background: url(../images/menu/kapcsolat.jpg); }
	
#contentContainer {
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	
	#submenu {
		width: 240px;
		float: left;
		overflow: hidden;
		background: #111;
		}
		
		#submenu ul {
			width: 240px;
			margin: 0;
			padding: 0 10px 10px 0;
			overflow: hidden;
			list-style-type: none;
			}
			
			#submenu li {
				width: 240px;
				background: url(../images/submenu.jpg) bottom center no-repeat;
				}
				
				#submenu li a {
					padding-left: 15px;
					font-family: arial;
					font-size: 13px;
					font-weight: bold;
					color: #fff;
					line-height: 33px;
					}
					
					#submenu li a:hover {
						color: #ffba01;
						}
						
				#subMenuCategorias {
					padding: 0;
					padding-bottom: 10px;
					background: url(../images/submenu.jpg) bottom left no-repeat;
					}
					
					#subMenuCategorias li{
						padding: 0;
						background: #111;
						height: 17px;
						padding-left: 25px;
						background: none;
						font-size: 10px;
						}
						
						#subMenuCategorias li a {
							line-height: 17px;
							padding: 0;
							font-family: verdana;
							font-size: 10px;
							color: #fff;
							background: none;
							}
							
						#subMenuCategorias li span {
							color: #ffba01;
							}
		
	#content {
		width: 640px;
		margin: 0 10px 0 10px;
		padding-top: 10px;
		float: left;
		overflow: hidden;
		}
			
#footerContainer {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #000;
	line-height: 50px;
	}
	
	#footer {
		width: 900px;
		height: 50px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		background: #000;
		line-height: 20px;
		}
	
	#bottomFooter {
		width: 900px;
		height: 50px;
		margin: 0 auto 0 auto;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 50px;
		}
		
		#bottomFooter span, #bottomFooter span a {
			color: #ffba01;
			text-decoration: none;
			}
			
			#bottomFooter span a:hover {
				color: #ffba01;
				text-decoration: underline;
				}			