body,h1,h2,p,ul,li,div,img,a {
	margin: 0px; /* lehet helyette margin: 0; */
	padding: 0px;
	border: 0px;
}

body {
    color: red; /* szövegközti megjegyzés*/
    border: 1px;
    font-family: Verdana, Arial, Helvetice, sans-serif;
    font-size: 62.6%;
}
h1 {
    color: green;
    font-size: 3em;
}
h2 {
    color: black;
}
p {
    margin-bottom: 12px;
    text-indent: 20px;
}
p {
    color: purple; /* mindig a sorrendben leghátsó lesz érvényben*/
    line-height: 1.5em;
    font-size: 1.4em;
}
li {
    color: #123490;
}

img {
	display: block;
}

#fejlec {
    background-color: #2c328e;
    padding: 20px;
    height: 130px;
}
#belsobefoglalo {
	background-color: #f4bf0f;
	background-image: url("http://www.szantaikaroly.hu/pentaschool/mento.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#navigacio {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 20%;
}

#tartalom {
    margin-left: 20%;
    margin-right: 260px;
    padding-top: 20px;
    padding-bottom: 12px;
}

#egyebek {
	position: absolute;
	width: 200px;
	right: 0;
	top: 170px; /* 130+2x20 */
	padding: 20px;
}

#lablec {
    background-color: #2c328e;
    color: white;
    padding: 20px;
}

#szlogen {
	color: white;
	margin-top: 20px;
	position: absolute;
	left: 200px;
	top: 40px;
	font-style: italic;
}

.hir {
	clear: both; /*hogy ne csússzanak rövid szövegnél egymásba a tartalmak*/
}

.hirdatum {
}

.hirbevezeto {
	font-weight: bold;
}

p.hirbevezeto {
	font-weight: bold;
}

/*a listában levő linkeknek más legyen a tulajdonsága*/
li a {}

#fejlec h1 {
	color: white;
	position: absolute;
	left: 200px;
	top: 20px;
	text-transform: uppercase;
}

.hir h2 {
	color: black;
}

#tartalom .hir {}

.hirkep {
	background-color: white;
	padding: 3px;
	width: 200px;
	float: right;
	margin: 0 0 15px 15px;
}

.hirkep:hover {background-color: red
}

.vizualisrejtes {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#navigacio ul {
	margin: 20px;
	border-right: 2px solid gray;
	list-style-type: none;
}

ol {
	list-style: upper-alpha;
}

a:link {
	text-decoration: none;
}

a:visited {
	
}

a:hover {
	background-color: red;
}

a:active {
}

/*vízszintes menü*/
#navigacio li {
	float: left;
}

table {
	width: 100%;
	caption-side: bottom; /*fejlécet a táblázat alá teszi be*/
	border-collapse: collapse; /*egymás mellett levő cellák borderei egyesüljenek-e 8kis luk közöttük*/
}