		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc url(bbg.jpg);
			background-repeat: no-repeat;
			background-attachment: fixed;
			margin: 0;
		}
		a {
		color: #000}
		
		p .accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		p {
		text-align: justify;
		}
		
		#header {
			background: #036 url(fej.jpg);
			background-repeat: no-repeat;
			height: 140px;
		}
		
		#navigation {
			background-image: url(mbg.png);
			background-repeat: no-repeat;
			position: absolute;
			top: 135px;
			left: 2px;
			width: 134px;
			height: 246px;
			color: white;
			padding-top: 15px;
			padding-left: 5px;
			font-size: 17px;
			text-align: center;
			font-weight: bold;
			
		}
		
		#navigation ul {
			text-align: center;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background:; /* a szöveg háttérszíne alapból*/

		}
		#navigation li{
			margin: 10px;
			}
		#navigation a:visited {
			color: #ccc;
		}
		
		#navigation a:hover {
			color: #968051;
			background:; /*a szöveg háttérszíne ha rávisszük az egeret*/
		}
		
		#content {
			background-color: #ddc389;
			padding: 1px 30px 1em 30px;
			border-left: 145px solid #2f2207; /* a bal oldalsáv háttérszíne, szélessége*/
		}
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.0em;
			color: #036;
		}
		
		.info img {
			width: 130px;
			height: 180px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}
		
		
		#container {
			position: relative;
			width: 706px; /* szélesség érték + keret IE 5.x */
			w\idth: 700px; /* valós szélesség */
			margin: auto;
			margin-top: 5px;
		}
		#footer {
			background-image: url(lab_05.png);
			background-repeat: no-repeat;
			font-weight: bold;
			width: 700px;
			text-align: center;
			padding-top: 20px;
			padding-left: 80px;
			height: 60px;}