@font-face {
  font-family: Segoe;
  src: url("segoeuil.ttf") format("truetype"), url("segoeuil.eot");
}

html {  
  margin: 0;  
  padding: 0;  
  background-color: #99222f;
//  background: url("kepek/boritek1.jpg") fixed;
  background-size: cover;
}  

body {
  width: 1400px;
  margin: 0 auto;
  margin-top: 10px;
  font: 14px Segoe;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-shadow: 0px 0px 25px 0px #000;
  display: table;
  padding: 10px;
}

h1 {
}

h2 {
  color: #99222f;
}



p {  
  padding-bottom: 22px;
}  

#fotartalom {
  display: table-cell;
//  float: left;
  width: 650px;
  margin-right: 20px;
}

aside {
  display: table-cell;
//  float: left;
  width: 300px;
}


#input-keres {
  margin-left: 20px;
}

nav {  
  height: 50px;
  background: #99222f;
  margin: 0 -10px; // fent-lent és bal-jobb
x  background: rgba(0, 0, 0, 0.4);
x  border: 2px solid #fff;
}  

nav ul {  
x  margin: 0 auto;
  list-style: none;
}

nav ul li {  
  float: left;
}

nav ul li a {  
  display: block;  
  vertical-align: middle;
  width: 140px;  
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;  
  color: #fff;
  height: 50px;
}  

nav ul li a:hover {  
  text-decoration: underline;
}  
			      
nav ul li.selected a {  
  text-decoration: underline;
}  
							  
nav ul li.rss a {  
  margin-left: 22px;
  padding-left: 22px;
  text-align: left;  
  background: url("kepek/rss.png") left center no-repeat;
}


a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


article {
  width: 100%;
  margin-left: 10px;
  border-bottom: 2px solid #f1f1f1;
  display: table;
}

.article-kep {
  float: left;
  width: 200px;
}

.article-szoveg {
}

.article-szoveg header {
  font-size: 14px;
  font-weight: bold;
}

footer {
  clear: both; /*A lebegő elemeket tünteti el a paraméter szerinti oldalakról. (both - mindkettő) */
  display: block;
  text-align:center;
  padding: 5px;
}

.datum {
  color: #aaaaaa;
}

.lista {
  font-size: 12px;
}

th {
  position: sticky;
  top: 0px;
  background-color: #444444; 
  color: #f1f1f1; 
  height: 30px;
}

tr:nth-child(even) {background: #CCC}
//tr:nth-child(odd) {background: #FFF}


.nyil {
  font-size: 30px;
}

.kiemelt {
  background-color: yellow;
}
