html {
	height: 100%;
}

body {
	height: 100%;
	font: 0.7em/1.5 Verdana, sans-serif;
	text-align: center;
	
}
body, p, ul, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: transparent url("img/content_bg.gif") repeat-y top center;
}

#container, #nonfooter {
	min-height: 100%;
}

* html #container, *html #nonfooter {
	height: 100%;
}

#nonfooter {
	position: relative;
}

#header {
	height: 210px;
	padding: 10px 0 0;
	border-bottom: 1px solid #FFF;
	background: #FFF url("img/header_bg.gif") no-repeat bottom right;
}

	#header img {
		float: left;
	}
	
	#header ul {
		padding: 7px 0 10px;
	}
	
	#header ul li {
		float: left;
		margin: 1px 0 1px 1px;
		text-align: center;
	}
	
		#info {
			width: 99px;
		}
		
		#referenciaink {
			width: 115px;
		}
		
		#aktualis {
			width: 108px;
		}
		
		#contact {
			width: 83px;
		}

		
				
		#header ul li a {
			display: block;
			padding: 20px 0 5px;
			color: #000;
			font-size: 1em;
			background: #E8DDB9;
		}
		
#content, #footer p {
	margin-left: 173px;
	width: 449px;
	border-left: #C5C5C5 solid 1px;
	border-right: #C5C5C5 solid 1px;	
}
#content {
	width: 419px;
	font-size: 1.025em;
	padding: 15px 15px 59px;
	background: #F4F2ED;
}
	#content h3 {
		padding: 10px 0 0;
		border-bottom: 1px solid #C5C5C5;
	}

	#content p {
		padding: 0 0 10px;
	}

	#content ul {
		padding: 0 0 0 25px;
		list-style: square;
	}

	#content h2 {
		margin: 0 0 10px;
		height: 33px;
		color: #E8DDB9;
		background: #F4F2ED;
		position: relative;
	}
	
		#content h2 span {
			position: absolute;
			height: 100%;
			width: 100%;
		}
		
		#cegismerteto span {
			background: transparent url("img/cegismerteto_bg.gif") no-repeat top left;
		}
		#referenciaink_ span {
			background: transparent url("img/referenciaink_bg.gif") no-repeat top left;
		}
		#aktualis_ span {
			background: transparent url("img/aktualis_bg.gif") no-repeat top left;
		}
		
		#contact_ span {
			background: transparent url("img/elerhetoseg_bg.gif") no-repeat top left;
		}

#footer {
	width: 700px;
	position: relative;
	margin: -44px auto 0;
}

* html #footer
{
	margin-top: -44px;
}

#footer p {
	padding: 5px 0;
	text-align: center;
	color: #000000;
	background: #E8DDB9;	
}

* html #footer p {
	margin-left: 98px;	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.style1 {color: #000000}
.style2 {color: #999999}