	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:black url('../kepek/body.jpg') fixed repeat-x left top;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        text-align:center;
        color:white;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#000;;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
    #main_wrapper {
        text-align:left;
        margin: 20px auto 0 auto;
        width:80%;
        background-color:black;
        overflow:hidden;
    }
	/* Header styles */
	.header {
		clear:both;
		float:left;
		width:100%;
        margin-top:20px;
	}
	.header {
        background:black url("../kepek/fejlec.jpg") no-repeat left top;
	}
	.header p,
	.header h1,
	.header h2 {
		padding:0 12px 0 12px;
		margin:0;
	}
    .header h1 {
        color:white;
        height:60px;
        overflow:hidden;
    }
    .header h1 span {
        display:block;
        padding:20px 0 0 50px;
    }
    div#ceg_head h1 {
        background:transparent url('../kepek/hardver1.jpg') no-repeat right bottom;
    }
    div#programozas_head h1 {
        background:transparent url('../kepek/keyboard1.jpg') no-repeat right bottom;
    }
    div#web_head h1 {
        background:transparent url('../kepek/web1.jpg') no-repeat right bottom;
    }
    div#merleg_head h1 {
        background:transparent url('../kepek/merleg1.jpg') no-repeat right bottom;
    }
    div#penztar_head h1 {
        background:transparent url('../kepek/dollar1.jpg') no-repeat right bottom;
    }
    div#szolg_head h1 {
        background:transparent url('../kepek/progio1.jpg') no-repeat 90% bottom;
    }
    div#hardver_head h1 {
        background:transparent url('../kepek/hardverprog1.jpg') no-repeat 90% bottom;
    }
    div#kapcsolat_head h1 {
        background:transparent url('../kepek/contact1.jpg') no-repeat right bottom; 
    }
    div#letolt_head h1 {
        background:transparent url('../kepek/lan1.jpg') no-repeat right bottom; 
    }
	.header ul {
		clear:both;
		float:left;
		width:100%;
		list-style:none;
		margin:0;
        height:115px;
        overflow:hidden;
		padding:0;
        display:inline;
	}
    div#ceg_head ul {
        background:transparent url('../kepek/hardver2.jpg') no-repeat right top; 
    }
    div#programozas_head ul {
        background:transparent url('../kepek/keyboard2.jpg') no-repeat right top;
    }
    div#web_head ul {
        background:transparent url('../kepek/web2.jpg') no-repeat right bottom;
    }
    div#merleg_head ul {
        background:transparent url('../kepek/merleg2.jpg') no-repeat right bottom;
    }
    div#penztar_head ul {
        background:transparent url('../kepek/dollar2.jpg') no-repeat right bottom;
    }
    div#szolg_head ul {
        background:transparent url('../kepek/progio2.jpg') no-repeat 90% bottom;
    }
    div#hardver_head ul {
        background:transparent url('../kepek/hardverprog2.jpg') no-repeat 90% bottom;
    }
    div#kapcsolat_head ul {
        background:transparent url('../kepek/contact2.jpg') no-repeat right bottom;
    }
    div#letolt_head ul {
        background:transparent url('../kepek/lan2.jpg') no-repeat right bottom;
    }
	.header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
        overflow:hidden;
	}
	.header ul li a {
		display:block;
        height:20px;
		float:left;
		margin:0 0 1px 1px;
		padding:8px 15px;
		text-align:left;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
      width:29%;
      overflow:hidden;
	}
	.header ul li a:hover {
		color:#fff;
	}
	.header ul li a.active,
	.header ul li a.active:hover {
		color:white;
		font-weight:bold;
	}
	.header ul li a span {
		display:block;
        height:18px;
      width:70%;
      border-bottom:2px dotted #037efb;
		cursor:pointer;
	}
	/* 'widths' sub menu */
	.layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#000;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
        min-height:580px;
		background:black;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;
        margin-top:100px;
        color:white;
        background-color:transparent;		
        position:relative;	/* 100% plus left column left padding */
	}
    .leftmenu .col1 p, .leftmenu .col1 h2, .leftmenu .col1 h3, .leftmenu .col1 h4, .leftmenu .col1 h5, .leftmenu .col1 h6, .leftmenu .col1 ul, .leftmenu .col1 table {
        padding: 0 30px 0 30px; 
    }
    .leftmenu .col1 ul {
        margin-left:30px;
    }
    .leftmenu .col1 img {
        border:1px solid #037efb;
    }
    .leftmenu .col1 h4 {
        padding-top:50px;
    }
    div#ceg {
        background:black url('../kepek/hardver3.jpg') no-repeat right top;
    }
    div#ceg .col1 {
        padding:0;
    }
	div#ceg .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:300px;
        		/* (right column left and right padding) plus (left column left padding) */
	}
    div#programozas {
        background:black url('../kepek/keyboard3.jpg') no-repeat right top;
    }
    div#programozas .col2 {
        width:23%;
        left:6%;
        height:2280px;
        overflow:hidden;
        position:relative;
    }
    div#merleg .col2 {
        width:23%;
        left:6%;
        overflow:hidden;
        position:relative;
        height:10200px;
    }

    div.ul_div {
        position:absolute;
        top:100px;
        width:90%;
    }
    div.ul_div ul {
        padding-left:0px;
        margin-left:0px;
        list-style-type:none;
    }
    div.ul_div ul a {
        color:white;
    }
    div.ul_div ul a:hover {
        background-color:black;
        text-decoration:none;
    }
    div#web {
        background:black url('../kepek/web3.jpg') no-repeat right top;
    }
    div#web .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:400px;
    }
    div#web ul.ref {
        
        position:relative;
    }
    div#web ul.ref li {
        list-style-type:none;
        border:1px solid #037efb;
        width:300px;
        margin-bottom:5px;
        padding:5px;
    }
    div#web ul.ref li a {
        display:block;
    }
    div#web ul.ref li a img {
        display:none;
        position:absolute;
        top:0;
        left:370px;
        border:1px solid #037efb;
        margin:0;
        padding:0; 
        
    }
    div#merleg {
        background:black url('../kepek/merleg3.jpg') no-repeat right top;
    }

    div#penztar {
        background:black url('../kepek/dollar3.jpg') no-repeat right top;
    }
    div#penztar .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:2800px;
    }
    div#szolg {
        background:black url('../kepek/progio3.jpg') no-repeat 90% top;
    }
    div#szolg .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:400px;
    }
    div#hardver {
        background:black url('../kepek/hardverprog3.jpg') no-repeat 90% top;
    }
    div#hardver .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:400px;
    }
    div#kapcsolat {
        background:black url('../kepek/contact3.jpg') no-repeat right top;
    }
    div#kapcsolat .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:400px;
    }
    div#letolt {
        background:black url('../kepek/lan3.jpg') no-repeat right top;
    }
    div#letolt .col2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:6%;
        height:400px;
    }
    div#letolt ul li {
        list-style-type:none;
        border:1px solid #037efb;
        width:300px;
        padding:5px;
    }
    div#letolt ul li a {
        display:block;
    }
    .leftmenu .col2 {
        background: transparent url('../kepek/chaos.jpg') repeat-x right -755px;
        background-attachment: fixed;
        border-top:1px solid #037efb;
        border-right:1px solid #037efb; 
    }
    .topl {
        background: transparent url("../kepek/topl.gif") no-repeat left top;
    }
    .topr {
        background: transparent url("../kepek/topr.gif") no-repeat right top;
        width:20px;
        height:20px;
        position:absolute;
        top:0px;
        right:0px;
    }
    .bottomr {
        background: transparent url("../kepek/bottomr.gif") no-repeat right top;
        position:absolute;
        bottom:0px;
        right:0px;
        width:20px;
        height:20px;}
    .bottoml {
        background: transparent url("../kepek/bottoml.gif") no-repeat right top;
        position:absolute;
        bottom:0px;
        left:0px;
        width:20px;
        height:20px;}
    /*rounded corners*/
    .top-left, .top-right, .bottom-left, .bottom-right {
        background-image: url("../kepek/corners.gif");
        height:9px;
        font-size:2px;
    }
    .top-left, .bottom-left {
        margin-right:9px;
    }
    .top-right, .bottom-right {
        margin-left:9px;
        margin-top:-9px;
    }
    .top-right {
        background-position:100% 0;
    }
    .bottom-left {
        background-position:0 -9px;
    }
    .bottom-right {
        background-position:100% -9px;
    }
    .inside {
        border-left: 2px solid #037efb;
        border-right:2px solid #037efb;
        background:black;
        padding-left:10px;
        padding-right:10px; 
        color:white;
    }
    .nogap {
        margin-top:0;
    }
    .nobottomgap {
        margin-bottom:0;
    }
	/* Footer styles */
	.footer {
		clear:both;
		float:left;
		width:96%;
        color:white;
        background-color:transparent;
        margin:20px;
        position:relative;
        height:30px;

	}
	.footer p {
		padding:5px;
		margin:0;
        text-align:center;
	}


