div.menu {
  position: relative;
  float: right;
  width: 170px;
  size: auto;
}
div.tartalom {
  margin-left: 190px;
  margin-right: 190px;
}
h1 { font-size: 50px; color: #111111; font-style: italic; font-weight: bold; font-family: Blackadder ITC; } 
h2  { font-size: 30px; color: #333333; font-style: italic; font-family: Monotype Corsiva; }
h3	{ font-size: 25px; color: #333333; font-style: italic; font-family: Monotype Corsiva; }
h4	{ font-size: 30px; color: #333333; font-style: italic; font-family: Monotype Corsiva;  margin-left: -300px; }
  p { font-size: 24px; color: #252525;  background-color: rgba(0,0,0,0.95); font-family: Monotype Corsiva; text-align: justify; }
  Marquee { background-color: rgba(0,0,0,0.5); }
  Table { font-size: 24px; color: #252525;  background-color: rgba(0,0,0,0.95); font-family: Monotype Corsiva; }
body {

                background-color: #000000;

                background-image: url("favichatter3.png");

background-repeat: no-repeat;

background-position: center;
background-attachment: fixed;
cursor: url('my-mouse-pointer2.cur'), auto;

}
A {
  cursor: url('my-mouse-pointerh2.cur'), auto
  }
#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	
}
#css_menu a {
	display: block;
	color: #ffffff;
	background-color: #111111;
	border: 0;
	border-left: 3pt solid #101010;
	border-right: 3pt solid #333333;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #333333;
	border: 0;
	border-left: 3pt solid #222222;
	border-right: 3pt solid #444444;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#navcontainer ul{
	list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer li a {
float:left;
padding: 3pt 3pt;
background:#111111;
color:#fff;
text-decoration:none;
border-right:1px solid #222222;
border-bottom:2px solid #010101;

}
#navcontainer ul li a:hover {
color:#fff;
background:#333333;
}

#navcontainer2 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer2 li a {
float:left;
padding: 3pt 3pt;
background:#111111;
color:#fff;
text-decoration:none;
border-right:1px solid #222222;
border-bottom:2px solid #010101;
}
#navcontainer2 ul li a:hover {
color:#fff;
background:#333333;
}
#navcontainer3 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer3 li a {
float:left;
padding: 3pt 3pt;
background:#111111;
color:#fff;
text-decoration:none;
border-right:1px solid #222222;
border-bottom:2px solid #010101;
}
#navcontainer3 ul li a:hover {
color:#fff;
background:#333333;
}
#navcontainer4 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer4 li a {
float:left;
padding: 3pt 3pt;
background:#111111;
color:#fff;
text-decoration:none;
border-right:1px solid #222222;
border-bottom:2px solid #010101;
}
#navcontainer4 ul li a:hover {
color:#fff;
background:#333333;
}
#navcontainer5 ul {
list-style-type: none;
	margin: 10;
	padding: 10,20;
}
#navcontainer5 li a {
float:left;
padding: 3pt 3pt;
background:#111111;
color:#fff;
text-decoration:none;
border-right:1px solid #222222;
border-bottom:2px solid #010101;
}
#navcontainer5 ul li a:hover {
color:#fff;
background:#333333;
}
a:link {
  color: #111111;
  text-decoration: none
}


a:visited {
  color: #222222;
  text-decoration: none
}


a:hover {
  color: #333333;
}


a:active {
  color: #444444;
}

/*galéria*/

 

.row > .column {
  padding: 0 8px;
}


.row > .column2 {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  margin-bottom:20px;
  margin-left: 20px;
  
}
.row {
	margin-left: 300px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.95);
}


.column2 {
  float: left;
  background-color:#000000;
}
.row2 {
	overflow-x: scroll;
overflow-y: hidden;


}

body
{
	scrollbar-base-color: #000000;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  box-sizing: border-box;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-bottom: -50px;
  padding: 0;
  width: 90%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: #252525;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #111111;
  font-weight: bold;
  font-size: 35px;
  font-family: Monotype Corsiva;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #111111;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: Monotype Corsiva;
}

img {
  margin-bottom: 0px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

