html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height xoxoxo */
	background-image: url('./images/background.gif');
	background-attachment: fixed;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #eee;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('./images/cont_bck.gif');
}

div#header {
	padding:0px 0px 0px 0px;
	height: 104px;
	background:url('./images/header.jpg');
	background-repeat: no-repeat;
}

a#tervezes {
	display: block;
	width: 251px;
	width: 251px;
	width: 251px;
	width: 251px;
	width: 251px;
	height: 222px;
	background-image: url('./images/tervezes.jpg');
	text-decoration: none;
	float: left;
	text-indent: -10000px;
}
a#tervezes:hover {
	background-position: -251px 0px;
}

a#biztonsag {
	display: block;
	width: 249px;
	height: 222px;
	background-image: url('./images/biztonsagtechnika.jpg');
	text-decoration: none;
	float: left;
	text-indent: -10000px;
}
a#biztonsag:hover {
	background-position: -249px 0px;
}

a#specialis {
	display: block;
	width: 250px;
	height: 222px;
	background-image: url('./images/specialis.jpg');
	float: left;
	text-indent: -10000px;
}
a#specialis:hover {
	background-position: -250px 0px;
}

div#content {
	display: table;
	clear: both;
}

div#hirek {
	width: 205px;
	float: left;
	margin: 0px;
	padding: 5px 10px;
	padding-bottom: 50px;
}

div#textcontent {
	position:relative;
	width: 465px;
	float: left;
	margin: 0px;
	padding: 5px 20px 50px 30px;
	font-size: 14px;
}

div#footer {
	position: absolute;
	bottom: 0px;
	width: 515px;
	height: 30px;
	background-color: #555555;
	padding-left: 235px;
	clear: both;
	background-image: url('./images/footer_bck.gif');
	font-size: 11px;
	padding-top: 14px;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #7edaf3;
}

div#footer a {
	text-decoration: none;
	color: #eee;
}

div#footer a:hover {
	text-decoration: underline;
}

div#hirek p{
	border-bottom: 2px solid #464646;
	padding: 5px 0px;
	margin: 0px;
}

div#hirek a{
	text-decoration: none;
	color: #eee;
}

div#hirek a:hover{
	color: #7edaf3;
}

div#hirek span.datum{
	font-size: 9px;
}

div#hirek p.noline{
	border-bottom:0;
	padding: 5px 0px;
	margin: 0px;
}

ul#menu {
	list-style-type: none;
	position: absolute;
	margin:0;
	padding:0;
	
}

ul#menu li a {
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	position: relative;
	height: 25px;
	
}


ul#menu li#cegism a{
	width: 113px;
	left: 291px;
	top: 42px;
	background-image: url('./images/cegism.jpg');
}

ul#menu li#cegism a:hover{
	background-position: -113px 0px;
}

ul#menu li#elerhetoseg a{
	width: 90px;
	left: 654px;
	top: -33px;
	background-image: url('./images/elerhetoseg.jpg');
}

ul#menu li#elerhetoseg a:hover{
	background-position: -90px 0px;
}

ul#menu li#doktar a{
	width: 130px;
	left: 407px;
	top: 17px;
	background-image: url('./images/doktar.jpg');
}

ul#menu li#doktar a:hover{
	background-position: -130px 0px;
}

ul#menu li#ugyfel a{
	width: 104px;
	left: 547px;
	top: -8px;
	background-image: url('./images/ugyfel.jpg');
}

ul#menu li#ugyfel a:hover{
	background-position: -104px 0px;
}

div.leaf {
	display: none;
}
 
div.leaf div.file {
	margin-left: 20px;
	padding: 5px;
	border-left: 2px solid #999;
	color: #7edaf3;
	font-size: 11px;
	background-color: #555;
	margin-bottom: 10px;
	width: 90%;
}

div.leaf div.file:hover {
	background-color: #666;
}

#textcontent a{
	text-decoration: none;
	color: #eee;
}

#textcontent a:hover{
	text-decoration: underline;
}

div.leaf span{
	color: #7edaf3;
}

h3 {
	font-size: 11px;
	font-weight: normal;
}

h3 a{
	color: #7edaf3 !important;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: bold;
}
