body {
	margin: 10px;
	background-color:#ffffff;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: justify
}
div {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #7aba04
}
a.link {
	color: #000000
}
a.link:hover {
	text-decoration: underline
}

table {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: left
}
td {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: left
}


table.lista {
	border-collapse: collapse;
	border-top:1px solid #a0a0a0;
	border-left:1px solid #a0a0a0
}
td.lista-fej {
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	padding:0.75em;
	vertical-align:top;
	background-color:#f0f0f0
}
td.lista-fej2 {
	border-bottom:1px solid #a0a0a0;
	padding:2px 4px;
	vertical-align:top;
	background-color:#f0f0f0
}
td.lista {
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	padding:0.75em;
	vertical-align:top;
	margin:0.5em
}

.lista th{
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	padding:0.75em;
	vertical-align:top;
	background-color:#c0c0c0
}


table.lista thead th {
    position: sticky;
    top: 0;
    background-color: #c0c0c0;
    z-index: 20;
    border-bottom: 1px solid #999;
}




.simakeret {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0
}

p {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: justify
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px
}
input {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
select {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px
}


.kotelezo {
	color: #cc0000;
	font-weight: bold
}

.adat {
	border: 1px solid #707070;
	padding: 2px
}
.adat-jobb {
	text-align:right;
	border: 1px solid #707070;
	padding: 2px
}
.adat-readonly {
	color: #707070;
	background-color:#f0f0f0;
	border: 1px solid #707070;
	padding: 2px
}
.adat-readonly-jobb {
	text-align:right;
	color: #707070;
	background-color:#f0f0f0;
	border: 1px solid #707070;
	padding: 2px
}


li {
	list-style-type: square;
	padding: 0px;
	margin-left: -10px;
}

button.menu {
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: center;
}

button.rendezes {
	margin: 0px;
	font-size: 8px;
	font-family: Arial,sans-serif;
	width: 30px;
	height: 20px;
	text-align: center;
}


.felirat {
	color: #bdbdbd;
	font-family: Tahoma, Arial;
	font-size: 30px;
	text-align: center
}


#container {
    width:100%;
    text-align:center;
}

#left {
    float:left;
    width:100px;
    height: 20px;
    background: #ff0000;
}

#center {
    display: inline-block;
    margin:0 auto;
    width:200px;
    height: 20px;
    background: #00ff00;
}

#right {
    float:right;
    width:100px;
    height: 20px;
    background: #0000ff;
}




.mainDIV{
    position:relative;
    background:yellow;
    width:100%;
    min-width:315px;
}
.leftDIV{
    position:absolute;
    top:0px;
    left:0px;
    height:50px;
    width:100px;
    background:red;
}
.middleDIV{
    height:50px;
    width:100px;
    background:blue;
    margin:0px auto;
}
.rightDIV{
    position:absolute;
    top:0px;
    right:0px;
    height:50px;
    width:100px;
    background:green;
}
