/* CSS Document */


/**
	a fórumhoz
*/
.hozzaszolas{
	padding:5px;
	border:1px dotted #F5DEB3;
	
}

.tabla_fejlec{
	border-bottom:1px dotted silver;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family:verdana;
}

.tabla_sor1{
	background-color:#F4F1E2;
}

.tabla_sor2{
	background-color:#EBE5CF;
}
/**
	--fórum
*/

.tartalom_fejlec{
	background-image:url('../images/site/tartalom_fejlec.jpg');
	background-repeat:no-repeat;
	text-align:center;
	color:white;
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
	height:28px;
}

.kotelezo_megadni{
	font-weight:bold;
	font-family:verdana;
	color:red;
}

.belepes_gomb{
	cursor:  pointer;
	background-image:url( '../images/site/belepes_belepes.jpg' );
	height:19px;
	width:52px;
	border:0px solid black;
}

.gomb{
	cursor:  pointer;
	background-color:#a87929;
	color:white;
	height:19px;
	border:1px solid #c4bda3;
	font-family:verdana;
	font-size:10px;	
	font-weight:bold;
}

.regisztracio_gomb{
	cursor:  pointer;
	background-image:url( '../images/site/belepes_regisztracio.jpg' );
	height:19px;
	width:74px;
	border:0px solid black;
}

.hiba{
	background-color:red;
	font-size:11px;
	font-family:arial;
	color:white;
	font-weight:bold;
	text-align:center;
}

.siker{
	background-color:green;
	font-size:11px;
	font-family:arial;
	color:white;
	font-weight:bold;
	text-align:center;
}


a {
	font-family: Helvetica;
	font-size: 12px;
	color:#A4200E;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #D70000;
}

.belepes_input, textarea{
	border-color:#C3BCA1;
	border-style: solid;
	font-size:12px;	
	font-family:verdana;
}

body,td,th {
	font-family:  Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9E9267;
}

.szerzo {
	font-family:  Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color: #725E17;

}
.konyvcim {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #362A02;
	text-decoration: none;
}
.ar {
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #A4200E;
}
.footer {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C2B08F;
}
.jelszoemlekezteto {
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #9E9267;
}
.kosarba {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0A6D35;
	background-color:#C3BCA1;
	
}
.footer_felirat {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #DFC18C;
}
/******  mouse_ora.js -hez 
.css1{
position:absolute;top:0px;left:0px;
width:16px;height:16px;
font-family:Arial,sans-serif;
font-size:16px;
text-align:center;
font-weight:bold;
}
.css2{
position:absolute;top:0px;left:0px;
width:10px;height:10px;
font-family:Arial,sans-serif;
font-size:10px;
text-align:center;
}
******/


.gallerycontainer{
position: relative;
z-index:100;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainer_2{
position: relative;
z-index:30; 
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 0px solid white;
margin: 0 0px 0px 0;
}
.thumbnail:hover{
background-color: transparent;
text-decoration: none;
}
.thumbnail:hover img{
border: 0px solid blue;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 0px solid #ffffff;
visibility: hidden;
color: black;
text-decoration: none;
background:none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left:100px;
text-decoration: none;
}
.thumbnail:hover #thumbkep
{
filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}


