body
{
background-image: url('background.jpg');
background-attachment:fixed;
background-repeat: repeat;
font-family: tahoma;

color: white;
topmargin: 0px;
cursor: url('eger.cur'), default;

}
#keret{
background: #FEFEFE;
border-radius: 5px;
color: black;
letter-spacing: 1px;
}

#keretfelirat{
background: #FFB400;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: black;
letter-spacing: 1px;
}

#kepkeret{
	border-width: 0px;
	-moz-box-shadow: 2px 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px 2px #666;
	box-shadow: 2px 2px 2px 2px #666;
}

div.belsoresz
  {
  width: 1010px;
  background-color:#000000;
  border:1px solid black;
  opacity:0.8;
  border-radius: 5px;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  }
  #fejlec
  {
  width: 1010px;
  background-color:#000000;
  border:1px solid black;
  opacity:0.9;
  border-radius: 5px;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  }
  div.belsoresz2
  {
  width: 1000px;
  margin:5px 5px;
  }

p {
font-family: tahoma;
color: white;
}

img{ border: 0px; }

a {color: red; text-decoration: underline; }
a:hover { color: red; text-decoration: none; }

input{background:#7B7B7B; color: white; border:1px;}

textarea{background:#7B7B7B; border:1px; color:white}

input.post,textarea.post{background:#7d7d7d; color:white; border:1px;}

input.button,input.liteoption,.fakebut{
background:#303030;
font-size:11px;
color:white;
border:1px solid;
border-color:white #000000 #000000 white}

input.mainoption{
background:#303030;
color:white;
font-size:11px;
border:1px solid;
border-color:white #000000 #000000 white}

input.catbutton{background:#303030;font-size:11px;
border:1px solid; border-color:#707070 #000000 #000000 #707070}

#sorkijelolo tr:hover
{
border: 1px;
background-color: rgb(153,153,204);
}


ul.gallery {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	padding:0px;
	margin:0px;
	margin-left: 10px;
}
ul.gallery li {
	display: block;
	float: left;
	margin-left: 10px;

}
ul.gallery li a {
	padding: 2px;
	display: block;
	border: 2px #fff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
	-moz-box-shadow: 2px 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px 2px #666;
	box-shadow: 2px 2px 2px 2px #666;

}
ul.gallery li a:hover { border: 2px #999 solid; }
