<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
#fo{
	margin: 0px;
	background-color:#aee2ff;
}
#tartalom{
	background-color: #ffffc0;
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana, Ariel, sans-serif; 
	font-size: 14px;
}
#fejlec{
	width:1000px;
	height:100px;
	background-image:url('../kepek/fejlec.jpg'); 
	background-repeat:no-repeat;
	background-size: 1000px 100px;
}
#menu{
	background-color:DeepSkyBlue;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffff00;
	font-size: 16px;
	text-align: center;
}
#menu a{
	margin-left: 10px;
	margin-right: 10px;
}
#menu a:link, #menu a:visited, #menu a:active{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover{
	color: #ffff00;
}
#kozep{
	margin: 20px 20px 20px 20px;
}
#X3DOM{
	float:left; 
	background-color:#ffffc0;
	border: none;
	display: block;
	position: relative;
}
#toggler {
    position: absolute;
    float: left;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 5em;
    height: 2em;
    border: none;
    background-color: #202021;
    color: #ccc;
}
#toggler:hover {
    background-color:blue;
}
#X3DOM2{
	background-color:#ffffc0;
}
#toggler2 {
    position: absolute;
    float: left;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 5em;
    height: 2em;
    border: none;
    background-color: #202021;
    color: #ccc;
}
#adatbevitel{ 
	background-color: #ffee66; 
	font-family: Verdana, Ariel, sans-serif; 
	font-size: 10px;
	height: 250px; 
}
	div.slid1 { 
		width: 160px; 
		height:5px; 
		float:left; 
	}
	div.slid2 { 
		width: 200px; 
		height:5px; 
		margin-right:10px; 
		float:left; 
	}
	div.slid3 { 
		width: 40px; 
		height:5px; 
		margin-right:10px; 
		float:left; 
	}
	div.slid4 { 
		height:5px; 
	}
	input.target { 
		width: 40px; 
		font-size: 10px; 
	}
#lablec{
	width:1000px;
	height:100px;
	background-image:url('../kepek/lablec.jpg'); 
	background-repeat:no-repeat;
	background-size: 1000px 100px;
}</pre></body></html>